Skip to content

Releases: DamnWidget/anaconda

v1.3.6-1

05 Jan 18:13
Compare
Choose a tag to compare
v1.3.6-1 Pre-release
Pre-release

Changes in 1.3.6-1

THIS IS A PRE-RELEASE TO FIX BUGS

Upgrades

  • jedi upgraded to commit 91710e0310e136018fc491c30dd5b0c8c6134f2f
  • pyflakes upgraded to 0.8.2a0
  • pep8 upgraded to 1.6.0a0
  • pep257 upgraded to version 0.4

Bug Fixes

Fixed #253
* Sometimes ST3 behaves weird in Windows making anaconda not
able to spawn JsonServers as the project name can't be
infered. A workaround has been added to solve that.

v1.3.5

11 Dec 22:25
Compare
Choose a tag to compare

Changes in 1.3.5

  • Added regular expression to capture error output cmd in anaconda build system
  • Added 'knob' gutter mark theme

Bug Fixes

Fixed #231

* When an environment hook file (.anaconda) was present but it
  could not being parsed as valid JSON, anaconda loops forever. Added
  gracefully fail and show an error message to inform the user about the
  problem in the hook file.

* Fixed misspelled word environment in error message

* Improved condition to show try to get the python_environment in
  the hook file depending on the view identification

Fixed #230

* Seems like the PyLint linter had never worked at all due an
  unknown cache in PyLint when it's used as library (that is not
  supossed to). Taking a look in #230 I discovered that when
  `pylint.lint.Run(args)` is being used as library it caches the
  content of the given file or just the reporter output (I didn't
  determined really where the cahce was).
* Change: Replaced the handler for a spawn process that call:
  sys.executebale -m pylint.lint args

For more detailed information about those changes run git v1.3.4..v1.3.5 on git repository

v1.3.4

12 Oct 13:08
Compare
Choose a tag to compare

Changes in 1.3.4

notes: If your imports depends of paths appended to the sys.path in tuntime
they are going to be mark as non valid for anaconda, because that, you can add
# noqa at the end of an import that is mark as invalid if you are sure that
anaconda is not handling well the import

For more detailed information about those changes run git v1.3.3..v1.3.4 on git repository

v1.3.3

11 Oct 22:46
Compare
Choose a tag to compare

Changes in 1.3.3

  • Vagrant Support Fixed
  • Added imports validation mechanism, resolves #216
  • Added imports validation to Vagrant Server

notes: Some times, the imports validation mechanism doesn't work too well
with relative imports, because that, you can add # noqa at the end of an
import that is mark as invalid if you are sure that anaconda is not handling
well relative paths

For more detailed information about those changes run git v1.3.2..v1.3.3 on git repository

v1.3.2

09 Oct 15:59
Compare
Choose a tag to compare
  • Added new test runner feature provided by @NorthIsUp

v1.3.1

29 Aug 02:27
Compare
Choose a tag to compare
  • Fixes Python3 support that was broken in the previous release

v1.3.0

28 Aug 21:11
Compare
Choose a tag to compare
  • Added pluggable architecture to support other languages

v1.2.9

24 Aug 13:02
Compare
Choose a tag to compare
Added release messages