Skip to content

Commit

Permalink
Prepare 24.1.0 (#432)
Browse files Browse the repository at this point in the history
* Updated authorship for 24.1.0

* Updated CHANGELOG for 24.1.0
  • Loading branch information
jaimergp authored Jan 29, 2024
1 parent 5fc862c commit 2fe2bb5
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 81 deletions.
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
email: [email protected]
aliases:
- jaimergp
num_commits: 122
num_commits: 126
first_commit: 2022-01-31 17:24:37
github: jaimergp
- name: Jannis Leidel
email: [email protected]
num_commits: 41
num_commits: 38
first_commit: 2022-02-17 14:48:48
github: jezdez
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 32
num_commits: 36
first_commit: 2022-11-22 08:39:31
github: pre-commit-ci[bot]
- name: Christopher Ostrouchov
Expand All @@ -34,7 +34,7 @@
email: [email protected]
aliases:
- Conda Bot
num_commits: 26
num_commits: 27
first_commit: 2022-11-15 16:45:31
github: conda-bot
- name: Ken Odegard
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ Remember to update the hyperlinks at the bottom.

[//]: # (current developments)

## 24.1.0 (2024-01-29)

### Enhancements

* Prioritize explicitly requested specs with stricter constraints over implicit ones or name-only specs (e.g. a CLI-specified `name=version=build` will be sent to the solver before CLI-specified `name=version` and `name`). This happens to fix #391. (#381)
* Load `pkgs_dirs` records when called in offline mode. (#396 via #423)

### Bug fixes

* Fix a regression introduced in #378, where certain solves would hard crash due to the given specs input order. (#391 via #381)
* Properly propagate customized local channels (conda-build workspaces). Requires `libmamba 1.5.6` or above. (#398 via #401)
* Do not raise an error if an unsupported `MatchSpec` field can be safely dropped instead. Currently ignoring `url`, `md5` and `sha256`. (#418 via #421, #427 via #429).
* Do not crash if a stateless repodata cache is accessed with `--offline` or `--use-index-cache`. (#396 via #423).

### Other

* Remove old `SolverOutputState.specs` preparation logic from `state.py`, which was no longer in use since 23.9.0. Instead, enumerate all known specs in a certain order (see Enhancements for details). This list is then consumed by `Solver._specs_to_tasks()` as usual. (#381)

### Contributors

* @isuruf made their first contribution in https://github.com/conda/conda-libmamba-solver/pull/401
* @jaimergp



## 23.12.0 (2023-12-12)

### Enhancements
Expand Down
20 changes: 0 additions & 20 deletions news/381-cleanup

This file was deleted.

19 changes: 0 additions & 19 deletions news/401-custom-local

This file was deleted.

19 changes: 0 additions & 19 deletions news/421-matchspec-validation

This file was deleted.

19 changes: 0 additions & 19 deletions news/423-offline-cache

This file was deleted.

0 comments on commit 2fe2bb5

Please sign in to comment.