Skip to content

Releases: DamnWidget/anaconda

v2.1.0

25 Sep 12:56
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 The Sublime Text 3 Python IDE

Anaconda v2.1.0

Welcome to new anaconda v2.1.0, what do you can find in this new release?

Reverts

  • Reverted fix for #535 as it produced lot of errors when a blank line was
    found in the top of the file

Fixes

  • Fixed typo in error message
  • Anaconda was not able to correctly lint undefined variables when the
    word 'global' was found in the buffer, this is now fixed

Updates

  • Updated PyFlakes to version 1.3.0

Additions

  • Added new ExplorerPanel class that is being used by Find Usages, Goto
    and Goto Python Object commands, this new panel is way better than the
    now deprecated 'JediUsages' as it supports nesting, go back and other
    features

Improvements

  • Now the JsonServer is resilent to handlers (and plugin handlers) crashes
  • The linter system has been updated with a new configuration option that
    improves the linting of static file only analysis linters (this is widely
    required by anaconda_rust and anaconda_go plugins)

Deprecations

  • Now anaconda.anaconda_lib.jediusages.JediUsages is deprecated plugins
    should not be using it anymore in favor of the new ExplorerPanel,
    JediUsages is marked as deprectaed and will be removed ini future
    releases of anaconda.

V2.0.8

14 Sep 15:15
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 The Sublime Text 3 Python IDE

Anaconda v2.0.8

This is a minor bug fix and features release

Fixes

- Fixed line truncation in some PEP8 errors descriptions related with bad
  indentation
- Fixed anaconda failing to determine the next error when running Next
  error comman

Additions

- Added new `Previous lint error` command that works opposite to the
  already present `Next lint error` (obviusly)
- Added new config option `swallog_startup_errors` to completely

ignore startup errors (use at your own risk)

v2.0.7

01 Sep 16:16
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 The Sublime Text 3 Python IDE

Anaconda v2.0.7

This is a minor bug fix release

Fixes

- Next lint error raises an exception if current line is larger than last
  error line, @alin23 provided a fix that resolves #524
- Fixed unicode error in OS X, resolves #481, thanks to @karolyi for his
  tests in OS X while I was unable to test it myself

v2.0.6

31 Aug 15:53
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 The Sublime Text 3 Python IDE

Anaconda v2.0.6

This is a minor bug fix release

Fixes

- Fix strange behaviour when mypy is being used as a library, resolves #521
- Increased timeouts for first local worker connection hopefully resolves #514

Additions

- Added new configuration option `mypy_suppress_stub_warnings` that does exactly what it's name indicates

v2.0.5

30 Aug 15:05
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 The Sublime Text 3 Python IDE

Anaconda v2.0.5

This is a minor bug fix release

Fixes

- Fixed wrong import in minserver.py

v2.0.4

30 Aug 09:38
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 The Sublime Text 3 Python IDE

Anaconda v2.0.4

This is a minor bug fix release

Fixes

    - Fix for Unix Domain Sockets longer than 103 characters, #519
    - Fix for wrong linting lines on import validation, #337

v2.0.3

29 Aug 10:34
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 The Sublime Text 3 Python IDE

Anaconda v2.0.3

Small bugfix release

Fixes

- Resolves unicode problem reported in #513
- Hopefully resolves #514 in slow machines

v2.0.2

26 Aug 13:19
Compare
Choose a tag to compare
                                                      |        
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` | 
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   | 
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_| 
                                 The Sublime Text 3 Python IDE

Anaconda v2.0.1

Small typo fix in a function call in anaconda_lib/helper.py

v2.0.1

25 Aug 17:17
Compare
Choose a tag to compare

Anaconda v2.0.1

This version is just to downgrade Jedi as it was breaking PyPy3 and our travis was going crazy

v2.0.0

25 Aug 16:29
Compare
Choose a tag to compare
                                                      |
          _` |  __ \    _` |   __|   _ \   __ \    _` |   _` |
         (   |  |   |  (   |  (     (   |  |   |  (   |  (   |
        \__,_| _|  _| \__,_| \___| \___/  _|  _| \__,_| \__,_|
                                 The Sublime Text 3 Python IDE

Anaconda v2.0.0

This is the new major release of AnacondaST3 Python IDE. Many things had been
changed, rewritten and/or redesigned for this release.

Redesigns

This is a non exhaustive list of the redesigns for the package

Refactor

Some parts of the package had been refactored and MyPy annotations had been
added to all the runtime (part of the package that runs in ST3 context) python
files.

Workers

The anaconda's workers (workers are objects that get a request from the ST3
events system and send it using an asynchronous custom JSON TCP protocol client
to the anaconda's jsonserver for processing and register callbacks that get
fired when a response is received or on a timeout) have been completely
redesigned and rewritten to support remote anaconda servers running in a
different machine than the ST3 application is running itself.

The change above allow us to connect anaconda's ST3 runtime with any anaconda's
jsonserver (minserver really) over any TCP connection that makes possible
to support a new Docker worker and improve the already existent Vagrant
worker.

The worker-client architecture has been improved in order to minimize ST3
slowdowns when there is some problem with the jsonserver or with the
configured python_interpreter.

The python_interpreter and vagrant settings

In anaconda v1.x the user had to enable the vagrant support and provide an
additional vagrant configuration in order to connect to a remote anaconda's
jsonserver, even that way of work with Vagrant is already supported, it is
deprecated and will be removed from the package in future releases, the
suggested way to work with Vagrant or any other remote worker now is setting
the python_interpreter to the right value.

For example, in order to connect the AnacondaST3 IDE into a Vagrant worker we
could just configure our python_interpreter option as:

`"python_interpreter": "vagrant://default:19360?network=forwarded"`

That will connect the ST3 anaconda's runtime to the default vagrant VM into
the 19360 port using a forwarded network topology invoking the system python
that is in the Vagrant's VM $PATH.

For more info visit: https://github.com/DamnWidget/anaconda/wiki/Anaconda-v2:-Using-a-remote-python-interpreter-through-Vagrant

Note: the vagrant branch is also deprecated and is not gonna be maintained
any more as it is not needed for anaconda v2

A very similar configuration can be used to connect to server running in for
example a development machine in AWS

`"python_interpreter": "tcp://your_domain.com:9999"`

That will connect the anaconda's runtime into a remote server running in
your_domain.com in the port 9999

More info: https://github.com/DamnWidget/anaconda/wiki/Anaconda-v2:-Using-a-remote-python-interpreter

UNIX Domain Sockets on Posix Platforms

Starting from v2.0.0 anaconda connects to the jsonserver trough a UNIX Domain
Socket instead of a regular TCP/IP connection when a local worker (local
python interpreter running in the same machine than ST3 is running in) is used.

Deadcode

Some deadcode has been removed.

New Features

This is a non exhaustive list of the major new features in anaconda v2.0.0

Docker Support

This was most voted up feature requests in the package's history and now is
here to stay.

Use a python interpreter running in a Docker container is as simple as configure
the right python_interpreter it is very like the examples that we already
show above.

More info: https://github.com/DamnWidget/anaconda/wiki/Anaconda-v2:-Using-a-remote-python-interpreter-through-Docker

MyPy Support

MyPy is now supported as linter, it is disabled by default and can be enabled
and configured trough the mypy family settings in the configuration file. To
enable mypy linting just set mypy as true in any level of your
configuration.

Please, refer to the Anaconda's configuration file to get a complete list of
the MyPy linting options available in anaconda.

Improved Logging Locations

Anaconda v2 doesn't use Jedi's cache directory for logging purposes anymore now
the log files under the following paths in each platform:

* GNU/Linux: ~/.local/share/anaconda/logs
* OS X: ~/Library/Logs/anaconda
* Windows: %APPDATA%\\Anaconda\\Logs

Updates

Jedi has been updated to v0.10.0 (commmit 8a34481e8cbda862f9c0c2a33995ccbebe85897e)
that will solve some autocompletion problems.

Final Notes

There is lots of small fixes, bug fixes and other changes that probably worth
a mention in this version notes but I am too lazy to do so forgive me.