Skip to content

Releases: vanvalenlab/kiosk-client

0.8.4

05 Nov 22:09
41f8fa5
Compare
Choose a tag to compare

0.8.4

Features

  • Migrate to GitHub Actions from TravisCI (#72)
  • Update treq to 20.9.0.
  • Add __version__.py to track package metadata.

Bugfixes

  • Fixed missing $ preventing docker from tagging and pushing deployment images in GitHub Actions (#73).
  • Change README build status badge from TravisCI to GitHub Actions (#74).
  • Use the proper git tag in docker tags (#75)

0.8.1

06 Oct 16:40
663595f
Compare
Choose a tag to compare

0.8.1

Bugfixes

  • Added attrs>=19.2.0 and six>=1.13.0 to the project requirements to prevent version mismatches.

0.8.0

22 Sep 16:53
4e49c1f
Compare
Choose a tag to compare

0.8.0

Features

  • Add support for --output-dir, a configurable way to set the output directory for all images/output files. Defaults to the output of get_download_path().

0.7.1

26 Jun 17:09
3222217
Compare
Choose a tag to compare

0.7.1

Bugfixes

  • Close open file handlers after uploading a file using a context manager (#61)
  • Upload each job synchronously before starting the next job (#62)

0.7.0

22 Jun 22:38
dd1877a
Compare
Choose a tag to compare

0.7.0

Features

  • Support TLS and asynchronous file downloads. (#53)
  • New PyPi and Python version badges. (#54)
  • Loosened python-dateutil verion restrictions. (#54)

Bugfixes

  • Fix HTTP/HTTPS redirects (#56)

0.6.0

09 Jun 01:24
49776b7
Compare
Choose a tag to compare

0.6.0

Features

  • BatchProcessingJobManager now automatically downloads all output files to the user's download directory by default.

Breaking Changes

  • Removed boto3 from the requirements.txt file.

0.5.1

05 Jun 18:51
30e9812
Compare
Choose a tag to compare

0.5.1

Bugfixes

  • Fixed typos in the argparse help menu. (#48)

0.5.0

29 May 23:43
cfeb20d
Compare
Choose a tag to compare

0.5.0

Features

  • Tagged releases publish to PyPi! (#47)

Breaking Changes

  • Refactored project from benchmarking to kiosk_client. (#46)

0.4.0

29 May 19:29
7161082
Compare
Choose a tag to compare

0.4.0

Features

  • Fill out .env.example file.
  • Add support for Python 2.7 and 3.8.
  • Improved argument parsing for CLI.
  • MODEL is no longer necessary, and inherits model and processing functions based on JOB_TYPE.
  • Added optional flags calculate-cost and upload-results to turn off benchmarking behavior by default.

Bugfixes

  • All inlineCallbacks functions return a deferred object.
  • Remove some unused imports

Breaking Changes

  • Use the API to upload files rather than using gcloud for better integration with the DeepCell Kiosk.

0.3.1

18 May 16:38
086b48c
Compare
Choose a tag to compare

0.3.1

Bugfixes

  • Added a "Connection: close" header to prevent outgoing ports from getting filled (#44)
  • Removed patches from 0.2.x which caused unpredictable behavior (#44)