Skip to content

Releases: Sage-Bionetworks/challengeutils

v4.3.0

30 Nov 22:25
89f337b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v.4.3.0

v4.2.1

07 Jul 01:10
ac4e35b
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v4.2.0...v4.2.1

v4.2.0

17 Mar 13:06
51915b0
Compare
Choose a tag to compare

What's new

Updated

  • Give Organizers team "Moderate"-level access to live project by @vpchung in #233
  • Update cmd name in setup config by @vpchung in #239
  • Update requirements file for dev env by @vpchung in #241

Bug fixes

  • fix UnboundLocalError when calling valid in command_validate_docker by @vpchung in #224

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

07 Aug 09:16
Compare
Choose a tag to compare
  • Fix challengeutils cli bug.
  • Require synapseclient >= 2.4.0
  • Update synapse_login to support auth token env variable.

v4.0.1

07 Mar 14:40
6d51fb8
Compare
Choose a tag to compare
  • Support Python 3.9
  • Require Synapse Python Client >= 2.3.0
  • Deprecate helpers.py
  • Fix conditionals for permissions check
  • Stop submissions over quota now takes submission views

v4.0.0

06 Mar 13:00
663a389
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release
  • Support Python 3.9
  • Require Synapse Python Client >= 2.3.0
  • Deprecate helpers.py
  • Fix conditionals for permissions check

v3.2.0

02 Feb 04:07
Compare
Choose a tag to compare
  • Add push-wiki and pull-wiki feature

v3.1.0

01 Jan 06:36
496535f
Compare
Choose a tag to compare
  • Remove team member from team
  • Upgrade synapseclient used
  • Retrieve number of members given team name / id.
  • Move functions to team module

v3.0

16 Jul 21:57
e2c5331
Compare
Choose a tag to compare
  • Support for synapseclient<2.1.0 is no longer available. #186, #187
  • Add Synapse Thread and Reply module. #168
  • Rename command line client functions to have dashes in-between words (e.g. challengeutils create-challenge). This is a breaking change, but is done to standardize the command line client commands. fixes #144
  • validate_project now returns errors that are str type instead of list
  • Add validate-docker function. #50

v2.2.0

16 Jun 04:58
Compare
Choose a tag to compare
  • Add archive-project, validate-project, delete-submission commands. #179 , #50
  • updating submission annotations will also annotate with synapse style annotations to support submission view annotations