Skip to content

Commit

Permalink
Fix merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Aug 19, 2024
2 parents 45d91f1 + 24e44a7 commit de1596c
Show file tree
Hide file tree
Showing 56 changed files with 3,522 additions and 1,981 deletions.
1 change: 1 addition & 0 deletions .tools/envs/testenv-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencies:
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- types-jinja2 # dev, tests
- sqlalchemy-stubs # dev, tests
- -e ../../
1 change: 1 addition & 0 deletions .tools/envs/testenv-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ dependencies:
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- types-jinja2 # dev, tests
- sqlalchemy-stubs # dev, tests
- -e ../../
1 change: 1 addition & 0 deletions .tools/envs/testenv-pandas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ dependencies:
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- types-jinja2 # dev, tests
- sqlalchemy-stubs # dev, tests
- -e ../../
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ the major changes are:

### Breaking changes

- When providing a path for the argument `logging` of the functions
`maximize` and `minimize` and the file already exists, the default
behavior is to raise an error now. Replacement or extension
of an existing file must be explicitly configured.
- The argument `if_table_exists` has no effect anymore and a
corresponding warning is raised.


### Deprecations

Expand All @@ -55,7 +62,10 @@ the major changes are:
- `convergence_scaled_gradient_tolerance` -> `convergence_gtol_scaled`
- `stopping_max_criterion_evaluations` -> `stopping_maxfun`
- `stopping_max_iterations` -> `stopping_maxiter`

- The `log_options` argument of `minimize` and `maximize` is deprecated,
an according FutureWarning is raised.
- The class `OptimizeLogReader` is deprecated and redirects to
`SQLiteLogReader`.

## 0.4.7

Expand Down
Loading

0 comments on commit de1596c

Please sign in to comment.