File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,24 @@ Following the [scientific python guidelines](https://scientific-python.org/specs
88we drop the official support for Python 3.8.
99
1010
11+ ## 0.4.7
12+
13+ This release contains minor improvements and bug fixes. It is the last release before
14+ the package will be renamed to optimagic and two large enhancement proposals will be
15+ implemented.
16+
17+ - {gh}` 490 ` adds the attribute ` optimize_result ` to the ` MomentsResult ` class
18+ ({ghuser}` timmens ` )
19+ - {gh}` 483 ` fixes a bug in the handling of keyword arguments in ` bootstrap `
20+ ({ghuser}` alanlujan91 ` )
21+ - {gh}` 477 ` allows to use an identity weighting matrix in MSM estimation
22+ ({ghuser}` sidd3888 ` )
23+ - {gh}` 473 ` fixes a bug where bootstrap keyword arguments were ignored
24+ ` get_moments_cov ` ({ghuser}` timmens ` )
25+ - {gh}` 467 ` , {gh}` 478 ` , {gh}` 479 ` and {gh}` 480 ` improve the documentation
26+ ({ghuser}` mpetrosian ` , {ghuser}` segsell ` , and {ghuser}` timmens ` )
27+
28+
1129## 0.4.6
1230
1331This release drastically improves the optimizer benchmarking capabilities, especially
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ install_requires =
3939 click
4040 cloudpickle
4141 joblib
42- numpy>=1.17 .0
42+ numpy<2 .0
4343 pandas
4444 plotly
4545 pybaum>=0.1.2
You can’t perform that action at this time.
0 commit comments