Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Bump synapseclient from 2.3.1 to 2.5.1 in /conda/sage-bionetworks #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps synapseclient from 2.3.1 to 2.5.1.

Release notes

Sourced from synapseclient's releases.

v2.5.1

Bug Fixes

  • [SYNPY-1197] - Schema is a string and strings don't have columns_to_store attributes

Stories

  • [SYNPY-772] - update statement that appears on PyPi about Synapse to be consistent
  • [SYNPY-997] - Typos in Views documentation

Contributors: @​thomasyu888, @​danlu1

New Contributors

GitHub Changelog: Sage-Bionetworks/synapsePythonClient@v2.5.0...v2.5.1

v2.5.0

Highlights

  • Added ability to generate a manifest file from your local directory structure.

    # from the command line
    # write the manifest to manifest.tsv
    synapse manifest --parent-id syn123 --manifest-file ./manifest.tsv /path/to/local/directory
    # stdout
    synapse manifest --parent-id syn123 /path/to/local/directory
    
  • Added ability to pipe manifest stdout into sync function.

    # from the command line
    synapse manifest --parent-id syn123 ./docs/ | synapse sync -
    
  • Added ability to return summary statistics of csv and tsv files stored in Synapse.

    # from python
    import synapseclient
    import synapseutils
    syn = synapseclient.login()
    statistics = synapseutils.describe(syn=syn, entity="syn12345")
    print(statistics)
    {
        "column1": {
            "dtype": "object",
            "mode": "FOOBAR"
        },
        "column2": {
    

... (truncated)

Changelog

Sourced from synapseclient's changelog.

2.5.1 (2021-12-02)

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.

Bug Fixes

  • [SYNPY-1197 <https://sagebionetworks.jira.com/browse/SYNPY-1197>__] - Schema is a string and strings don't have columns_to_store attributes

Stories

  • [SYNPY-772 <https://sagebionetworks.jira.com/browse/SYNPY-772>__] - update statement that appears on PyPi about Synapse to be consistent
  • [SYNPY-997 <https://sagebionetworks.jira.com/browse/SYNPY-997>__] - Typos in Views documentation

2.5.0 (2021-10-05)

Highlights

  • Added ability to generate a manifest file from your local directory structure.

    .. code-block:: bash

      # from the command line
      # write the manifest to manifest.tsv
      synapse manifest --parent-id syn123 --manifest-file ./manifest.tsv /path/to/local/directory
      # stdout
      synapse manifest --parent-id syn123 /path/to/local/directory
    
  • Added ability to pipe manifest stdout into sync function.

    .. code-block:: bash

      # from the command line
      synapse manifest --parent-id syn123 ./docs/ | synapse sync -
    
  • Added ability to return summary statistics of csv and tsv files stored in Synapse.

... (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.3.1 to 2.5.1.
- [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.3.1...v2.5.1)

---
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 Jan 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

0 participants