Releases: warrickball/tomso
Releases · warrickball/tomso
v0.2.1
v0.2.0
- add basic support for command-line plots of STARS output
v0.1.0
- removed old procedural functions
- added
unique
option totomso plot --legend
- extend MESAAsteroSamples slicing to handle NumPy ints, lists or arrays of bools or ints
v0.0.12
- File loading defaults to object-oriented interface (where implemented)
- Major overhaul of documentation
- Renamed
common
module toutils
- Some classes have basic
__str__
and__repr__
functions - ADIPLS frequency data (i.e.
cs
arrays) now usen
andl
instead ofenn
andell
- Filenames starting with
http
are interpreted as URLs
v0.0.11
- added script to convert between stellar model types
- added classes to FGONG, GYRE and ADIPLS modules
v0.0.10
- added
prune
keyword tomesa.load_history
to force a strictly increasing model number by only taking last model of any given model number - added function to convert AMDL back into FGONG (
adipls.fgong_to_amdl
) - frequency tables in MESA samples now in stored in record arrays using same keys as MESA
- suppressed divide by zero and 0/0 warnings in ADIPLS manipulation
- refactored MESA/GYRE readers to use common code and tweaked them to infer column widths from header names
- added option to reverse arrays from
fgong.fgong_get
- added specific heat capacity
cp
tofgong.fgong_get
v0.0.8
Rushed release to make GZIP feature available on other systems.
v0.0.5
Bugfix for common.integrate, other additions, updated version for PyPI
v0.0.4
Multiple improvements, new version for PyPI
v0.0.3
Uploaded to PyPI