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: release_notes/release-1.7.1.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Release Notes - Synapse Python Client - Version py-1.7
2
2
3
-
**Release Date:**16-June-2017
3
+
**Release Date:**17-June-2017
4
4
**Install Instructions:**`pip install --upgrade synapseclient` or see [http://docs.synapse.org/python/#installation](http://docs.synapse.org/python/#installation)
@@ -9,7 +9,7 @@ Release 1.7 is a large bugfix release with several new features. The main ones i
9
9
* Bulk upload files to synapse (synapseutils.syncToSynapse).
10
10
* Notify you via email on the progress of a function (useful for jobs like large file uploads that may take a long time to complete).
11
11
* The syncFromSynapse function now creates a "manifest" which contains the metadata of downloaded files. (These can also be used to update metadata with the bulk upload function.
12
-
* File View tables can now be created from the python client using EntityViewSchema see [http://docs.synapse.org/articles/fileviews.html](fileviews documentation).
12
+
* File View tables can now be created from the python client using EntityViewSchema. See [fileviews documentation](http://docs.synapse.org/articles/fileviews.html).
13
13
* The python client is now able to upload to user owned S3 Buckets. [Click here for instructions on linking your S3 bucket to synapse](http://docs.synapse.org/articles/custom_storage_location.html)
14
14
15
15
We've also made vairous improvements to existing features:
0 commit comments