You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/news.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@ breaking changes will not be included until v5.0.
14
14
15
15
## Highlights
16
16
17
-
- Refactored Synapse Python Client to use object-oriented principles
18
-
- Added guide for [setting up metadata curation workflows](https://python-docs.synapse.org/en/stable/guides/extensions/curator/metadata_curation/) in Synapse with Curator extension
17
+
- Refactored Synapse Python Client to use object-oriented principles for Evaluation, Submission and Wiki
18
+
- Introduced the `synapseclient.extensions` module which contains scripts that extend the core functionality of the Synapse Python Client
19
+
-[Synapse Curator](https://python-docs.synapse.org/en/stable/reference/extensions/curator/#synapseclient.extensions.curator) and its [guide](https://python-docs.synapse.org/en/stable/guides/extensions/curator/metadata_curation/) have been added to help with metadata curation tasks in Synapse
19
20
- Implemented JSON Schema creation and validation workflows
20
21
- Deprecated legacy functionality and migrated to new asynchronous APIs
0 commit comments