-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🚀 Bumped version from 0.5.0 to 0.6.0 * 🚧📚 Updated changelog * ⬆️🚧 Bumped minimal runtime requirements * 🚧📚 Added links to changelog and docs in PyPI meta information
- Loading branch information
Showing
3 changed files
with
21 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Changelog | ||
|
||
(changes-0_6_0)= | ||
|
||
## 0.6.0 (2022-06-07) | ||
|
||
- 👌 Made adding a cycler to and axis opt out by using None by @s-weigand in #58 | ||
- 🩹 Fix autogenerated title for concentration plot by @s-weigand in #63 | ||
- 👌 Improve SVD plotting by @s-weigand in #64 | ||
- 📚👌 Improve readme by @s-weigand in #69 | ||
- 🔧🚇 Add sourcery-ai config by @s-weigand in #71 | ||
- 🔧🩹 Remove github section in sourcery config due to bug in sourcery-ai by @s-weigand in #72 | ||
- 👌 Improve legend placement in plot_data_overview by @s-weigand in #77 | ||
|
||
(changes-0_5_0)= | ||
|
||
## 0.5.0 (2022-02-05) | ||
|
||
- First release on PyPI. |
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 |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
"select_plot_wavelengths", | ||
] | ||
|
||
__version__ = "0.5.0" | ||
__version__ = "0.6.0" |
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