Skip to content

Releases: NeuroDiffGym/neurodiffeq

Release of v0.3.3

29 Mar 13:38
878b5e9
Compare
Choose a tag to compare
  1. add support for L-BFGS and other optimizers that require a closure for its .step method
  2. improve documentation
  3. improve test cases

Release of v0.3.2

19 Mar 13:40
b6827cf
Compare
Choose a tag to compare
  1. Populated built-in callbacks,
  2. Improved __str__ and __repr__ methods of generators

Release of v0.3.1

08 Feb 09:50
4323c40
Compare
Choose a tag to compare
  • new condition: DoubleEndedBVP1D
  • more robust MonitorCallback
  • hierarchy issue fix in neurodiffeq.monitors

Release of v0.3.0

05 Jan 11:30
ceb547c
Compare
Choose a tag to compare
  1. Refactored all solve* functions to Solver classes
  2. Renamed some arguments for consistency
  3. Implemented the Swish activation
  4. Cleaned & updated the documentation
  5. Miscellaneous fixes & enhancement

Release of v0.2.2

25 Nov 06:44
Compare
Choose a tag to compare

This release focuses on new APIs and backward compatibility.

  • Addressed argument naming issues #70
  • Addressed ambiguity in FCNN's constructor #71
  • Addressed a potential bug in the diff operator
  • Included new test cases for warnings and errors

Release of v0.2.1

15 Nov 12:08
Compare
Choose a tag to compare

Keep documentation up-to-date with 0.2

Release of v0.2.0

11 Nov 02:55
923d3f6
Compare
Choose a tag to compare
  • all conditions are moved to conditions.py, with custom test cases implemented.
  • better styles for sphinx docs & misc docs fixes
  • fixed travis-ci bug and re-enabled code coverage
  • diff will check tensor shape by default
  • Basic Dash documentation support
  • use safe_diff internally and in test cases (except for test_temporal.py)
  • Functionality to set default dtype and device for tensors
  • Use 64-bit float (a.k.a. double) by default.
  • diff in v0.2.0 checks shape by default.

Release of v0.1.1

26 Oct 04:23
a6967f8
Compare
Choose a tag to compare

Fix a potential bug in neurodiffeq.ode.IVP
See #64 for details.

Release of 0.1.0

15 Oct 07:44
3523044
Compare
Choose a tag to compare

After the discussion with David, we decided to host the repository on PyPI. Currently, the version is 0.1.0.
Features along with breaking changes will be included in future releases.