Skip to content

Releases: DiffEqML/torchdyn

1.0.6

01 Sep 14:59
c708c4c
Compare
Choose a tag to compare

Adds torch 2.0 compatibility

1.0.5

22 Aug 01:21
92dd9ba
Compare
Choose a tag to compare

Deprecate python 3.7

1.4.0.1

03 Mar 00:27
e0d761c
Compare
Choose a tag to compare
Update publish.yaml

Miscellaneous bug fixes

13 Feb 05:12
Compare
Choose a tag to compare
1.0.4

[Versioning] Update to 1.0.4

Bug fix - load and save of ODEProblem with adjoint sensitivity

22 Jun 04:17
Compare
Choose a tag to compare

Incorporating #149 and #150 fixing bug preventing save/load of ODEProblem objects ( raised in issue #122).

Bug fixes, odeint API & features, support for python 3.7

22 Jun 03:37
7789b3f
Compare
Choose a tag to compare
  • Added the ability to explicitly pass parameters in the form of a dictionary at each ODE solver step
  • fixed_odeint can now accept dictionaries as state
  • added save_at argument to odeint to have the solver save the solution only at specified time instants
  • Data control variable u in NeuralODE has been changed to _control
  • Added support for Python 3.7
  • various bug fixes

Various fixes, better dependency installs

16 Aug 07:12
Compare
Choose a tag to compare

1.0 version: parallel-in-time methods, ODE suite, new tutorials

26 Jul 01:43
Compare
Choose a tag to compare

0.5.1

23 Jul 04:00
Compare
Choose a tag to compare

Minor fixes. More prep for 1.0. Updates PyPI installable version of torchdyn.

More of everything

22 Jul 11:38
Compare
Choose a tag to compare
More of everything Pre-release
Pre-release

More tutorials. MultipleShootingProblem is in. Several fixes to the numerics.

Edit with latest fixes.