Releases: tomasstolker/species
Releases · tomasstolker/species
species v0.1.3
- Replaced
wget
withurllib.request
. - Warnings and errors added to
add_model
. - Compatibility of
get_data
with the petitCODE spectra. - Several small updates in the code and tutorials.
species v0.1.2
- Updated tutorial notebooks.
- Several minor changes and improvements
ReadColorMagnitude
andget_color_magnitude
are compatible with photometric and spectral libraries.
species v0.1.1
- Removed the
config_path
parameter fromSpeciesInit
. - Added notebooks with tutorials to the documentation.
- Updated documentation and some code maintenance.
species v0.1.0
- Major maintenance of the package.
- Documentation added for many classes and functions.
- Unit test added for the reading modules. Code coverage is ~50%.
- Several arguments have been changed to more descriptive names.
- Refactoring of
FitPlanck
which supports fitting a combination of Planck functions. - Added the
field_range
argument for plotting color-mag and color-color diagrams.
species v0.0.9
resample_spectrum
for smoothing a spectrum.quantity
argument inget_model
to either output a flux or magnitude.- Additional options in
add_calibration
for importing a calibration spectrum. - Both field and young/low-gravity objects can be selected with
object_type
. weighting
argument inFitModel
.ReadPlanck
for reading a Planck function.FitPlanck
for fitting photometry and/or a spectrum with MCMC.- Improved plotting functionalities.
- Many small improvements.
- Several minor bug fixes.
- Updated companion magnitudes and distances.
- Updated and improved documentation.
species v0.0.8
- Compatibility with petitCODE atmospheric models (clear and cloudy).
- Function to create color-color data from isochrones.
- Option to include isochrone data in color-color plot.
- Functions to return the most probable sample and the median sample from the MCMC results.
- Improved documentation.
- Documentation example for fitting photometry.
species v0.0.7
- Reading functionalities for isochrone data, including the computation of synthetic photometry.
- Support for BT-Setll, AMES-Cond, and AMES-Dusty model spectra.
- Parameters
inc_phot
andinc_spec
in the fitting routines. - Many small improvements and several minor bug fixes.
- Additional parameters in the plot functions.
- Improved documentation.
species v0.0.6
- Synchronizing with the version on PyPI.
species v0.0.5
- Improved fit tools for atmospheric models and calibration spectra.
- Reading functionalities for calibration spectra.
- New data added of directly imaged objects.
- Plot function for color-color diagram.
- Additional examples in the documentation.
- Additional test cases.
- Many small functionalities added or improved.
species v0.0.4
- Improved plot functionalities.
- Additional reading functionalities.
- Dictionary with photometry of directly imaged companions.
- Compatibility with model data from BT-NextGen.
- General improvements in the package structure.
- Several small bug fixes.