Skip to content

Commit

Permalink
Update v0.5.2-release-notes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
MFSY authored Mar 14, 2021
1 parent d674ecb commit 7470d5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/releases/v0.5.2-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Querying
forge = KnowledgeGraphForge("config_filepath_or_url")
# Search for resources of type Dataset with contributor of type Person and name "John Doe"
filters = {"type": "Dataset", "contribution":{"type":"Person"}, "name":"John Doe"}
resources = forge.search(filters, limit=3)
Expand All @@ -41,9 +40,9 @@ Bug Fixes
Converting
----------

* Fixed failing `forge.as_jsonld` conversion when list are provided as properties values. `#115 <https://github.com/BlueBrain/nexus-forge/pull/115>`__ (usage: 13 - JSON-LD IO on `Github <https://github.com/BlueBrain/nexus-forge/blob/v0.5.2/examples/notebooks/getting-started/13%20-%20JSON-LD%20IO.ipynb>`__ or on |Binder|).
* Fixed failing `forge.as_jsonld` conversion when a list is provided as a property value. `#115 <https://github.com/BlueBrain/nexus-forge/pull/115>`__ (usage: 13 - JSON-LD IO on `Github <https://github.com/BlueBrain/nexus-forge/blob/v0.5.2/examples/notebooks/getting-started/13%20-%20JSON-LD%20IO.ipynb>`__ or on |Binder|).

* Fixed failing `forge.as_jsonld` conversion when expanding jsonld with list of types. `#116 <https://github.com/BlueBrain/nexus-forge/pull/116>`__ (usage: 13 - JSON-LD IO on `Github <https://github.com/BlueBrain/nexus-forge/blob/v0.5.2/examples/notebooks/getting-started/13%20-%20JSON-LD%20IO.ipynb>`__ or on |Binder|).
* Fixed failing `forge.as_jsonld` conversion when expanding a jsonld payload with a list of types. `#116 <https://github.com/BlueBrain/nexus-forge/pull/116>`__ (usage: 13 - JSON-LD IO on `Github <https://github.com/BlueBrain/nexus-forge/blob/v0.5.2/examples/notebooks/getting-started/13%20-%20JSON-LD%20IO.ipynb>`__ or on |Binder|).



Expand Down

0 comments on commit 7470d5f

Please sign in to comment.