Skip to content

Releases: genepattern/genepattern-python

GenePattern Python Library 23.09

05 Sep 16:55
Compare
Choose a tag to compare

Better handling of HTTP errors upon job submission

GenePattern Python Library 21.12

20 Dec 17:23
Compare
Choose a tag to compare
  • Adding terminate_job() method

GenePattern Python Library 21.07

14 Jul 17:16
Compare
Choose a tag to compare
  • Added support for wrapping S3 files with GPFile objects

GenePattern Python Library 20.10

09 Oct 16:28
Compare
Choose a tag to compare
  • Fixed bug encoding file names in GPServer.upload_file ()
  • Added GPServer.get_job()

GenePattern Python Library 20.07

27 Jul 18:02
Compare
Choose a tag to compare
  • Instantiated GPJob objects now have a get_permissions() and set_permissions() method
  • Added GPServer.system_message() method for retrieving the system message
  • Added GPServer.login() method for testing credentials or authentication status with the GP server
  • Added configuration variable GP_JOB_TAG for overriding the tag applied to jobs launched through the Python client
  • Fixed bug in GPJob.get_child_jobs() where child jobs would sometimes not populate in nested pipelines
  • Fixed bug in GPTaskParam.allow_multiple() where parameters would erroneously report that they don't allow multiple values if maxValues isn't set in the module manifest
  • Fixed bug in GPTaskParam.is_optional() where multi-value choice parameters would always report as required, regardless of required/optional status

GenePattern Python Library 20.05

07 May 16:17
Compare
Choose a tag to compare
  • Added support for CLS files to gp.data package

GenePattern Python Library v1.4.5

31 Jul 19:19
Compare
Choose a tag to compare
  • Updated PyPI deploy to latest standard

GenePattern Python Library v1.4.3

17 Sep 17:40
Compare
Choose a tag to compare

GenePattern Python Library v1.4.2

16 Aug 04:10
Compare
Choose a tag to compare

Lazily call load_params() when a job spec is created from a task. This prevents a common mistake when running jobs.

GenePattern Python Library v1.4.1

15 Feb 16:46
Compare
Choose a tag to compare
  • Added functions for creating CLS files
  • Added JSON serialization for GPFile objects
  • Fixed bug in file upload