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.0.5 (2022-02-04)
6+ ------------------
7+
8+ * Merge the slddb package into orsopy for simple query of the database.
9+ SLD db will transition to orsopy for its backend.
10+
5110.0.4 (2022-01-19)
6- --------
12+ ------------------
713
814* Fix a bug prventing usage of fileio on python >=3.10.1 due to changes in dataclasses internal API
915* Replace the metaclass implementation by a decorator behaving similar to dataclass
@@ -12,15 +18,15 @@ History
1218* More documentation improvements
1319
14200.0.3 (2021-11-14)
15- --------
21+ ------------------
1622
1723* Implement user_data from custom keyword arguments
1824* Improvements to documentation
1925* Backport to python 3.6 and 3.7
2026* Allow user defined spaces between multiple datasets
2127
22280.0.2 (2021-10-08)
23- --------
29+ ------------------
2430
2531* Integration of PyPI with Github build system
2632
Original file line number Diff line number Diff line change 11"""Top-level package for orsopy."""
22
3- __version__ = "0.0.4 "
3+ __version__ = "0.0.5 "
You can’t perform that action at this time.
0 commit comments