Highlights
- Fix bug
reclvl
file parser to account for ragged columns by @wtbarnes in #302 - Add new
GauntFactor
class and Itoh integrated Gaunt factors to free-free radiative loss by @jwreep in #293 - Add isoelectronic sequence property and helper function by @wtbarnes in #320
- Add
Level.is_observed
property by @wtbarnes in #321 - Add how-to guide for rebuilding the HDF5 database by @jwreep in #329
- Rename
ioneq
toionization_fraction
and add ability to setionization_fraction
by @jwreep in #337 - Rename
ip
property toionization_potential
and add ability to setionization_potential
by @wtbarnes in #342 - Add
thermal_energy
property by @wtbarnes in #343
All changes
- Fix bug reclvl file parser to account for ragged columns by @wtbarnes in #302
- Fix docs build job in tox by @wtbarnes in #305
- See if this helps with the doc version by @nabobalis in #307
- Do not download and build database twice on RTD or GHA by @wtbarnes in #309
- Fix builds on tags by @nabobalis in #311
- Fix version rendering in docs by @wtbarnes in #313
- Generalize
needs_dataset
decorator to non-Ion objects by @wtbarnes in #316 - Add new GauntFactor class and add Itoh integrated Gaunt factors to f-f radiative loss by @jwreep in #293
- Avoid repeated outer products in free-bound emission calculation by @wtbarnes in #319
- Add isoelectronic sequence property and helper function by @wtbarnes in #320
- Tidy up docstrings, add
Level.is_observed
property by @wtbarnes in #321 - Make some internal utils functions private by @wtbarnes in #332
- Add how-to guide for rebuilding the HDF5 database by @jwreep in #329
- Error explicitly when Itoh data is missing in free-free collection calculation by @wtbarnes in #333
- Use
memmap=False
instead ofcopy_arrays=False
when openingasdf
files by @wtbarnes in #339 - Replace
ioneq
withionization_fraction
and add setter by @jwreep in #337 - Rename
ip
property and fix setter logic for abundance, ionization potential, and ionization fraction. by @wtbarnes in #342 - Add
thermal_energy
property and consolidate base classes by @wtbarnes in #343
Full Changelog: v0.3.0...v0.4.0