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

2024 March Releases #27

Closed
wants to merge 7 commits into from
Closed
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
24 changes: 24 additions & 0 deletions workspace/2024/03/2024-03-March-releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
March releases are here! Conda 24.3.0 and conda-build 24.3.0 are now available on both `main` and `conda-forge`. 🎉

* * *

To update conda, run:

```
conda install -n base conda=24.3.0
```

The March release of **conda** implements new features such as a plugin hook that gives plugin authors the ability to define new settings, an updated `conda.gateways.subprocess.subprocess_call` function that uses `text=True` to avoid manual encoding/decoding, optimized module imports to speed up `conda activate`, and more.

* * *

To update conda-build, run:

```
conda install -n base conda-build=24.3.0
```

This new version of **conda-build** adds compatibility for `LIEF=0.14`, as well as a check to print an additional warning and return an empty string when bits is "arm64" in `msvc_env_cmd`.


Check out conda's changelogs for [24.3.0](https://github.com/conda/conda/releases/tag/24.3.0) and conda-build's changelog for [24.3.0](https://github.com/conda/conda-build/releases/tag/24.3.0) to see what else is new!