Skip to content

Releases: smallbunnies/Solverz

0.2.0

10 Aug 09:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

06 Aug 07:49
862ac52
Compare
Choose a tag to compare

With two months of hard work, I am proud to release Solverz 0.1.0, which supports the derivation of Hessian-vector product. Additionally, a new robust algorithm for algebraic equations, the semi-implicit continuous Newton method, has been implemented in the solver family.

What's Changed

  • Enable sicnm and Hessian-vector product by @rzyu45 in #91

Full Changelog: 0.0.5...0.1.0

0.0.5

13 Jun 13:31
Compare
Choose a tag to compare

What's Changed

  • better implementation of different schemes in solverz and add the m3b9 dae test by @rzyu45 in #16
  • Better dae support and sirk implementation by @rzyu45 in #19
  • Depoly tests on GitHub actions by @rzyu45 in #21
  • fix: close #17 by @rzyu45 in #23
  • Ode45 with dense output by @rzyu45 in #30
  • fix: Avoid the dynamic addition of TimeVar attributions by @rzyu45 in #33
  • Cache dependencies in git actions by @rzyu45 in #34
  • Cache dependencies by @rzyu45 in #35
  • Algebraic derivation of DT-based SAS by @rzyu45 in #37
  • Symbolic derivation of dt-based SAS 80% by @rzyu45 in #40
  • docs: fix a typo by @r2yu45 in #42
  • Sas dev by @rzyu45 in #52
  • fix the new feature in docs, add files in gitignore and add tspan to implicit_trapezoid() by @lang-H in #54
  • To deprecate np.dot by @rzyu45 in #58
  • Code refactorization by @rzyu45 in #71
  • To merge numba printer dev by @rzyu45 in #72
  • feat: add rodas5p/rodasp by @rzyu45 in #73
  • Resolve the initial value loss issue of using sympy-based variables by @rzyu45 in #74
  • Debug py printer by @rzyu45 in #75
  • Release/0.0.2 by @rzyu45 in #82
  • Release/0.0.4 by @rzyu45 in #85

New Contributors

Full Changelog: v0.0.1...0.0.5

0.0.4

03 Jun 15:01
61a4653
Compare
Choose a tag to compare
Merge pull request #84 from rzyu45/To-peek-Solverz-version

To peek solverz version

0.0.3rc2

03 Jun 13:40
Compare
Choose a tag to compare
update publish-to-pypi.yml

0.0.3

03 Jun 13:52
Compare
Choose a tag to compare

What's Changed

  • Refactor code printer and Jac derivation by @rzyu45 in #81

Full Changelog: 0.0.1rc4...0.0.3

0.0.1rc4

20 May 11:55
Compare
Choose a tag to compare

Full Changelog: 0.0.1rc3...0.0.1rc4

0.0.1rc3

20 May 11:50
Compare
Choose a tag to compare

Full Changelog: 0.0.1rc2...0.0.1rc3

0.0.1rc2

20 May 11:46
Compare
Choose a tag to compare

What's Changed

  • better implementation of different schemes in solverz and add the m3b9 dae test by @rzyu45 in #16
  • Better dae support and sirk implementation by @rzyu45 in #19
  • Depoly tests on GitHub actions by @rzyu45 in #21
  • fix: close #17 by @rzyu45 in #23
  • Ode45 with dense output by @rzyu45 in #30
  • fix: Avoid the dynamic addition of TimeVar attributions by @rzyu45 in #33
  • Cache dependencies in git actions by @rzyu45 in #34
  • Cache dependencies by @rzyu45 in #35
  • Algebraic derivation of DT-based SAS by @rzyu45 in #37
  • Symbolic derivation of dt-based SAS 80% by @rzyu45 in #40
  • docs: fix a typo by @r2yu45 in #42
  • Sas dev by @rzyu45 in #52
  • fix the new feature in docs, add files in gitignore and add tspan to implicit_trapezoid() by @lang-H in #54
  • To deprecate np.dot by @rzyu45 in #58
  • Code refactorization by @rzyu45 in #71
  • To merge numba printer dev by @rzyu45 in #72
  • feat: add rodas5p/rodasp by @rzyu45 in #73
  • Resolve the initial value loss issue of using sympy-based variables by @rzyu45 in #74
  • Debug py printer by @rzyu45 in #75

New Contributors

Full Changelog: v0.0.1...0.0.1rc2

beta still...

19 Sep 15:29
Compare
Choose a tag to compare
beta still... Pre-release
Pre-release
separate solver and routine

Add  `eqn.J()`