Skip to content

Commit

Permalink
📚 Prepare for v0.7.3 release (#290)
Browse files Browse the repository at this point in the history
* 📚 Update changelog and ⬆️ to v0.7.3

- added release date
- raised min pyglotaran version to v0.7.3

* 🚧 Lower pinned min pyglotaran version back to 0.7.0

That way it is the same as in `pyproject.toml`

---------

Co-authored-by: s-weigand <[email protected]>
  • Loading branch information
jsnel and s-weigand authored Aug 25, 2024
1 parent 337bfe3 commit 14b89c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/requirements_min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ numpy==1.22
docstring-parser==0.16
matplotlib==3.3
pydantic==2.0.0
pyglotaran==0.7.2
pyglotaran==0.7.0
ruamel-yaml==0.18.6
tabulate==0.8.9
xarray==2022.3
9 changes: 6 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

(changes-0_7_3)=

## 0.7.3 (Unreleased)
## 0.7.3 (2024-08-25)

- 🩹 Fix incompatibility of plot_data_and_fits with matplotlib>=3.8 (#275)
- 🩹 Fix deprecation warning for using xr.Dataset.dim (#267)
- ✨ Add configuration for plot functions (#288)
- ✨ Add plot_pfid plot function (#283)
- 🩹 Fix very slow data/residual plots (#239)
- 🩹 Fix deprecation warning for using xr.Dataset.dim (#267)
- 🩹🚇 Adapt to changed outputs in pyglotaran-examples GHA (#273)
- 🩹 Fix incompatibility of plot_data_and_fits with matplotlib>=3.8 (#275)

(changes-0_7_2)=

Expand Down
2 changes: 1 addition & 1 deletion pyglotaran_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"CONFIG",
]

__version__ = "0.7.2"
__version__ = "0.7.3"

SCRIPT_DIR = _find_script_dir_at_import(__file__)
"""User script dir determined during import."""
Expand Down

0 comments on commit 14b89c4

Please sign in to comment.