Releases: DamnWidget/anaconda
Releases · DamnWidget/anaconda
v2.3.0
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 4 Python IDE
Anaconda v2.3.0
Welcome to new anaconda v2.3.0, what can do you find in this release?
IMPORTANT
- Starting with this release v2.3.0 Anaconda will not work with Sublime Text 3 anymore
- It will also not work for older versions of Python (older than 3.6)
WARNING!!!!
If you want to continue using anaconda on ST3, uninstall this package from
package control, download version 2.2.3 from the Github repository and install
it in your User packages directory. Alternatively you can rollback to 2.2.3 and
instruct package control to do not update anaconda anymore
Fixes
- Autocompletion
- Goto Definition
- Goto Assignment
- Show Signatures
- Hover Documentation
- Show Documentation
- Python 3.10 features linting
Updates
- Update Parso to latest version
- Update Jedi to latest version
- Update PyFlakes to latest version
- Update PyCodestyle to latest version
- Update McCabe to latest version
- Added support for Pylint >= 2.5.0
Other Changes
- Drop support for Python < 3.6
- Drop support for Sublime Text 3 or Sublime Text 4 build < 4107
v2.2.3
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.2.3
Welcome to new anaconda v2.2.3, what can do you find in this minor release?
Fixes
- Fix autocompletion showing up when typying ":"
v2.2.2
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.2.2
Welcome to new anaconda v2.2.2, what can do you find in this minor release?
Fixes
- Fix obsolete import of the `Set` ABC from `collections` instead of `collections.abc` in pydocstyle 3rd party library
v2.2.1
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.2.1
Welcome to new anaconda v2.2.1, what can do you find in this minor release?
Fixes
- Ignore W503 by default as it conflicts with pep8 W504. contributed by Jamie Cruickshank
v2.2.0
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.2.0
Welcome to new anaconda v2.2.0, what can do you find in this minor release?
Fixes
- Fixes issues with python interpreter path being truncated or missing
Additions
- Utility to auto reload the jsonserver (useful for anaconda's developers)
Deprecations
- This version series (v2.2.x) will be the last one suppporting Python 2.7 and Python 3.5
due Jedi dropping support for these
v2.1.37
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.37
Welcome to new anaconda v2.1.37, what can do you find in this minor release?
Updates
- Updated Jedi to v0.17 (Stephen Mitchell)
v2.1.36
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.33
Welcome to new anaconda v2.1.33, what can do you find in this minor release?
Updates
- Updated version of pyflakes and MyPy
Fixes
- Fixed MyPy out put parsing
- Fixed error message suggestions about opening a connection to UNIX socket on linux
v2.1.35
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.35
Welcome to new anaconda v2.1.35, what can do you find in this minor release?
Fixes
* Fix Windows compatibility issue on interpreter.py
* Fix MyPy parsing
v.2.1.33
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.33
Welcome to new anaconda v2.1.33, what can do you find in this minor release?
Fixes
- Further fixing a bug introduced due to Windows WSL 1903 release
v.2.1.32
|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE
Anaconda v2.1.31
Welcome to new anaconda v2.1.31, what can do you find in this minor release?
Fixes
- Fixing a nasty socket problem occurring in WSL 1903