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 configspace from 0.7.1 to 1.1.1 in /mlos_core #56

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 19, 2024

Bumps configspace from 0.7.1 to 1.1.1.

Release notes

Sourced from configspace's releases.

v0.7.2

  • MAINT #671465e2: Make loading json files from earlier versions backwards compatible
Changelog

Sourced from configspace's changelog.

Version 1.1.1

  • FIX #ebb89f4: Prevent infinite recursion when checking "key" in Configuration.

Version 1.1.0

  • FIX #377: Make rounding a constant value of 13 decimal places for floats and their boundaries.
    • Previously this was different in arbitrary places.
    • Why 13? This was relatively stable across our test suite and allowed json to serialize/deserialize without loss of precision.
  • FEAT #376: Allow arbitrary values for Categorical, Ordinal, and Constant hyperparameters.
  • FIX #375: Use object dtype for Constant np.array of values to prevent numpy type conversions of values.

Version 1.0.1

  • FIX #373: Fix ForbiddenEqualsRelation when evaluating on vectors of values.

Version 1.0.0

  • REFACTOR #346: Please see PR #346 for a full log of changes

Version 0.7.2

  • MAINT #671465e2: Make loading json files from earlier versions backwards compatible
Commits
  • 5c1974b bump: v1.1.1
  • ebb89f4 fix(Configuration): __contains__ doesn't recurse (#378)
  • b7e62e3 Merge branch 'main' of github.com:automl/ConfigSpace
  • 0527d3b bump: 1.1
  • 6247934 fix(Hyperparameters): Use 13 places for floats and round bounds (#377)
  • bcdb323 feat: Allow arbitrary values as categoricals/constants/ordinals (#376)
  • 82e14ea fix(Constant): Use object dtype with array creation (#375)
  • 5cc8a07 doc: Add to changelog
  • 57e1185 bump: 1.0.1
  • bb49f78 fix(forbidden): ForbiddenEqualsRelation (#373)
  • 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)

Bumps [configspace](https://github.com/automl/ConfigSpace) from 0.7.1 to 1.1.1.
- [Release notes](https://github.com/automl/ConfigSpace/releases)
- [Changelog](https://github.com/automl/ConfigSpace/blob/main/changelog.md)
- [Commits](automl/ConfigSpace@v0.7.1...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 19, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 31, 2024

Superseded by #58.

@dependabot dependabot bot closed this Jul 31, 2024
@dependabot dependabot bot deleted the dependabot/pip/mlos_core/configspace-1.1.1 branch July 31, 2024 13:08
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.

0 participants