Skip to content

Commit

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

* Updated CHANGELOG for 23.11.0
  • Loading branch information
jaimergp authored Nov 2, 2023
1 parent 33e33e6 commit 082a163
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 117 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: 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: [email protected]
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.

0 comments on commit 082a163

Please sign in to comment.