Skip to content

RT1 v2.0

Latest
Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 20 Sep 12:54
· 1 commit to master since this release
8213cd3

new

  • HDF5 containers can now be used instead of pickle-dumps to store Fits and MultiFits objects
  • RTprocess is now directly appending results to an HDF5-container during parallel processing
  • colored log-messages can be used (requires colorama package)
  • there's now a proper container for defdict to simplify get/set of variable definitions
  • indicate fit-results in fit.plot.analyzemodel

changes

  • processfunc is now private (e.g. _processfunc) -> use run_processing instead!

fixes

  • several bugfixes along the way