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

v0.9.1 #128

Merged
merged 20 commits into from
May 3, 2024
Merged

v0.9.1 #128

merged 20 commits into from
May 3, 2024

Conversation

schmoelder
Copy link
Contributor

@schmoelder schmoelder commented Apr 21, 2024

Pending Issues / PRs

TODO

  • Create new branch vX.Y.Z from dev
  • Bump version in setup.cfg and CADETProcess/__init__.py
  • Add release notes
    • General description
    • Deprecations / other changes
    • Closed Issues/PRs
    • Add entry in index.md
  • Commit with message vX.Y.Z
  • Add tag (git tag 'vX.Y.Z')
  • Push and open PR (base onto master). Also push tag: git push origin --tag
  • When ready, rebase again onto dev (in case changes were made)
  • Merge into master
  • Make release on GitHub using tag and release notes.
  • Check that workflows automatically publish to PyPI and readthedocs

@ronald-jaepel
Copy link
Collaborator

https://gist.github.com/ronald-jaepel/f604c3079c81031cdcfe03d0d6aaaa8d
This is the python script I wrote to generate release note summaries of closed issues and merged PRs

@ronald-jaepel
Copy link
Collaborator

For this patch release it's only

Merged PRs:

Closed PRs:

Closed Issues:

  • 30: Implement a bayesian opimization algorithm for cadet-process based on ax/botorch.

@schmoelder
Copy link
Contributor Author

Thanks! Btw, I had actually forgotten to close #30, so it wasn't even related to this PR. So I presume it stays empty this time... 😅

schmoelder and others added 9 commits May 3, 2024 09:54
macos-latest has been updated to use an ARM build and CADET isn't available on ARM, so we need to downgrade macos to run our CI until CADET is ready for ARM
Default behavior does not change but an option and a deprecation warning has been added.
Since we started using type hints, including the `|` operator to indicate a union of multiple possible arguments, Python 3.10 is now the new minimum required version.
- Use ubuntu-lts-latest
- Use mambaforge-latest
- Use dedicated environment for building documentation
@schmoelder schmoelder merged commit 0d8d2d9 into master May 3, 2024
0 of 5 checks passed
@schmoelder schmoelder deleted the v0.9.1 branch May 3, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants