Synapse Python Client 2.3.1 Release Candidate Available

1 view
Skip to first unread message

Jordan Kiang

unread,
Apr 9, 2021, 3:31:40 PM4/9/21
to Python Synapse Client Announcements
release candidate of Synapse Python Client version 2.3.1 is available for preview and testing.

It is available from test.pypi.org and can be installed e.g.

pip3 install --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple "synapseclient>=2.3.1.368"

This version is primarily a patch release to support boolean annotations.

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

Reply all
Reply to author
Forward
0 new messages