Skip to content

v1.1.8

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 26 May 18:27
· 468 commits to master since this release
24ed943

changes

  • manual parameter dynamics are no longer automatically used if a column 'param_dyn' is provided
    ... to use manual dynamics, you now must use one of the following:
    • explicitly specify parameter-dynamics as 'manual' in fit.defdict
    • to combine a pandas datetime-offset freq with a manual-dyn use 'freq + manual'

new

  • the model_definition text has been updated to include more details
  • the property fit._model_definition is added to allow accessing the model_definition string
    (useful for example to write it to a file)
  • RT1_configparser now provides a function .get_module(modulename) to import a specific module from a file

fixes

  • fix import-location for copied modules in rtparse (now modules are imported from the copy-path)