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 23.11.0 #353

Merged
merged 2 commits into from
Nov 2, 2023
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
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: jaimergp@users.noreply.github.com
aliases:
- jaimergp
num_commits: 105
num_commits: 112
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: 30
num_commits: 31
first_commit: 2022-11-22 08:39:31
github: pre-commit-ci[bot]
- name: Christopher Ostrouchov
Expand All @@ -22,7 +22,7 @@
github: costrouc
- name: Daniel Holth
email: dholth@anaconda.com
num_commits: 1
num_commits: 2
first_commit: 2022-10-19 21:11:39
github: dholth
- name: Matthew R. Becker
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)

## 23.11.0 (2023-11-02)

### Bug fixes

* Do not use `libmamba`'s default signal handler so users can `Ctrl-C` from `conda`. (#337 via #340)
* Defer conda-build-specific exception definition and import until it is needed by the solver. (#342)
* Interpret "excluded by strict priority" solver errors as proper satisfiability conflicts and avoid printing related yet uninformative warnings. (#343)
* Ensure that historic specs are kept in the environment, even if that means raising a conflict. (#341 via #345)

### Docs

* Document environment variables used for advanced configuration. (#349)

### Other

* Require `libmambapy >=1.5.3` for improved signal handling and `MatchSpec` syntax compliance. (#347)



## 23.9.3 (2023-10-24)

### Bug fixes
Expand Down
19 changes: 0 additions & 19 deletions news/339-pthread-sigmask

This file was deleted.

19 changes: 0 additions & 19 deletions news/342-conda-build-exceptions

This file was deleted.

19 changes: 0 additions & 19 deletions news/343-excluded-strict-priority

This file was deleted.

19 changes: 0 additions & 19 deletions news/345-keep-history

This file was deleted.

19 changes: 0 additions & 19 deletions news/347-libmamba-153-compat

This file was deleted.

19 changes: 0 additions & 19 deletions news/359-env-var-docs

This file was deleted.

Loading