Releases: conda-incubator/conda-project
Releases · conda-incubator/conda-project
0.4.2
What's Changed
- [chore] changelog, sdist upload, docs by @AlbertDeFusco in #167
- [chore] missing osx-arm64 by @AlbertDeFusco in #168
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- Fixing pypi trigger by @AlbertDeFusco in #165
- On push tags by @AlbertDeFusco in #166
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Make it possible to override project environments location by @jkong-anaconda in #159
- Handle relative paths and writing nonexistent directories for CONDA_PROJECT_ENVS_PATH by @jkong-anaconda in #161
- [feat] initialize from an existing environment by @AlbertDeFusco in #162
- Expand vars in envs_path by @AlbertDeFusco in #164
Maintenance
- [chore] test py3.12 and newer conda by @AlbertDeFusco in #163
- revise the badges by @AlbertDeFusco in #155
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #154
New Contributors
- @jkong-anaconda made their first contribution in #159
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
- drop the event_name push condition by @AlbertDeFusco in #150
- update change log for 0.3 releases by @AlbertDeFusco in #151
- depend on setuptools by @AlbertDeFusco in #152
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- support pydantic 2 by @AlbertDeFusco in #146
- you can now install conda-project alongside either Pydantic 1 or 2
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Fix is_consistent again by @AlbertDeFusco in #140
- Updating docs to use conda-sphinx-theme by @travishathaway in #143
- Add / remove packages commands by @AlbertDeFusco in #112
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #139
New Contributors
- @travishathaway made their first contribution in #143
Full Changelog: 0.2.1...0.3.0
0.2.1
Fixes
- Fix expand
~
in paths #110 - Fix relative paths in
conda-lock.<env>.yml
#125 - Fix support for newer conda-lock versions #129
- Fix for inconsistent installed envs #135
- Fix for error messages from conda #134
- Fix locking platforms message #137
Maintenance
- Add new static badge linking to documentation #116
0.2.0
Two new experimental features
- Run defined or ad-hoc commands using an external environment either by name or full path
- Download and extract a project archive for lock, check, install, activate, and run
0.1.1
Update packaging
0.1.0
Initial release
- Automatic dependency locking
- Multi-environment support
- Environment activation
- Running commands defined in the
conda-project.yml
file and ad-hoc commands - Defined environment variables with
.env
support for commands and environment activation - Tested on Mac, Linux, and Windows