Skip to content

prog_models v1.5.1

Compare
Choose a tag to compare
@teubert teubert released this 13 Jul 03:38
· 6 commits to master since this release
9bf9e59

Release v1.5.1 Hotfix

Fixes two issues:

  1. Issue where floating point errors can cause infinite loop when simulating using automatic step sizes and step size that cannot be divided evenly by two in floating point arithmetic.
  2. Issue where None's in LSTM state cause array dtype to revert to object, which cannot be converted into a tensor.