Skip to content

Commit

Permalink
Prepare v0.3.3 release (#603)
Browse files Browse the repository at this point in the history
* Prepare v0.3.3 release

Bumped version and added release notes

* Update readme

Clarified Python version support
  • Loading branch information
jsnel authored Mar 18, 2021
1 parent 67dacce commit 24fcd33
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
History
=======

0.3.1 (2021-02-23)
0.3.3 (2021-03-18)
------------------
* Force recalculation of SVD attributes in scheme._prepare_data (#597)
* Remove unneeded check in spectral_penalties._get_area Fixes (#598)
* Added python 3.9 support (#450)

0.3.2 (2021-02-28)
------------------

* Re-release of version 0.3.1 due to packaging issue

0.3.1 (2021-02-28)
------------------

* Added compatibility for numpy 1.20 and raised minimum required numpy version to 1.20 (#555)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pyGloTarAn is a Python library for Global and Target Analysis

Prerequisites:

- Python 3.8 (Python 3.9+ is not supported in this release)
- Python 3.8 (Python 3.9 is only supported as of v0.3.3)
- On Windows only 64bit is supported

Note for Windows Users: The easiest way to get python for Windows is via [Anaconda](https://www.anaconda.com/)
Expand Down
2 changes: 1 addition & 1 deletion glotaran/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from . import io
from . import parameter

__version__ = "0.3.2"
__version__ = "0.3.3"

ParameterGroup = parameter.ParameterGroup

Expand Down

0 comments on commit 24fcd33

Please sign in to comment.