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