Releases: conda-tools/conda-execute
Releases · conda-tools/conda-execute
v0.8.1
- @kalefranz added conda v4.3 support after a number of internal (private) conda API changes
v0.8.0
- @fogo fixed an issue where the lock directories were not been correctly created
- @kynan improved the subcommand handling for a better UI
- fixed a race condition that resulted in an un-caught exception was being raised by psutil (#37)
v0.7.0
- Allow comments in the environment specification (#31)
- Add the environment as output in verbose mode (#32)
- Prevent conda-execute from failing when a temp env exists with no execution.log file (#33)
v0.6.0
Fix compatibility with latest conda
v0.5.0
@ericdill added the awesome ability to conda execute a http[s] URL (#18).
v0.4.0
- Improved the tmpenv subcommand, including adding a
conda tmpenv create
- Widened test coverage
- Focussed lockfiles for faster concurrent usage of conda execute
- Bugfixes for Windows, including use of distutils.spawn.find_executable for PATH resolution
v0.3.0
- Fixed the conda recipe definition. 8acfb6e
- Renamed some of the submodules, and fixed versioneer. ea0a537
- Updated the readme. adfe7da
- Added travis testing. b6c4332
- Fixed Py3 code input. fad7104