Releases: DamnWidget/anaconda
Releases · DamnWidget/anaconda
v2.1.10
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.10
Welcome to new anaconda v2.1.10, what do you can find in this minor release?
Features
- Disable linting algo in scratch buffers. resolves #579
- Fallback to ST3 builting Goto Definition when Jedi does not fund anything, resolves #502
Fixes
- Import Validator now handles relative imports right, resolves #432
v1.2.9
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.9
Welcome to new anaconda v2.1.9, what do you can find in this minor release?
Fixes
- fix broken goto logic when remote interpreter is being used
v2.1.8
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.8
Welcome to new anaconda v2.1.8, what do you can find in this minor release?
Updates
- PyCodestyle updated to last master version
Enhancements
- Auto enable autocompletion on [dot]
Fixes
v2.1.7
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.7
Welcome to new anaconda v2.1.7, what do you can find in this minor release?
Enhancements
- Auto disable conflictive plugins while anaconda is active
v2.1.6
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.6
Welcome to new anaconda v2.1.6, what do you can find in this minor release?
Enhancements
v2.1.5
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.5
Welcome to new anaconda v2.1.5, what do you can find in this minor release?
Fixes
- Fixed wrong return values from imports validator
Changes
- Now
anaconda_linter_underlines
setting is never iginored, PR #565 - Added 3 more mark styles for the linter, the styles are:
solid_underline
,stippled_underline
andsquiggly_underline
PR #567 - Now we can jump back to where we previously where after goto files using the
jump_back
command PR #570
New Features
v2.1.4
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.4
Welcome to new anaconda v2.1.4, what do you can find in this minor release?
Fixes
- Fixed wrong split on windows, resolves #564
- Fixed wrong shlex.split on windows
v2.1.3
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.3
Welcome to new anaconda v2.1.3, what do you can find in this new release?
Fixes
- Fixed MyPy paths that got break inside shlex.splits
Updates
- Jedi library updated to 0.10.0 (e27f1fe)
v2.1.2
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.2
Welcome to new anaconda v2.1.2, what do you can find in this new release?
Fixes
- Fixed MyPy support on Windows
- Fixed MyPy support for MyPy >= 0.4.5
v2.1.1
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.1
Welcome to new anaconda v2.1.1, what do you can find in this new release?
Fixes
- Fixed wrong logic for creating non existent directories in jsonserver
- Added swallow_startup_errors to inner checks of worker start