Skip to content

v2023.4.0

Choose a tag to compare

@finsberg finsberg released this 18 Jun 14:23
· 257 commits to main since this release

What's Changed

  • Delete C - code
  • Rename arguments in apd_up_xy from factor_x and factor_y to low and high respectively
  • All functions in the features module that takes a factor now prefer the value as an integer. E.g you should rather to decay_time(a=80) rather than decay_time(a=0.8), even though the latter also works.