@@ -6,18 +6,24 @@ Version 0.13.0
66==============
77
88For this version we have extensively rewritten fairgraph,
9- to build directly on the [ openMINDS Python library](https://pypi.org/project/openMINDS/) .
9+ to build directly on the ` openMINDS Python library `_ .
1010This
1111
1212- ensures (almost) perfect compatibility between the openMINDS API and the fairgraph API,
1313 so people can start developing locally with openMINDS-Python, then just change to
1414 importing "fairgraph.openminds" instead of "openminds.v4" when they wish to upload
1515 metadata to the Knowledge Graph.
16- - adds functionality for working with local JSON-LD files to fairgraph.
16+ - adds functionality for working with local JSON-LD files in fairgraph.
17+ - provides the openMINDS instances libraries as class attributes, e.g., ``Species.mus_musculus ``
18+ - adds the :class: `Collection `, which has the functionality of the equivalent class in openMINDS-Python,
19+ but in addition has support for uploading an entire metadata collection to the KG in a single call.
1720
1821The documentation has been refreshed and extended.
22+
1923This version of fairgraph provides the openMINDS v4 schemas.
2024
25+ There is one breaking change, the keyword argument "scope" has been renamed to "release_status".
26+
2127
2228Version 0.12.2
2329==============
@@ -275,3 +281,6 @@ Version 0.6.0
275281- fix for when query values contain non-ascii characters
276282- when updating an object, also update the cached version
277283- more robust download method for Dataset
284+
285+
286+ .. _`openMINDS Python library` : https://pypi.org/project/openMINDS
0 commit comments