Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2022

Bumps synapseclient from 2.5.1 to 2.6.0.

Release notes

Sourced from synapseclient's releases.

v2.6.0

Bug Fixes

Stories

  • [SYNPY-728] - Improve error message when pandas is not available
  • [SYNPY-974] - Documentation for generateManifest
  • [SYNPY-1209] - Support for MaterializedViews in Py Client

Tasks

  • [SYNPY-1174] - Add function to create Synapse config file
  • [SYNPY-1176] - syncToSynapse aborted + silent failure of file upload
  • [SYNPY-1184] - Add includeTypes to synapseutils.walk()
  • [SYNPY-1189] - Document "maximumListLength" parameter for Column
  • [SYNPY-1196] - Expose forceVersion on changeFileMetadata
  • [SYNPY-1205] - Python 3.6 EOL - Remove support for 3.6
  • [SYNPY-1212] - Include dataset as an entity type to return in getChildren()

Contributors: @​danlu1 , @​BrunoGrandePhD , @​thomasyu888

Full Changelog: Sage-Bionetworks/synapsePythonClient@v2.5.1...v2.6.0-rc

v2.6.0-rc

Bug Fixes

Stories

  • [SYNPY-728] - Improve error message when pandas is not available
  • [SYNPY-974] - Documentation for generateManifest
  • [SYNPY-1209] - Support for MaterializedViews in Py Client

Tasks

  • [SYNPY-1174] - Add function to create Synapse config file
  • [SYNPY-1176] - syncToSynapse aborted + silent failure of file upload
  • [SYNPY-1184] - Add includeTypes to synapseutils.walk()
  • [SYNPY-1189] - Document "maximumListLength" parameter for Column
  • [SYNPY-1196] - Expose forceVersion on changeFileMetadata
  • [SYNPY-1205] - Python 3.6 EOL - Remove support for 3.6
  • [SYNPY-1212] - Include dataset as an entity type to return in getChildren()

Contributors: @​danlu1 , @​BrunoGrandePhD , @​thomasyu888

Full Changelog: Sage-Bionetworks/synapsePythonClient@v2.5.1...v2.6.0-rc

Changelog

Sourced from synapseclient's changelog.

2.6.0 (2022-04-19)

Highlights

  • Next major release (3.0.0) there will be major cosmetic changes to the cli such as removing all camel case or non-standard single dash long command line interface (cli) parameters. Example: command line arguments like -parent will become --parent. Commands that support camel case like --parentId will be changed to --parent-id.

  • Added support for materialized views

    .. code-block:: bash

      # from python
      import synapseclient
      import synapseutils
      syn = synapseclient.login()
      view = MaterializedViewSchema(
          name="test-material-view",
          parent="syn34234",
          definingSQL="SELECT * FROM syn111 F JOIN syn2222 P on (F.PATIENT_ID = P.PATIENT_ID)"
      )
      view_ent = syn.store(view)
    
  • Removed support for Python 3.6 and added support for Python 3.10

  • Add function to create Synapse config file

    .. code-block:: bash

      # from the command line
      synapse config
    

Bug Fixes

  • [SYNPY-1204 <https://sagebionetworks.jira.com/browse/SYNPY-1204>__] - Python 3.10 compatibility

Stories

  • [SYNPY-728 <https://sagebionetworks.jira.com/browse/SYNPY-728>__] - Improve error message when pandas is not available
  • [SYNPY-974 <https://sagebionetworks.jira.com/browse/SYNPY-974>__] - Documentation for generateManifest
  • [SYNPY-1209 <https://sagebionetworks.jira.com/browse/SYNPY-1209>__] - Support for MaterializedViews in Py Client

... (truncated)

Commits

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)

Bumps [synapseclient](https://github.com/Sage-Bionetworks/synapsePythonClient) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/Sage-Bionetworks/synapsePythonClient/releases)
- [Changelog](https://github.com/Sage-Bionetworks/synapsePythonClient/blob/develop/docs/news.rst)
- [Commits](Sage-Bionetworks/synapsePythonClient@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: synapseclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2022

Superseded by #96.

@dependabot dependabot bot closed this Oct 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/conda/sage-bionetworks/main/synapseclient-2.6.0 branch October 1, 2022 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants