nlpsandbox / nlpsandbox-client

Python client to interact with the NLP Sandbox
Apache License 2.0
3 stars 3 forks source link

Bump synapseclient from 2.3.0 to 2.3.1 #181

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps synapseclient from 2.3.0 to 2.3.1.

Release notes

Sourced from synapseclient's releases.

v2.3.1

Highlights

  • Entities can be annotated with boolean datatypes, e.g.:

    file = synapseclient.File('/path/to/file', parentId='syn123', synapse_is_great=True)
    syn.store(file)
    
  • synapseclient is additionally packaged as a Python wheel.

Bug Fixes

  • [SYNPY-829] - syn.store always updates annotations
  • [SYNPY-1033] - If versionComment is left blank, previous version comment populates

Improvements

  • [SYNPY-1120] - Build wheel distributions
  • [SYNPY-1129] - support boolean annotations in Python client
Changelog

Sourced from synapseclient's changelog.

2.3.1 (2021-04-13)

Highlights

  • Entities can be annotated with boolean datatypes, for example:

    .. code-block::

    file = synapseclient.File('/path/to/file', parentId='syn123', synapse_is_great=True) syn.store(file)

  • synapseclient is additionally packaged as a Python wheel.

Bug Fixes

  • [SYNPY-829 <https://sagebionetworks.jira.com/browse/SYNPY-829>__] - syn.store always updates annotations
  • [SYNPY-1033 <https://sagebionetworks.jira.com/browse/SYNPY-1033>__] - If versionComment is left blank, previous version comment populates

Improvements

  • [SYNPY-1120 <https://sagebionetworks.jira.com/browse/SYNPY-1120>__] - Build wheel distributions
  • [SYNPY-1129 <https://sagebionetworks.jira.com/browse/SYNPY-1129>__] - Support boolean annotations in Python client
Commits
  • f7f1621 update generated doc
  • 078c729 update 2.3.1 release date
  • 6ffb8ed Merge pull request #846 from jkiang13/v2.3.1-rc-doc
  • b713729 recreate view inside loop, more reliable, not sure why yet
  • 5327099 Merge pull request #849 from jkiang13/fix-evaluation-tests
  • 6d25073 create view once, 8 retries with backoff (~4m)
  • 9bec8e9 simplify evaluation test, rm use of deprecated /evaluation/submission/query API
  • 7798b82 rm redundant test (very similar to test_evaluations#test_teams
  • b24f07f rm duplicated doc params
  • 0236a09 suggested changes
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.