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

Bump cma from 3.3.0 to 4.0.0 #2537

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps cma from 3.3.0 to 4.0.0.

Release notes

Sourced from cma's releases.

r4.0.0

  • majorly improved mixed-integer handling based on a more concise lower bound of variances and on so-called integer centering
  • moved options and parameters code into a new file
  • many small-ish fixes and improvements

r3.4.0

see https://github.com/CMA-ES/pycma?tab=readme-ov-file#version-history

Commits
  • 0086ab4 v4.0.0
  • 659fa0c LB-IC integer handling
  • 77e7159 [sigma_adaptation] improve asymmetric damping implementation
  • fdc131f [sigma_adaptation] polish TPA warning condition
  • 75d3531 replace various print_warning(s) with warning.warn(format_warning(s))
  • 0af6bdb [utilities.math] implement quantile function approximation
  • 2ab2953 [recombination_weights] implement trim_middle weight list modification method
  • 806a4a5 update restarts parameter processing in fmin_lq_surr2
  • f70e8d7 restarts can be passed as a dict with 'maxfevals' as valid key
  • 8b11737 [boundary_handler] implement BoundaryHandlerBase.amend_bounds_for_integer_var...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 16, 2024
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.40%. Comparing base (27e4c81) to head (3b52a2e).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2537      +/-   ##
==========================================
- Coverage   85.41%   85.40%   -0.02%     
==========================================
  Files         334      334              
  Lines       31001    31001              
  Branches     5300     5300              
==========================================
- Hits        26481    26476       -5     
- Misses       3053     3056       +3     
- Partials     1467     1469       +2     

see 3 files with indirect coverage changes

Bumps [cma](https://github.com/CMA-ES/pycma) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/CMA-ES/pycma/releases)
- [Commits](CMA-ES/pycma@r3.3.0...r4.0.0)

---
updated-dependencies:
- dependency-name: cma
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/cma-4.0.0 branch from 28fe5f6 to 3b52a2e Compare December 20, 2024 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant