Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.81 KB

File metadata and controls

55 lines (40 loc) · 1.81 KB

1.0.0 (unreleased)

  • Nothing changed yet.

0.9.2 (2014-06-12)

Bugfixes

  • "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]

New Features

  • 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]

0.9.1 (2014-02-03)

New Features

Bugfixes

  • missing ez_setup.py and setuptools_bootstrap.py included now
  • reading of ascii density and abundance profiles
  • several fixes in the documentation