- 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).