Skip to content

Commit

Permalink
Merge pull request #79 from aglavic/release
Browse files Browse the repository at this point in the history
Release version 0.0.5
  • Loading branch information
aglavic authored Feb 4, 2022
2 parents be7a21a + 62f6d32 commit 2fcc325
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
History
=======

0.0.5 (2022-02-04)
------------------

* Merge the slddb package into orsopy for simple query of the database.
SLD db will transition to orsopy for its backend.

0.0.4 (2022-01-19)
--------
------------------

* Fix a bug prventing usage of fileio on python >=3.10.1 due to changes in dataclasses internal API
* Replace the metaclass implementation by a decorator behaving similar to dataclass
Expand All @@ -12,15 +18,15 @@ History
* More documentation improvements

0.0.3 (2021-11-14)
--------
------------------

* Implement user_data from custom keyword arguments
* Improvements to documentation
* Backport to python 3.6 and 3.7
* Allow user defined spaces between multiple datasets

0.0.2 (2021-10-08)
--------
------------------

* Integration of PyPI with Github build system

Expand Down
2 changes: 1 addition & 1 deletion orsopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Top-level package for orsopy."""

__version__ = "0.0.4"
__version__ = "0.0.5"

0 comments on commit 2fcc325

Please sign in to comment.