Skip to content

Releases: NeuroDiffGym/neurodiffeq

Release of v0.6.3

02 Jan 18:33
Compare
Choose a tag to compare

Happy 2024 🎆 🥳

  • Add support for selecting a particular device when there are multiple GPU devices.
  • Fix an bug when loading a solver whose .nets have shared instance(s) of torch.nn.Module.
  • Miscellaneous documentation improvement.
  • PR CI is up and running again

Release of v0.6.2

08 Jun 21:04
Compare
Choose a tag to compare
  1. Allow update best_net without running validation every epoch
  2. New 1-D Dirichlet boundary condition for bundles
  3. Some API changes for bundle solvers and bundle conditions
  4. Allow saving and loading custom solvers inheriting Sovler1D, Solver2D, or BundleSolver1D
  5. Suppress error related to removing colorbar caused by newer versions of matplotlib

Release of v0.6.1

07 Dec 23:53
0f85aeb
Compare
Choose a tag to compare

Hot fix: solve a fatal compatibility issue with torch v1.13

Release of v0.6.0

05 Oct 14:10
6762aee
Compare
Choose a tag to compare
  • Bug fix: deduplicate parameters when networks share common layers/params
  • Removed deprecated APIs
  • Forward compatibility with newer versions of PyTorch

Release of V0.5.2

12 Dec 20:10
d122637
Compare
Choose a tag to compare
  1. Better progress bar
  2. Allow user to conveniently set torch and numpy seeds with neurodiffeq.utils.set_seed
  3. Implement solvers.get_residuals
  4. Misc bug fixes and better error messages

Release of v0.5.1

21 Oct 17:15
6891a6e
Compare
Choose a tag to compare
  • Support Chebyshev points of the first and second kine for Generator1D, Generator2D, Generator3D, GeneratorND
  • Modify the usage of log-spaced and log-spaced-noisy for Generator1D to make it consistent with other sampling methods
  • Support tqdm progress bar with solver.fit(). Default is writing progress bar to stderr.

Release of v0.5.0

29 Sep 20:19
ab670a1
Compare
Choose a tag to compare
  1. Integration with NeuroDiffHub (in beta)
  2. Extensive operator support
  3. Better monitors
  4. Clearer documentation
  5. Miscellaneous improvement

Release of v0.4.0

22 May 11:09
8abb897
Compare
Choose a tag to compare
  • Misc bug fixes
  • Add Generic Solver (Solver for arbitrary dimensions)
  • Custom loss metrics
  • More Efficient grad operator
  • Bundle Solver for ODE

Release of v0.3.5

18 Apr 10:06
46786b0
Compare
Choose a tag to compare

Fix an issue where images are not properly rendered on PyPI index page.

Release of v0.3.4

18 Apr 08:53
61b9a48
Compare
Choose a tag to compare

Update the README page & misc changes.