Skip to content

Releases: OpenSourceEconomics/estimagic

v0.4.6

05 Jun 15:43
d25d4c2
Compare
Choose a tag to compare

This release drastically improves the optimizer benchmarking capabilities, especially
with noisy functions and parallel optimizers. It makes tranquilo and numba optional
dependencies and is the first version of estimagic to be compatible with Python
3.11.

v0.4.5

10 Apr 11:39
582caa4
Compare
Choose a tag to compare

v0.4.4

17 Feb 10:58
01a4f9c
Compare
Choose a tag to compare

v0.4.3

13 Dec 16:11
0335246
Compare
Choose a tag to compare

This is a minor release that mainly improves the installation

  • #416 pins a minimum scipy version and adds numba as pip dependency. It also adds bounds support for scipy neldermead (@janosg)

v0.4.2

19 Nov 14:51
1e1883a
Compare
Choose a tag to compare

This realease contains a bugfix and several improvements

If you have used multistart optimizations with a least squares optimizer you should update as quickly as possible.

#412 Improves the output of the fides optimizer among other small changes (@janosg)
#411 Fixes a bug in multistart optimizations with least squares optimizers. See #410 for details (@janosg)
#404 speeds up the gqtpar subsolver (@mpetrosian )
#400 refactors subsolvers (@mpetrosian)
#398, #397, #395, #390, #389, #388 continue with the implementation of tranquilo (@segsell, @timmens, @mpetrosian, @janosg)
#391 speeds up the bntr subsolver

v0.4.1

10 Oct 11:21
e4c7c93
Compare
Choose a tag to compare

This is a minor polishing release.

v0.4.0

30 Jun 20:14
89a7e4e
Compare
Choose a tag to compare
  • #366 prepares changes log for next release (@segsell)
  • #362 polishes documentation and adds copy button for code-snippets (@segsell)

v0.3.4

23 Jun 15:42
548e789
Compare
Choose a tag to compare
  • #361 fixes multiple bugs in estimate_msm and estimate_ml that only happened in constrained estimations (@timmens, @janosg, @segsell)
  • #347 adds a BootstrapResult object similar to other estimation results (@segsell)

v0.3.3

18 Jun 07:56
33c47b6
Compare
Choose a tag to compare

First release with full jax support (i.e. jax arrays do not have to be hidden from estimagic)

  • #357 Adds jax support @janosg
  • #359 Improves error handling with violated constaints @timmens
  • #358 Improves cartis roberts set of test functions and improves the default latex rendering of MultiIndex tables @mpetrosian

v0.3.2

14 Jun 18:03
bb2f53e
Compare
Choose a tag to compare

Polishing and multiple small bugfixes.