Skip to content

Commit

Permalink
Merge pull request #87 from aglavic/release
Browse files Browse the repository at this point in the history
Releas of version 0.1.0
  • Loading branch information
aglavic authored May 20, 2022
2 parents e6fcf62 + f401c52 commit ef7886a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
History
=======

0.1.0 (2022-05-19)
------------------

* Revise .ort file header speicifcation according to ORSO discussions.
* Implement option for automatic unit conversion based on pint library
* Improve yaml export to support compact on-line layout for e.g. Value
* Add a ErrorColumn for clear separation between data and error columns
and allow specification of type/distribution of error with conversion
factors to get standard deviation (sigma)
* Add a ComplexValue class
* Fix some type conversions where e.g. lists have been converted to str

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

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.5"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Scientific/Engineering
Development Status :: 3 - Alpha
Development Status :: 4 - Beta

[options]
python_requires = >=3.8
Expand Down

0 comments on commit ef7886a

Please sign in to comment.