-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from spjuhel/develop
Version 0.5.9
- Loading branch information
Showing
8 changed files
with
504 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,93 @@ | ||
Release notes | ||
================ | ||
|
||
0.5.9 (04/2024) | ||
---------------- | ||
|
||
Changes: | ||
|
||
* event: added kwargs in instantiate methods by @spjuhel in https://github.com/spjuhel/BoARIO/pull/103 | ||
|
||
Dependencies updates: | ||
|
||
* Bump numpy from 1.23.5 to 1.26.4 by @dependabot in https://github.com/spjuhel/BoARIO/pull/109 | ||
* Bump pytest from 7.4.4 to 8.1.1 by @dependabot in https://github.com/spjuhel/BoARIO/pull/108 | ||
* Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in https://github.com/spjuhel/BoARIO/pull/107 | ||
* Bump sphinx-autodoc-typehints from 2.0.1 to 2.1.0 by @dependabot in https://github.com/spjuhel/BoARIO/pull/106 | ||
* Bump dask from 2024.4.1 to 2024.4.2 by @dependabot in https://github.com/spjuhel/BoARIO/pull/105 | ||
|
||
**Full Changelog**: https://github.com/spjuhel/BoARIO/compare/v0.5.8...v0.5.9 | ||
|
||
0.5.8 (04/2024) | ||
---------------- | ||
|
||
* Bump actions/configure-pages from 4 to 5 by @dependabot in https://github.com/spjuhel/BoARIO/pull/94 | ||
* v0.5.8 by @spjuhel in https://github.com/spjuhel/BoARIO/pull/102 | ||
|
||
- Fixed badge in README | ||
- Integrated dependabot in the CI/CD | ||
- Documentation retrofit | ||
- Version switch in documentation | ||
- Multiple dependencies version update | ||
|
||
**Full Changelog**: https://github.com/spjuhel/BoARIO/compare/v0.5.7...v0.5.8 | ||
|
||
0.5.7 (03/2024) | ||
---------------- | ||
|
||
* Trying to fix dependencies for conda forge by @spjuhel in https://github.com/spjuhel/BoARIO/pull/86 | ||
|
||
**Full Changelog**: https://github.com/spjuhel/BoARIO/compare/v0.5.6...v0.5.7 | ||
|
||
0.5.6 (03/2024) | ||
---------------- | ||
|
||
* Removed the requirement to record in memmaps (variables evolution can be recorder directly in arrays) | ||
* Update to V0.5.6 by @spjuhel in https://github.com/spjuhel/BoARIO/pull/85 | ||
|
||
**Full Changelog**: https://github.com/spjuhel/BoARIO/compare/v0.5.5...v0.5.6 | ||
|
||
0.5.5 (02/2024) | ||
---------------- | ||
|
||
* 📦 🚑 Fixed a problem with multi-events + pandas version by @spjuhel in https://github.com/spjuhel/BoARIO/pull/66 | ||
* Create draft-pdf.yml by @spjuhel in https://github.com/spjuhel/BoARIO/pull/71 | ||
* V0.5.5 and learning correct workflow ;) by @spjuhel in https://github.com/spjuhel/BoARIO/pull/78 | ||
|
||
**Full Changelog**: https://github.com/spjuhel/BoARIO/compare/v0.5.3...v0.5.5 | ||
|
||
0.5.4 | ||
------ | ||
|
||
There is no version 0.5.4 | ||
|
||
0.5.3 (10/2023) | ||
---------------- | ||
|
||
Fixed a bug with household rebuilding demand | ||
|
||
**Full Changelog**: https://github.com/spjuhel/BoARIO/compare/v0.5.2...v0.5.3 | ||
|
||
|
||
0.5.2 (09/2023) | ||
---------------- | ||
|
||
**Full Changelog**: https://github.com/spjuhel/BoARIO/compare/v0.5.1...v0.5.2 | ||
|
||
0.5.1 (08/2023) | ||
---------------- | ||
|
||
* hotfix for the use of pygit2 | ||
|
||
0.5.0 (06/2023) | ||
--------------- | ||
---------------- | ||
|
||
* Putting in master the nice changes we made when coupling with climada by @spjuhel in https://github.com/spjuhel/BoARIO/pull/30 | ||
* Proper merge and Black Formatting (actually working) by @spjuhel in https://github.com/spjuhel/BoARIO/pull/34 | ||
* Doc testing merge: master testing by @spjuhel in https://github.com/spjuhel/BoARIO/pull/41 | ||
* Master testing by @spjuhel in https://github.com/spjuhel/BoARIO/pull/43 | ||
* Update issue templates by @spjuhel in https://github.com/spjuhel/BoARIO/pull/50 | ||
* v0.5.0 by @spjuhel in https://github.com/spjuhel/BoARIO/pull/58 | ||
|
||
Features | ||
********* | ||
|
||
* WIP | ||
**Full Changelog**: https://github.com/spjuhel/BoARIO/compare/v0.4.1b...v0.5.0b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"latest": | ||
"v0.5.8": | ||
tag: 'v0.5.8' | ||
languages: | ||
- "en" | ||
|
Oops, something went wrong.