Skip to content

Wooey 0.10.0

Compare
Choose a tag to compare
@Chris7 Chris7 released this 20 May 13:51
· 136 commits to master since this release

Wooey 0.10.0

New Features

  1. Added docker files for development and example deployments!
  2. Better documentation!:
  1. Subparser Support! Subparsers are now supported for argparse. With this completed, we can begin adding support for other interfaces such as click
  2. Added checksums to scripts. Scripts now have a checksum so duplicate scripts are not created (and this paves the way for supporting better automatic updates of scripts)
  3. Jobs can be cloned into previous script versions. Previously, the clone button cloned a job into the latest version of a script. Now, jobs can be cloned into previous versions.

Bug Fixes

  1. Errors from adding scripts are returned as a message instead of an Exception.
  2. Dead jobs are now automatically cleaned up. (this removes jobs that are in a state of limbo due to a server crash, etc.).
  3. Attempts to access a job that a user did not have permission to access resulted in a 500 error. This now shows the proper page indicating the user has no access to that job.
  4. Fixed parsing of default argument parameters that were lists or functions.
  5. Fixed zip files overwriting nested output.

Version Support

  1. Supports Django 1.10/1.11 and Celery 4.x
  2. Dropped compatibility layers for Django 1.7 and python 3.3