- Fix `TypeError: expected str, bytes or os.PathLike object, not NoneType` errors on import with Python 3.9 (117 & 118)
0.6.0
- Modernize build system using a single `pyproject.toml` (115). - Drop Python 3.8 support and add Python 3.13 support (115). - Code quality improvements: PEP 585 style type hints, some mypy, black & pylint fixes, and increased test coverage (115). - Fix test failures with Sympy >=1.13.2 (109).
0.5.1
- Fix tests to work with NumPy 2.0.0 NEP 51 string representations of NumPy data types (107).
0.5.0
- Add `Inventory.decay_time_series_pandas()` method to save decay data into a pandas dataframe. Time resolution is specified by the user (104). - Add `Inventory.decay_time_series()` method to access the decay data create by `decay_time_series_pandas()` as a list for the time data and dictionary for the isotopic data (104). - Drop support for end-of-life Python versions v3.6 & v3.7 (106). - Fix `pkg_resources` deprecation warnings and some pylint warnings (106).
0.4.22
- Added explicit support for Python v3.12.
0.4.21
- Add `Inventory.to_csv()` and `InventoryHP.to_csv()` methods for writing an inventory's contents to a CSV file (in user's chosen units) (94).