Skip to content

Commit

Permalink
Changelog 23.9.0 (#299)
Browse files Browse the repository at this point in the history
* Updated authorship for 23.9.0

* Updated CHANGELOG for 23.9.0

* amend changelog
  • Loading branch information
jaimergp authored Sep 28, 2023
1 parent 05f5b64 commit 0a5e1d6
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 196 deletions.
6 changes: 3 additions & 3 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
email: [email protected]
aliases:
- jaimergp
num_commits: 86
num_commits: 99
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: 21
num_commits: 27
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: 18
num_commits: 22
first_commit: 2022-11-15 16:45:31
github: conda-bot
- name: Ken Odegard
Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,42 @@ Remember to update the hyperlinks at the bottom.

[//]: # (current developments)

## 23.9.0 (2023-09-28)

### Enhancements

* Expose libmamba's `repoquery` search features as a conda subcommand plugin. (#258)
* Rewrite how we create tasks for `libsolv`, making use of `libmamba`'s `add_pin` features. Requires `libmambapy >=1.5.1`. (#270, #288)
* Name-only pins will lock the corresponding package if installed. ([conda#13031](https://github.com/conda/conda/pull/13031) via #289)
* Use the `.solv` cache for repodata if available and recent. (#295)

### Bug fixes

* Handle commands with no channels passed gracefully. (#256)
* Workaround for missing `noarch` field in returned `PackageRecord` payload. (#257)
* Port logic from [conda/conda#9614](https://github.com/conda/conda/pull/9614), which fixes
a bug where the `--prune` flag was not working correctly in `conda env update` commands.
(#270)
* Ensure environments are not aggressively updated to higher priority channels under some conditions. (#240 via #270, #285)
* Do not inject those channels from installed packages that do not exist or are unavailable. (#262 via #274)
* Correctly print all configured channels in `PackagesNotFoundError` exceptions. (#284)
* Do not crash if a `MatchSpec` with a build string is specified in the CLI and there's a pinned spec for the same package name. (#286 via #289)
* Only apply `defaults::pkg` workarounds for the default value `default_channels`. (#292)

### Deprecations

* Users won't be able to override pinned specs with incompatible CLI specs anymore. Instead they must modify their pinned specs explicitly. ([conda#9016](https://github.com/conda/conda/issues/9016) via #289, #294)

### Docs

* Document intentional deviations from conda's `classic` solver behavior. (#289)

### Other

* Explain why `defaults::pkg_name` is broken libmamba 1.5.x ([details](https://github.com/mamba-org/mamba/issues/2431)). (#266)



## 23.7.0 (2023-07-31)

### Enhancements
Expand Down
19 changes: 0 additions & 19 deletions news/256-empty-index

This file was deleted.

19 changes: 0 additions & 19 deletions news/257-infer-noarch

This file was deleted.

19 changes: 0 additions & 19 deletions news/258-repoquery

This file was deleted.

19 changes: 0 additions & 19 deletions news/266-defaults-150

This file was deleted.

22 changes: 0 additions & 22 deletions news/270-tasks-and-prune

This file was deleted.

19 changes: 0 additions & 19 deletions news/274-ignore-unavailable-channels

This file was deleted.

19 changes: 0 additions & 19 deletions news/284-channels-in-exception

This file was deleted.

19 changes: 0 additions & 19 deletions news/289-matchspec-compatibility

This file was deleted.

19 changes: 0 additions & 19 deletions news/292-defaults

This file was deleted.

19 changes: 0 additions & 19 deletions news/295-solv-cache

This file was deleted.

0 comments on commit 0a5e1d6

Please sign in to comment.