Skip to content

Comments

Bump cma from 3.3.0 to 4.0.0#2537

Merged
beat-buesser merged 1 commit intomainfrom
dependabot/pip/cma-4.0.0
Jan 17, 2025
Merged

Bump cma from 3.3.0 to 4.0.0#2537
beat-buesser merged 1 commit intomainfrom
dependabot/pip/cma-4.0.0

Conversation

@dependabot
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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 16, 2024
@codecov
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 (76c6ce0) to head (5ee8b44).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2537       +/-   ##
===========================================
+ Coverage   73.15%   85.40%   +12.24%     
===========================================
  Files         334      334               
  Lines       31001    31001               
  Branches     5300     5300               
===========================================
+ Hits        22680    26476     +3796     
+ Misses       7027     3056     -3971     
- Partials     1294     1469      +175     

see 69 files with indirect coverage changes

@dependabot dependabot bot force-pushed the dependabot/pip/cma-4.0.0 branch from 28fe5f6 to 3b52a2e Compare December 20, 2024 00:35
@dependabot dependabot bot force-pushed the dependabot/pip/cma-4.0.0 branch from 3b52a2e to 3cae941 Compare January 13, 2025 12:43
@beat-buesser
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/cma-4.0.0 branch from 3cae941 to 23e1e2b Compare January 16, 2025 09:00
@beat-buesser
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/cma-4.0.0 branch from 23e1e2b to cac12e3 Compare January 16, 2025 14:05
@beat-buesser beat-buesser self-requested a review January 17, 2025 10:37
@beat-buesser
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/cma-4.0.0 branch from cac12e3 to 8910155 Compare January 17, 2025 11:56
@beat-buesser
Copy link
Collaborator

@dependabot rebase

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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/cma-4.0.0 branch from 8910155 to 5ee8b44 Compare January 17, 2025 13:05
@beat-buesser beat-buesser merged commit 96bedf5 into main Jan 17, 2025
33 checks passed
@beat-buesser beat-buesser deleted the dependabot/pip/cma-4.0.0 branch January 17, 2025 20:47
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