Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New bounds #506

Merged
merged 27 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5b300ee
Rename bounds modules.
janosg Jul 19, 2024
4074f00
Move test module.
janosg Jul 19, 2024
2d610ec
Fix.
janosg Jul 19, 2024
a026759
Add pre-processing functions for bounds.
janosg Jul 19, 2024
4a409e0
Preparations.
janosg Jul 22, 2024
b770ae7
First version that runs with bounds object in all public functions.
janosg Jul 22, 2024
37ae3d7
Fix a few deprecation warnings.
janosg Jul 22, 2024
08cbb4d
Refactor generate steps.
janosg Jul 22, 2024
1e4ff1c
Fix more warnings.
janosg Jul 22, 2024
63e72ba
Fix remaining deprecation warnings.
janosg Jul 22, 2024
2624a63
Fix.
janosg Jul 22, 2024
ebaeb5f
Add type annotations to bounds.
janosg Jul 22, 2024
eeac294
Add new logos.
janosg Jul 23, 2024
9ff9e3a
Add tests for all bounds related deprecations.
janosg Jul 30, 2024
921b57c
Allow scipy bounds everywhere.
janosg Jul 30, 2024
09c7330
Fix merge conflict.
janosg Jul 30, 2024
75dfb98
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 30, 2024
8b4a193
Factor arguments processing out of _optimize.
janosg Jul 31, 2024
af438d7
Merge branch 'bounds' of https://github.com/OpenSourceEconomics/optim…
janosg Jul 31, 2024
982c027
Cleanup.
janosg Jul 31, 2024
ed9fb3d
Rename tiktak to multistart.
janosg Jul 31, 2024
add4e51
Adjust docstrings for bounds.
janosg Jul 31, 2024
1ad9db5
Adjust documentation.
janosg Jul 31, 2024
19031f8
Fix ruff warning.
janosg Jul 31, 2024
70a888e
Update docstrings
timmens Jul 31, 2024
f4388b3
Improve bounds deprecation warning.
janosg Jul 31, 2024
2820b0b
Make bounds immutable.
janosg Jul 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions docs/source/_static/images/optimagic_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions docs/source/_static/images/optimagic_logo_dark_mode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading