Skip to content

Releases: conda-tools/conda-execute

v0.9.0

25 May 15:46
Compare
Choose a tag to compare

@cvelascof added conda v4.4 and v4.5 support

v0.8.2

07 Nov 10:54
Compare
Choose a tag to compare

v0.8.1

17 Jun 04:13
Compare
Choose a tag to compare
  • @kalefranz added conda v4.3 support after a number of internal (private) conda API changes

v0.8.0

16 Dec 01:30
Compare
Choose a tag to compare
  • @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

08 Sep 09:51
Compare
Choose a tag to compare
  • 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

28 Jun 07:24
Compare
Choose a tag to compare

Fix compatibility with latest conda

v0.5.0

13 May 12:38
Compare
Choose a tag to compare

@ericdill added the awesome ability to conda execute a http[s] URL (#18).

v0.4.1

07 Mar 10:10
Compare
Choose a tag to compare

Minor bug fixes

v0.4.0

25 Oct 07:12
Compare
Choose a tag to compare
  • 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

15 Oct 05:37
Compare
Choose a tag to compare
  • 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