Skip to content

Commit

Permalink
Update history and change version to 1.2.0 as new features like NeXus…
Browse files Browse the repository at this point in the history
… and significant changes to the dataclass architecture are involved.
  • Loading branch information
aglavic committed Feb 23, 2024
1 parent 18830f7 commit 75a3ca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
History
=======

1.1.1 (2024-02-23)
1.2.0 (2024-02-23)
------------------

* Add some extra attributes from updated ORSO specification.
* Introduce reading and writing of NeXus files ORSO binary standard (*.orb)
* Add some extra attributes from updated ORSO specification (v1.1).
* Add polarization options for x-ray instruments.
* Fix compatibility with Python 3.12, resolving issue #115.
* Move tests to orsopy sub-folders to prevent interference with other packages.
* Some updates to the package documentation.
Expand Down
2 changes: 1 addition & 1 deletion orsopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package for orsopy."""

__version__ = "1.1.1"
__version__ = "1.2.0"

# this is imported in submodules to be able to overwrite it with pydantic
from dataclasses import dataclass

0 comments on commit 75a3ca5

Please sign in to comment.