Skip to content

0.2.22

Compare
Choose a tag to compare
@eoyilmaz eoyilmaz released this 16 Aug 05:15
· 37 commits to master since this release

Finally a new release. More than one year has passed after the previous one and a new release has born. This release will mainly fix the installation problems with setup_tools. Fix a couple of problems in TaskJugglerScheduler that prevented it run in Python 3.x without any problems and some other small stuff. Bone appetite!

  • Fix: Fixed TaskJugglerScheduler.schedule() method to correctly decode byte data from sys.stderr to string for Python 3.x.

  • Fix: Fixed a couple of tests for TaskJuggler.

  • Update: Updated Classifiers information in setup.py, removed Python versions 2.6, 3.0, 3.1 and 3.2 from supported Python versions.

  • Fix: Removed Python 3.3 from TravisCI build which is not supported by pytest apparently.

  • Update: Updated TravisCI config and removed Python 2.6 and added Python 3.6.

  • Update: Added a test case for an edge usage of FilenameTemplate.

  • Update: Updated .gitignore file to ignore PyTest cache folder.

  • Update: Updated the License file to correctly reflect the project license of LGPLv3.

  • Update: Update copyright information.

  • New: Created make_html.bat for Windows.

  • New: Added support for Python wheel.