- Nothing changed yet.
- "print" replaced with logger for classical nebular
- logger statement added for coronal approximation
- warning added to documentation since plasma is out of date (temp solution only) #108
- fix to binary search to deal with packets at end of line list
- warning added for density file readin outside tabulated range
- fix to NLTE solver (treats stimulated emission directly); tests included
- fix for zeta factor outside of temperature + test included [#134, wkerzendorf]
- added data_sources and version to AtomData set
- added atomic database table with downloads to documentation
- added more conversion routines for Species strings (e.g. Si IX) to util
- added new density models (power law and exponential) [mklauser]
- reimplementation of binary-search in C (towards faster/profileable code) [V. Jancauskas]
- added new astropy setup using astropy-helpers (thanks to @embray and @astrofrog for debugging help) [wkerzendorf #144]
- added a test that runs the full calculation and compares the spectrum output [wkerzendorf #144]
- added the new documentation validator [mklauser & wkerzendorf #134, #136]
- added a new configuration object for TARDIS [wkerzendorf #143]
- changed TARDISConfiguration -> Configuration [wkerzendorf #154]
- changed most small functions to C [V. Jancauskas #142]
- bugfix release of TARDIS
- updated example section in the documentation
- now with working test coverage setup (https://coveralls.io/r/tardis-sn/tardis)
- missing ez_setup.py and setuptools_bootstrap.py included now
- reading of ascii density and abundance profiles
- several fixes in the documentation