Releases: ukaea/PyVMCON
Releases · ukaea/PyVMCON
v2.2.2
What's Changed
- Fix additional convergence criteria (function was not called properly) by @jonmaddock in #16
- Remove restriction for
numpy<2.0
by @timothy-nunn in #17
New Contributors
- @jonmaddock made their first contribution in #16
Full Changelog: v2.2.1...v2.2.2
v2.2.1
Patch release to disable numpy 2.0 #15
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Allow additional convergence criteria to be defined by @timothy-nunn in #13
Full Changelog: v2.1.2...v2.2.0
v2.1.2
v2.1.1
Fix a bug in the B
(Hessian approximation) matrix where the size was set to the max of n
or m
(a relic from a long time ago in development).
v2.1.0
Add a callback which is called on each iteration. E.g. can be used to print convergence information on each iteration
v2.0.0
v1.0.0
Initial release of PyVMCON.