Skip to content

Releases: DamnWidget/anaconda

v2.1.20

07 Aug 19:33
v2.1.20
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

  • Fixed typing issue on python 2 interpreters
  • Fixed resource exhaustion in Jedi, related #680
  • Disabled faulty feature in AutoPEP8, relates to #681 and #533

v2.1.19

24 Jul 18:24
v2.1.19
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

20 Mar 10:09
v2.1.18
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

18 Mar 15:52
v2.1.17
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

17 Mar 13:18
v2.1.16
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

06 Mar 16:22
v2.1.15
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

23 Feb 16:23
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

21 Jan 14:33
v2.1.13
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

10 Jan 17:08
v2.1.12
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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

07 Dec 17:36
v2.1.11
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 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