Releases: DamnWidget/anaconda
v1.3.6-1
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
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
Changes in 1.3.4
- Vagrant Branch Updated
- Improved support for imports validation
- Fixd bug that was spotted in another project (https://github.com/randy3k/UnitTesting/pull/16/files#r18746892) that also affects anaconda
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
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
- Added new test runner feature provided by @NorthIsUp
v1.3.1
- Fixes Python3 support that was broken in the previous release
v1.3.0
- Added pluggable architecture to support other languages
v1.2.9
Added release messages