Skip to content

Commit ef7886a

Browse files
authored
Merge pull request #87 from aglavic/release
Releas of version 0.1.0
2 parents e6fcf62 + f401c52 commit ef7886a

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
History
33
=======
44

5+
0.1.0 (2022-05-19)
6+
------------------
7+
8+
* Revise .ort file header speicifcation according to ORSO discussions.
9+
* Implement option for automatic unit conversion based on pint library
10+
* Improve yaml export to support compact on-line layout for e.g. Value
11+
* Add a ErrorColumn for clear separation between data and error columns
12+
and allow specification of type/distribution of error with conversion
13+
factors to get standard deviation (sigma)
14+
* Add a ComplexValue class
15+
* Fix some type conversions where e.g. lists have been converted to str
16+
517
0.0.5 (2022-02-04)
618
------------------
719

orsopy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for orsopy."""
22

3-
__version__ = "0.0.5"
3+
__version__ = "0.1.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers =
1919
License :: OSI Approved :: MIT License
2020
Operating System :: OS Independent
2121
Topic :: Scientific/Engineering
22-
Development Status :: 3 - Alpha
22+
Development Status :: 4 - Beta
2323

2424
[options]
2525
python_requires = >=3.8

0 commit comments

Comments
 (0)