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
* Added: Support for PROV-O (RDF) serialization and deserialization
* Added: `direction` option for `prov.dot.prov_to_dot`
* Added: `prov.graph.graph_to_prov` to convert a Networkx graph back to a `ProvDocument`
* Testing with Python 3.5
* Various minor bug fixes and improvements
Copy file name to clipboardexpand all lines: HISTORY.rst
+8
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@
3
3
History
4
4
-------
5
5
6
+
1.5.0 (2015-10-19)
7
+
^^^^^^^^^^^^^^^^^^
8
+
* Added: Support for `PROV-O <http://www.w3.org/TR/prov-o/>`_ (RDF) serialization and deserialization
9
+
* Added: `direction` option for :py:meth:`prov.dot.prov_to_dot`
10
+
* Added: :py:meth:`prov.graph.graph_to_prov` to convert a `MultiDiGraph <http://networkx.github.io/documentation/latest/reference/classes.multidigraph.html>`_ back to a :py:class:`~prov.model.ProvDocument`
11
+
* Testing with Python 3.5
12
+
* Various minor bug fixes and improvements
13
+
6
14
1.4.0 (2015-08-13)
7
15
^^^^^^^^^^^^^^^^^^
8
16
* Changed the type of qualified names to prov:QUALIFIED_NAME (fixed #68)
0 commit comments