Skip to content

Python 78b

Compare
Choose a tag to compare
@jhmatthews jhmatthews released this 03 Dec 13:34
· 3549 commits to dev since this release

This is a release for Python 78b. This is intended to be prior to matrix work being included and the final version run for the CV paper 2014.

Changes

  • major change here- restructuring of the dev branch to contain the whole directory structure #119
  • implementation of microclumping
    • this is still not full tested/understood. Consult the issues #108 #129
  • implemented 'advanced mode', see #120
  • adopted astropy file formats for outputs, see #123

Major Bugfixes:
#117 - live or die doesn't agree with extract for spherical / symmetric models
This turned out to be a major problem, in that sometime around Python 70g the doppler shift statement got deleted in resonate.c. Tests results for this can be found on the google site.

Bugfixes:
#102 - wind file saved only for rank 0
#110 - changes in temperature not being accurately recorded
#111 - elimination of Debug and diag_on_off- see advanced mode above
#113 - problems with linelengths of model filenames
#114 - segfault in spectral cycles due to new variable w_orig
#118 - dvds was calculated incorrectly in spherical coords, so we adopted an on-the-fly method. See #126