Skip to content

Commit

Permalink
Update CHANGELOG for 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Sep 26, 2023
1 parent 6309cb1 commit 0333399
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 101 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
[//]: # (current developments)

## 3.27.0 (2023-09-26)

### Enhancements

* Remove `glob2` dependency. As of Python 3.5, the '**', operator was available to `glob` when using `recursive=True`. Builtin glob is also much faster. (#5005)
* Handle `emscripten-wasm32` and `wasi-wasm32` platforms. (#4813)

### Bug fixes

* Delay imports in conda command plugin until the command is used, avoiding import-time side effects. (#4949)

### Deprecations

* When templating new recipes from a PyPI package, the build script `{{ PYTHON }} -m pip install . -vv` is deprecated in favor of `{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation`. (#4960)

### Docs

* Document `~=` (compatibility release) match spec. (#4553)
* Clarify that the `build` prefix is activated _after_ the `host` prefix. (#4942)
* Add explanation that conda-build should be run from the base env. (#4995)

### Contributors

* @beeankha
* @conda-bot
* @dholth
* @DaveKaretnyk
* @boldorider4
* @jaimergp
* @jezdez
* @jugmac00
* @kenodegard
* @ryanskeith
* @scdub
* @wolfv
* @dependabot[bot]
* @pre-commit-ci[bot]



## 3.26.1 (2023-08-17)

### Bug fixes
Expand Down
3 changes: 0 additions & 3 deletions news/4553-document-compatibility-release-operator

This file was deleted.

3 changes: 0 additions & 3 deletions news/4792-remove-glob2

This file was deleted.

19 changes: 0 additions & 19 deletions news/4813-wasm-platforms

This file was deleted.

19 changes: 0 additions & 19 deletions news/4942-docs-prefix-activation

This file was deleted.

19 changes: 0 additions & 19 deletions news/4956-improve-command-plugin

This file was deleted.

19 changes: 0 additions & 19 deletions news/4960-conform-to-recipe-standards

This file was deleted.

19 changes: 0 additions & 19 deletions news/4995-run-conda-build-in-base-env

This file was deleted.

0 comments on commit 0333399

Please sign in to comment.