Releases: conda/constructor
Releases · conda/constructor
3.3.0
Enhancements:
- Initialize mamba (if it exists), too. (#462)
- Add support for Python 3.9 and 3.10. (#479)
- Add an example that uses shortcuts. (#481)
- Expose the installer metadata to pre/post install scripts as environment variables
INSTALLER_NAME
,INSTALLER_VER
andINSTALLER_PLAT
. (#491)
Bug fixes:
- Fixes for transmuting packages and generating repodata. (#489)
- Include cache metadata on the first line of the repodata cache. (#490)
- Fix
constructor.conda_interface
to handle alpha, beta, rc versions. (#496)
Deprecations:
- Drop support for Python 2.7 and 3.6. (#479)
Other:
- CI: Run examples outside conda build to upload installers as artifacts for local testing (#498)
- Added project board, issue staleness, thread locking and label automation using GitHub action workflows to improve maintenance of GitHub project. More information can be found in the infra repo: https://github.com/conda/infra
New Contributors:
Full Changelog: 3.2.2...3.3.0
3.2.2
What's Changed
- extract pre-conda before extracting conda packages by @wolfv in #450
- Fix windows shortcuts by @ericpre in #455
- Avoid yaml warnings (and ensure compatibility with pyyaml 6) by @hmaarrfk in #473
- Fix uninstaller error by @ericpre in #467
- Unset
DYLD_FALLBACK_LIBRARY_PATH
in header on macOS by @XuehaiPan in #472 - Add option to disable creation of start menu shortcuts and fix regression by @ericpre in #466
- Add tests for header template preprocessing and fix initialize by default by @hmaarrfk in #459
- 3.3.2 changelog prerelease by @FaustinCarter in #478
New Contributors
- @wolfv made their first contribution in #450
- @XuehaiPan made their first contribution in #472
Full Changelog: 3.2.1...3.2.2
Merge pull request #447 from FaustinCarter/release-3.2.1
Release 3.2.1
3.1.0: Merge pull request #382 from conda/changelog
-
COMMON:
- New platform selectors: s390x, osx-arm64
- Added the ability to build installers from an existing, instantiated environment or an environment.yml spec.
- Added conda_channel_alias and condarc options to allow more complete customization of the installed .condarc
- Added options to all install types to preserve the package cache after installation
- Migrated CI to GitHub Actions and added installation/unpack testing of generated installers
-
SHELL:
- Pre- and post-install scripts are now executed directly if a shebang is present; otherwise they are run by the POSIX shell
sh
.
- Pre- and post-install scripts are now executed directly if a shebang is present; otherwise they are run by the POSIX shell
-
NSIS:
- Support for pre-install script
- Added the ability to check if the path length is longer than 46 characters, so that nodejs package contents will not exceed a path length of 260 characters.
-
PKG:
- Added an "all" installer type option to support building both .pkg and .sh installers with a single commmand
3.0.1
2019-09-16 3.0.1:
- COMMON:
- Add dependency on standalone conda executable