Releases: smallbunnies/Solverz
Releases · smallbunnies/Solverz
0.2.0
0.1.0
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
Full Changelog: 0.0.5...0.1.0
0.0.5
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
Merge pull request #84 from rzyu45/To-peek-Solverz-version To peek solverz version
0.0.3rc2
update publish-to-pypi.yml
0.0.3
What's Changed
Full Changelog: 0.0.1rc4...0.0.3
0.0.1rc4
Full Changelog: 0.0.1rc3...0.0.1rc4
0.0.1rc3
Full Changelog: 0.0.1rc2...0.0.1rc3
0.0.1rc2
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
- @rzyu45 made their first contribution in #16
- @r2yu45 made their first contribution in #42
- @lang-H made their first contribution in #54
Full Changelog: v0.0.1...0.0.1rc2
beta still...
separate solver and routine Add `eqn.J()`