Releases: Sage-Bionetworks/challengeutils
Releases · Sage-Bionetworks/challengeutils
v4.3.0
v4.2.1
v4.2.0
What's new
- Add code owners by @thomasyu888 in #227
- Make code of conduct changes by @thomasyu888 in #228
- Add setup.cfg by @thomasyu888 in #229
- Use black by @thomasyu888 in #230
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #235
- Add support for py10 by @thomasyu888 in #237
- Cheat detection by @trberg in #242
- Add pre-commit by @vpchung in #243
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
New Contributors
Full Changelog: v4.1.0...v4.2.0
v4.1.0
- Fix
challengeutils
cli bug. - Require
synapseclient
>= 2.4.0 - Update
synapse_login
to support auth token env variable.
v4.0.1
- 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
- Support
Python
3.9 - Require Synapse Python Client >= 2.3.0
- Deprecate
helpers.py
- Fix conditionals for permissions check
v3.2.0
- Add
push-wiki
andpull-wiki
feature
v3.1.0
- Remove team member from team
- Upgrade synapseclient used
- Retrieve number of members given team name / id.
- Move functions to team module
v3.0
- Support for synapseclient<2.1.0 is no longer available. #186, #187
- Add Synapse
Thread
andReply
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 arestr
type instead oflist
- Add
validate-docker
function. #50