Releases: DamnWidget/anaconda
v2.1.20
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.20
Welcome to new anaconda v2.1.20, what do you can find in this minor release?
Additions
- Added support to PyDocStyle PEP257 and Numpy support, related #678
Updates
- Updated vendored PyDocStyle version, related #678
Fixes
v2.1.19
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.19
Welcome to new anaconda v2.1.19, what do you can find in this minor release?
Updates
- Updated vendored Jedi version
Fixes
- Fixed Kite integration
- Fixed some tests that were broken after update Jedi
- Fixed code that broke after update Jedi
v2.1.18
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.18
Welcome to new anaconda v2.1.18, what do you can find in this minor release?
Rollbacks
- Rollback latest Jedi update as it introduced some performance issues
v2.1.17
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.17
Welcome to new anaconda v2.1.17, what do you can find in this minor release?
Improvements
- Updated PyCodeStyle to v2.3.1
- Updated Jedi to 0.10.0 (82d165a7)
v2.1.16
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.16
Welcome to new anaconda v2.1.16, what do you can find in this minor release?
Fixes
- Fixed performance degradation in macOS when long files where being edited #620, #558
Improvements
- Show one message per line on phantoms linting support
- Improved integration with Kite plugin
v2.1.15
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.15
Welcome to new anaconda v2.1.15, what do you can find in this minor release?
Fixes
- Added support for MyPy
in-development
versions
Improvements
- Added
ids
to menu entries to support Localication
New Features
- Added support to display linting errors inline using phantoms (disable by default)
v2.1.14
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.14
Welcome to new anaconda v2.1.14, what do you can find in this minor release?
Improvements
- Respect indentation level when doing auto pep8 formatting
- Added MyPy `fast_parser` option
- Added support for Python 3.6
v2.1.13
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.13
Welcome to new anaconda v2.1.13, what do you can find in this minor release?
Improvements
- Made css template for anaconda tooltips theme agnostic
v2.1.12
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.12
Welcome to new anaconda v2.1.12, what do you can find in this minor release?
Fixes
- Added Python 3.6 support
Updates
- Jedi updated to commit f05c0714c701ab784bd344aa063acd216fb45ec0
Features
- Added
test_include_fill_path
to add flexibility to the tests runner
v2.1.11
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.11
Welcome to new anaconda v2.1.11, what do you can find in this minor release?
Features
- Made # noqa widely available to disable any type of linting from any linter
Fixes
- Upgraded enum34 to last version and make it not conflic with standard Python >= 3.4 library enum module