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.0.1 in /mlos_core #799

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps configspace from 0.7.1 to 1.0.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.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

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.0.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.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 16, 2024 17:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 16, 2024
@motus motus self-assigned this Jul 16, 2024
@motus motus added the WIP Work in progress - do not merge yet label Jul 16, 2024
@motus motus marked this pull request as draft July 16, 2024 21:15
@motus
Copy link
Member

motus commented Jul 16, 2024

I am working on a PR to migrate MLOS to the new version

@motus motus mentioned this pull request Jul 17, 2024
5 tasks
@motus
Copy link
Member

motus commented Jul 19, 2024

Addressed in #802

@motus motus closed this Jul 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 19, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/mlos_core/configspace-1.0.1 branch July 19, 2024 22:49
motus added a commit that referenced this pull request Aug 2, 2024
Summary of changes:
* [x] Update dependencies to ConfigSpace >= 1.0.
* [x] Update dependencies to SMAC3 >= 2.2.
* [x] Migrate to new ConfigSpace API.
* [x] Better definition of ConfigSpace fixture in unit tests.
* [x] Fix mypy and pylint issues triggered by the migration.

Notes:
* Side effect: **Works with Python 3.12!**
* ~Supersedes #799~
* ~Depends on upcoming SMAC3 release with [SMAC3
#1124](automl/SMAC3#1124) merged in and a new
release cut with it.~
* Quantization will be added back later:
    * #803 
* ~Tests fail due to LlamaTune issue:~
    * #805 

Closes #727

---------

Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Co-authored-by: Brian Kroth <bpkroth@microsoft.com>
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 WIP Work in progress - do not merge yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant