Releases: genepattern/genepattern-python
Releases · genepattern/genepattern-python
GenePattern Python Library 23.09
GenePattern Python Library 21.12
- Adding terminate_job() method
GenePattern Python Library 21.07
- Added support for wrapping S3 files with GPFile objects
GenePattern Python Library 20.10
- Fixed bug encoding file names in
GPServer.upload_file () - Added
GPServer.get_job()
GenePattern Python Library 20.07
- Instantiated
GPJobobjects now have aget_permissions()andset_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_TAGfor 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 ifmaxValuesisn'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
- Added support for CLS files to gp.data package
GenePattern Python Library v1.4.5
- Updated PyPI deploy to latest standard
GenePattern Python Library v1.4.3
- Bug fix release
GenePattern Python Library v1.4.2
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
- Added functions for creating CLS files
- Added JSON serialization for GPFile objects
- Fixed bug in file upload