Skip to content

Releases: mandeep/sublime-text-conda

0.9.1 Release

27 Sep 17:05
Compare
Choose a tag to compare
  • Fix issue when closing the last REPL tab
  • Default to Python syntax for REPL

Thanks to @gseastream for the contributions

0.9.0 Release

18 Sep 18:01
Compare
Choose a tag to compare
  • Added setting to save file prior to opening REPL
  • Added setting to open REPL in bottom row of layout
  • REPL syntax now defaults to Plain text but can be changed to Python

Thanks to @gseastream for these three contributions

0.8.0 Release

30 Jul 19:35
Compare
Choose a tag to compare
  • Use Anaconda's repo list so that all Python versions are available when creating a new environment
  • Add Conda: Open REPL command that opens the current Conda environment in a new REPL tab

Thanks to @titus-ong for both additions

0.7.0 Release

20 Mar 18:25
Compare
Choose a tag to compare
  • Fix stripping all occurrences of 'bin' from conda installation paths
  • Change root environment name to base environment to be consistent with conda

0.6.1 Release

17 Nov 18:42
Compare
Choose a tag to compare
  • Fix windows PATH issue causing import errors with some packages (courtesy of @jim-hart)

Newer versions of conda rely on conda activate environment. This patch provides a fix that allows those conda users to work with conda environment in ST3.

0.6.0 Release

28 Aug 21:52
Compare
Choose a tag to compare

Add support for creating Python 3.7 environments

0.5.2 Release

14 Mar 21:22
Compare
Choose a tag to compare

Fixes #8 - thanks to @gonzalocasas for the PR

0.5.1 Release

27 Nov 19:08
Compare
Choose a tag to compare
  • Fix the 'Cancel Build' menu item in the Tools menu

0.5.0 Release

17 Apr 15:45
Compare
Choose a tag to compare

Add ability to load old settings file on Unix systems (#7)

0.4.6 Release

06 Apr 02:25
Compare
Choose a tag to compare

Fix settings file not loading properly on all platforms