Skip to content

Releases: spyder-ide/envs-manager

envs-manager 0.1.3

16 Feb 00:23
Compare
Choose a tag to compare

What's Changed

  • PR: Use logging module instead of print by @dalthviz in #28
  • PR: Expose env Python executable path for all the backends by @dalthviz in #29

Full Changelog: v0.1.2...v0.1.3

envs-manager 0.1.2

31 Jan 19:16
Compare
Choose a tag to compare

What's Changed

  • PR: Update README by @dalthviz in #24
  • PR: Add list environments functionality per backend and don't remove env folder when deleting for conda-like backend by @dalthviz in #25
  • PR: Changes to environment packages listing and fix testing with micromamba 1.x by @dalthviz in #26

Full Changelog: v0.1.1...v0.1.2

envs-manager 0.1.1

08 Dec 21:55
Compare
Choose a tag to compare

What's Changed

  • PR: Refactor use of subprocess.run by @dalthviz in #23
  • PR: Add missing return and force kwarg to methods by @dalthviz in #22

Full Changelog: v0.1.0...v0.1.1

envs-manager 0.1.0

22 Nov 23:59
Compare
Choose a tag to compare

What's Changed

  • PR: Initial package structure, CLI and interface ideas by @dalthviz in #2
  • PR: Fix test workflow syntax and update README (CI, docs) by @dalthviz in #3
  • PR: Install/uninstall logic improvements, mamba backend removal and workflows for Windows and MacOS by @dalthviz in #4
  • PR: Add initial import/export functionality and tests by @dalthviz in #5
  • PR: Update create, delete, list commands and fix output management for uninstall by @dalthviz in #11
  • PR: Handle conda vs micromamba case to export envs and add testing jobs with conda executable by @dalthviz in #14
  • PR: Add update packages command and refactor executable/executable_path attributtes by @dalthviz in #15
  • PR: Initial implementation to pass name instead of full directory for environments and list environments command by @dalthviz in #16
  • PR: Add description info for listed packages and increase CI timeout to 20 min by @dalthviz in #18
  • PR: Add attribute to keep track of packages whose installation was actually requested when listing them by @dalthviz in #19
  • PR: Add initial release instructions by @dalthviz in #21
  • PR: Update package name due to name collision with envmanager package by @dalthviz in #20

New Contributors

Full Changelog: https://github.com/spyder-ide/envs-manager/commits/v0.1.0