Closed BusyBeaver-42 closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7ca29f3
) 100.00% compared to head (82755de
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
💬 Pull Request Description
This pull request includes version changes for the v1.2.1 release and introduces deprecation warnings in preparation for version 1.3.0.
✔️ Check list
🚀 New features
Deprecation of the
input_type
parameterIn the functions
sb.optimize
,sb.minimize
, andsb.maximize
, theinput_type
parameter is now deprecated and will be removed in version 1.3.0. Please use thedomain
parameter instead.Deprecation of the instantiation of the polynomial classes
The instantiation of the following classes is deprecated due to non-backwards compatible changes planned for version 1.3.0. Their usage should not change, except for instantiation. If needed, they all accept a
silence_deprecation_warning
keyword-only parameter (default isFalse
).Deprecation of the old polynomial classes
The following polynomial classes are deprecated. Please use the equivalent classes mentioned above.
🐞 Bug fixes
None
📣 Supplementary information
None