Skip to content

Commit

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

* Updated CHANGELOG for 24.7.0

* Add contributors
  • Loading branch information
jaimergp authored Jul 17, 2024
1 parent ab4fb72 commit ec765a8
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 117 deletions.
14 changes: 11 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: 126
num_commits: 136
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: 36
num_commits: 47
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: 27
num_commits: 38
first_commit: 2022-11-15 16:45:31
github: conda-bot
- name: Ken Odegard
Expand All @@ -57,3 +57,11 @@
num_commits: 4
first_commit: 2023-11-10 15:58:32
github: travishathaway
- name: Klaus Zimmermann
email: [email protected]
num_commits: 1
first_commit: 2024-06-11 10:52:46
- name: Thomas Lam
email: [email protected]
num_commits: 1
first_commit: 2024-03-19 14:05:09
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Jaime Rodríguez-Guerra <[email protected]> jaimergp <jaimergp@u
Jannis Leidel <[email protected]>
John Kirkham <[email protected]>
Ken Odegard <[email protected]>
Klaus Zimmermann <[email protected]>
Matthew R. Becker <[email protected]>
Thomas Lam <[email protected]>
Travis Hathaway <[email protected]>
conda-bot <[email protected]> Conda Bot <[email protected]>
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Authors are sorted alphabetically.
* Jannis Leidel
* John Kirkham
* Ken Odegard
* Klaus Zimmermann
* Matthew R. Becker
* Thomas Lam
* Travis Hathaway
* conda-bot
* pre-commit-ci[bot]
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,32 @@ Remember to update the hyperlinks at the bottom.

[//]: # (current developments)

## 24.7.0 (2024-07-17)

### Bug fixes

* Allow wildcards in package names for `conda remove` (e.g. `conda remove "python-*"`). (#434 via #435)
* Avoid duplicate channel listing when using channel-pinned specs like `channel::package`. (#449)
* Fix a performance regression where `.solv` repodata cache files were not being loaded when available. (#481 via #482)
* Do not ignore virtual packages as input specs. (#480 via #485)
* Pin `libmambapy <2` to defend against upcoming API changes. (#492)

### Docs

* Document development workflows with devcontainers. (#451)

### Other

* Add DevContainer configurations for local development workflows. (#451)

### Contributors

* @jaimergp
* @tl-hbk made their first contribution in https://github.com/conda/conda-libmamba-solver/pull/449
* @zklaus made their first contribution in https://github.com/conda/conda-libmamba-solver/pull/476



## 24.1.0 (2024-01-29)

### Enhancements
Expand Down
19 changes: 0 additions & 19 deletions news/435-remove-wildcard

This file was deleted.

19 changes: 0 additions & 19 deletions news/449-dup-channels

This file was deleted.

19 changes: 0 additions & 19 deletions news/451-devcontainer

This file was deleted.

19 changes: 0 additions & 19 deletions news/482-try-solv-true

This file was deleted.

19 changes: 0 additions & 19 deletions news/485-virtual-solves

This file was deleted.

19 changes: 0 additions & 19 deletions news/492-libmambapy-pin

This file was deleted.

0 comments on commit ec765a8

Please sign in to comment.