File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History
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+
5170.0.5 (2022-02-04)
618------------------
719
Original file line number Diff line number Diff line change 11"""Top-level package for orsopy."""
22
3- __version__ = "0.0.5 "
3+ __version__ = "0.1.0 "
Original file line number Diff line number Diff 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]
2525python_requires = >=3.8
You can’t perform that action at this time.
0 commit comments