Skip to content

Releases: broadinstitute/fiss

v0.16.17

09 Aug 20:44
Compare
Choose a tag to compare

do for pair_list and participant_list what was done for sample_list in 0.16.16; extended tests accordingly

v0.16.16

09 Aug 15:49
33a7c67
Compare
Choose a tag to compare

Added pair_list HL command; enlarged scope of applicability of sample_lis HL commandt, to not only workspaces but all sample container types: pair, sample_set, workspace, participant; added pair_list HL function and new tests for both [pair,sample]_list; internal HL function __get_entities now paginates by default, to enable more calls to complete robustly; HL tests can now REUSE_SPACE for faster execution during repeated testing

v0.16.15

27 Jun 17:22
d396418
Compare
Choose a tag to compare

Hotfix: Fixed bug preventing gcloud tool installation.

v0.16.14

01 Jun 21:51
246fbaf
Compare
Choose a tag to compare

Hotfix: Fixed warning messages that would cause errors if executed.

v0.16.13

01 Jun 19:04
0213371
Compare
Choose a tag to compare
  • Docker updated to use local files rather than pull from pypi
  • Enhanced installation of Google Cloud SDK and ensured its availability to subprocesses
  • Fixed a broken test

v0.16.12

30 May 19:46
Compare
Choose a tag to compare

v0.16.11

30 May 18:10
Compare
Choose a tag to compare
  • On install, will install gcloud if not available and not running in Google App Engine.
  • Now attempts to set authentication credentials if they have not been set.
  • Added BSD-3-Clause license.
  • Added new LL functions:
    • get_method_configurations()
    • get_api_methods_definitions()
  • Removed LL function get_bucket().

v0.16.10

30 May 17:39
df6cb4f
Compare
Choose a tag to compare

Fixes #80.

  • Formatting cleanup to HL commands config_get and config_template (work
    consistently in both Python 2 & 3).
  • Fixed tests that were broken due to change in API response code for
    space_delete (200 -> 202).

v0.16.9

09 Feb 20:10
0a8581d
Compare
Choose a tag to compare

hotfix: change how subprocess.call() is utilized, to avoid problems on Google App Engine (where use of call() is prohibited)

v0.16.8

31 Jan 19:15
Compare
Choose a tag to compare

Hotfix: entity_import corrected to only strip newline characters.