Skip to content

Releases: ukaea/PyVMCON

v2.2.2

03 Jul 16:22
fa5977f
Compare
Choose a tag to compare

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

Full Changelog: v2.2.1...v2.2.2

v2.2.1

19 Jun 14:21
348605d
Compare
Choose a tag to compare

Patch release to disable numpy 2.0 #15

Full Changelog: v2.2.0...v2.2.1

v2.2.0

03 Jun 16:36
5acb85d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.2.0

v2.1.2

22 Nov 11:17
017449a
Compare
Choose a tag to compare

What's Changed

  • Optimisation, improved typing, docstring spelling mistakes by @je-cook in #12

v2.1.1

04 Oct 15:34
Compare
Choose a tag to compare

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

16 Aug 14:32
6ebb28b
Compare
Choose a tag to compare

Add a callback which is called on each iteration. E.g. can be used to print convergence information on each iteration

v2.0.0

15 Aug 09:37
81a0b63
Compare
Choose a tag to compare

What's Changed

  • qsp_tolerence keyword argument replaced by qsp_options dictionary (#7).

v1.0.0

09 Aug 14:03
Compare
Choose a tag to compare

Initial release of PyVMCON.