Changelog
0.1.20 (2020-01-18)
Changed
- Adding python 3.7 support. [Luis Alejandro Martínez Faneyth]
- Removing support for python 2.7 and 3.4. Adding support for python 3.8 and PyPy3. [Luis Alejandro Martínez Faneyth]
- Improving docstrings. [Luis Alejandro Martínez Faneyth]
- Changing branding. [Luis Alejandro Martínez Faneyth]
Other
- Scheduled monthly dependency update for November (#47) [pyup.io bot]
- Scheduled monthly dependency update for October (#46) [pyup.io bot]
- Scheduled monthly dependency update for September (#45) [pyup.io bot]
- Scheduled monthly dependency update for August (#44) [pyup.io bot]
- Scheduled monthly dependency update for July (#43) [pyup.io bot]
- Scheduled monthly dependency update for March (#39) [pyup.io bot]
- Scheduled monthly dependency update for February (#38) [pyup.io bot]
- Scheduled monthly dependency update for December (#36) [pyup.io bot]
0.1.19 (2018-12-12)
Changed
- Removing support for python 2.6 & 3.2. [Luis Alejandro Martínez Faneyth]
Other
- Scheduled monthly dependency update for August (#32) [pyup.io bot]
- Scheduled monthly dependency update for June (#31) [pyup.io bot]
- Scheduled monthly dependency update for May (#30) [pyup.io bot]
- Scheduled monthly dependency update for April (#28) [pyup.io bot]
- Scheduled monthly dependency update for March (#27) [pyup.io bot]
- Scheduled monthly dependency update for February (#26) [pyup.io bot]
- Scheduled monthly dependency update for January (#25) [pyup.io bot]
- Scheduled monthly dependency update for December (#24) [pyup.io bot]
- Scheduled monthly dependency update for November (#23) [pyup.io bot]
- Scheduled monthly dependency update for October (#22) [pyup.io bot]
- Scheduled monthly dependency update for September (#21) [pyup.io bot]
0.1.18 (2018-04-18)
Fixed
- Removing conditional dependencies from requirements.txt because it is not supported for instal_requires with setuptools < 36.2.1, so it breakes py26 and py32 tests. [Luis Alejandro Martínez Faneyth]
0.1.17 (2018-04-15)
Fixed
- Fixing python 3.2 support. [Luis Alejandro Martínez Faneyth]
0.1.16 (2018-04-14)
Fixed
- Pinning versions of software to avoid CI breaks over time. [Luis Alejandro Martínez Faneyth]
- Fixing PEP8 styleguide. [Luis Alejandro Martínez Faneyth]
Other
- Add Gitter badge (#29) [The Gitter Badger]
0.1.15 (2017-08-02)
Changed
- Adding development tools to requirements. [Luis Alejandro Martínez Faneyth]
0.1.14 (2017-08-02)
Changed
- Adding pyup configuration. [Luis Alejandro Martínez Faneyth]
0.1.13 (2017-08-02)
Changed
- Improving parsing of requirements for setuptools. [Luis Alejandro Martínez Faneyth]
- Adjusting version of setuptools for python 2.6. [Luis Alejandro martínez Faneyth]
0.1.12 (2017-07-17)
Changed
- Adjusting environment markers for different python versions. [Luis Alejandro martínez Faneyth]
- Removing rq.filter notation. [Luis Alejandro martínez Faneyth]
- Adding support for pyup. [Luis Alejandro martínez Faneyth]
- Migrating to environment markers in requirements for simpler management. [Luis Alejandro martínez Faneyth]
- Improving README. [Luis Alejandro martínez Faneyth]
Fixed
- Fixing pydocstyle tests. [Luis Alejandro martínez Faneyth]
0.1.11 (2017-05-20)
Fixed
- Fixing python 3.5+ support. [Luis Alejandro Martínez Faneyth]
0.1.10 (2017-05-19)
Fixed
- Fixing python 3.2 support. [Luis Alejandro Martínez Faneyth]
- Fixing python 3.2 tests. [Luis Alejandro Martínez Faneyth]
0.1.8 (2017-05-19)
Fixed
- Fixing python 3.5+ support. [Luis Alejandro Martínez Faneyth]
0.1.7 (2017-01-16)
Fixed
- Hotfix: Fixing Travis build because documentation typo. [Luis Alejandro Martínez Faneyth]
0.1.6 (2017-01-16)
Changed
- Improving python 3 compatibility. [REF] Renaming pipsalabim.core.util to pipsalabim.core.utils. [Luis Alejandro Martínez Faneyth]
0.1.5 (2017-01-16)
Fixed
- Fixing python3 compatibility. [Luis Alejandro Martínez Faneyth]
0.1.4 (2017-01-15)
Changed
- Fixing python 2.6 support on the logger module (closes #11). [ADD] Implementing functional test on .travis.yml. [Luis Alejandro Martínez Faneyth]
Fixed
- Fixing testing for python 3.2 and 2.6. [Luis Alejandro Martínez Faneyth]
Other
- New: dev: Adding support to python 2.6 (closes #10). chg: dev: Removing configurations for codeclimate. [Luis Alejandro Martínez Faneyth]
0.1.3 (2017-01-04)
Added
- Adding gitchangelog configuration file. [Luis Alejandro Martínez Faneyth]
- Adding support to python 2.6 (closes #10). [Luis Alejandro Martínez Faneyth]
Changed
- Adding new changelog entries. [Luis Alejandro Martínez Faneyth]
Fixed
- Fixing testing for python 3.2 and 2.6. [Luis Alejandro Martínez Faneyth]
- Fixing bumpversion config. [Luis Alejandro Martínez Faneyth]
- Fixing typo. [Luis Alejandro Martínez Faneyth]
Other
- Bump version: 0.1.0 → 0.1.1. [Luis Alejandro Martínez Faneyth]
0.1.2 (2017-01-04)
Added
- Adding gitchangelog configuration file. [Luis Alejandro Martínez Faneyth]
- Adding support to python 2.6 (closes #10). [Luis Alejandro Martínez Faneyth]
0.1.1 (2016-11-24)
Added
- Adding Contributor License Agreement. [Luis Alejandro Martínez Faneyth]
Changed
- Adding new changelog entries. [Luis Alejandro Martínez Faneyth]
Fixed
- Fixing bumpversion config. [Luis Alejandro Martínez Faneyth]
- Fixing typo. [Luis Alejandro Martínez Faneyth]
- Catching exceptions on package discovery as described in #3. [REF] Using find_packages from setuptools to discover packages. [Luis Alejandro Martínez Faneyth]
Other
- Bump version: 0.1.0 → 0.1.1. [Luis Alejandro Martínez Faneyth]
0.1.0 (2016-11-23)
Changed
- Improving README. [Luis Alejandro Martínez Faneyth]
- Improving RST markup. [Luis Alejandro Martínez Faneyth]
- Improving documentation. [REF] Configuring codeclimate. [Luis Alejandro Martínez Faneyth]
- Completing API documentation. [REF] Finishing commandline programming. [Luis Alejandro Martínez Faneyth]
- Temporarily increasing McCabe index to 20 to pass tests. [REF] Updating requirements versions. [REF] Improving documentation. [Luis Alejandro Martínez Faneyth]
- Improving documentation. [Luis Alejandro Martínez Faneyth]
- Correcting code style. [Luis Alejandro Martínez Faneyth]
- Improving documentation of functions. [REF] Porting snakefood’s code to python 3.x. [REF] Various coe style corrections. [Luis Alejandro Martínez Faneyth]
- Adding code from snakefood because it doesn’t support py3k. [REF] Fixing PEP8 errors. [Luis Alejandro Martínez Faneyth]
- Improving documentation. [REF] Adding download progress to “update” command. [Luis Alejandro Martínez Faneyth]
- Improving documentation. [REF] Updating visual style. [REF] Reorganizing code. [Luis Alejandro Martínez Faneyth]
- Updating visual style. [Luis Alejandro Martínez Faneyth]
- General refactoring of structure and code. [ADD] Adding projecto boilerplate. [ADD] Programming of “guess” command. [ADD] Adding visual style. [Luis Alejandro Martínez Faneyth]
Fixed
- Correcting minor issues. [Luis Alejandro Martínez Faneyth]
- Fixing typo. [Luis Alejandro Martínez Faneyth]
Removed
- [DEL] Removing unnecessary tests. [REF] Reorganizing code. [REF] Documenting functions. [REF] Starting some unit tests. [Luis Alejandro Martínez Faneyth]
Other
- 0.1.0 release. [Luis Alejandro Martínez Faneyth]
- Add Gitter badge. [The Gitter Badger]
- Initial commit. [Luis Alejandro Martínez Faneyth]