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

Prepare 24.11.0rc #555

Merged
merged 4 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
email: jaimergp@users.noreply.github.com
aliases:
- jaimergp
num_commits: 145
num_commits: 147
first_commit: 2022-01-31 17:24:37
github: jaimergp
- name: Jannis Leidel
Expand All @@ -12,7 +12,7 @@
github: jezdez
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 51
num_commits: 55
first_commit: 2022-11-22 08:39:31
github: pre-commit-ci[bot]
- name: Christopher Ostrouchov
Expand All @@ -34,7 +34,7 @@
email: 18747875+conda-bot@users.noreply.github.com
aliases:
- Conda Bot
num_commits: 45
num_commits: 50
first_commit: 2022-11-15 16:45:31
github: conda-bot
- name: Ken Odegard
Expand Down Expand Up @@ -68,7 +68,7 @@
github: tl-hbk
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 3
num_commits: 4
first_commit: 2024-07-22 19:11:59
github: dependabot[bot]
- name: Jonathan J. Helmus
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ Remember to update the hyperlinks at the bottom.

[//]: # (current developments)

## 24.11.0rc (2024-10-31)

### Enhancements

* Require `libmambapy` v2. This is a big refactor in `libmamba` internals, which also allowed us to remove a lot of code in `conda-libmamba-solver`. (#457)

### Deprecations

* `CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED` has no effect anymore. Channels coming from installed packages are no longer added to the channel list. (#411 via #457)
* Removed `conda_libmamba_solver.state.BaseIndexHelper`. The base class is now `conda_libmamba_solver.index.IndexHelper`. (#457)
* Verbose logging in `libsolv` has a big overhead in `libmamba` v2, so we have disabled it by default (even if the user adds `-vvv` flags to the CLI). To opt-in, please set `CONDA_LIBMAMBA_SOLVER_DEBUG_LIBSOLV` to a truthy value. (#457)
* Python 3.8 is no longer supported. The minimum version is now 3.9. (#457)

### Contributors

* @jaimergp



## 24.9.0 (2024-09-25)

### Bug fixes
Expand Down
22 changes: 0 additions & 22 deletions news/457-libmamba-v2

This file was deleted.