Torchdyn Versions Save

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods

1.0.6

8 months ago

Adds torch 2.0 compatibility

1.0.5.1

8 months ago

Deprecate python 3.7

1.4.0.1

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

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

1.0.2

1 year ago
  • 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

1.0.1

2 years ago

1.0

2 years ago

torchdyn 1.0 is finally out!

0.5.1

2 years ago

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

0.5.0

2 years ago

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

Edit with latest fixes.