Releases: trungdong/prov
Releases · trungdong/prov
2.0.1 - Minor bugfix release
- Removed support for EOL Python 3.6 and 3.7
- Minor documentation update (#153)
- Stopped using deepcopy when duplicating Namespace (#158)
- Restricting rdflib package version to "<7" (#156)
- Raise an exception when an empty URI is registered as a namespace (#142)
- Ensure rdflib 6+ returns bytes when serializing tests (fixed #151)
- Removed fancy label output for bundle
2.0.0 - Removed support for EOL Python 2
- Testing against Python 3.6+ and Pypy3
1.5.3 - Minor bug fixes and improvements
- Reorganised source code to /src
- Added Python 3.7 support
- Removed Python 3.3 support due to end-of-life
- plus other minor improvements and bug fixes
1.5.2 - Minor bug fixes
- Fixed association relation in RDF serialisation #117
- Fixed compatibility with networkx 2.0+
1.5.1 - Minor bug fixes and improvements
- Replaced pydotplus with pydot (see #111)
- Fixed datetime and bundle error in RDF serialisation
- Tested against Python 3.6
- Improved documentation
1.5.0 - Added RDF serialization and deserialization
- Added: Support for PROV-O (RDF) serialization and deserialization
- Added:
direction
option forprov.dot.prov_to_dot
- Added:
prov.graph.graph_to_prov
to convert a Networkx graph back to aProvDocument
- Testing with Python 3.5
- Various minor bug fixes and improvements
1.4.0 - Support prov:QUALIFIED_NAME and drop Python 2.6
- Changed the type of qualified names to prov:QUALIFIED_NAME (fixed #68)
- Removed XSDQName class and stopped supporting parsing xsd:QName as qualified names
- Replaced pydot dependency with pydotplus
- Removed support for Python 2.6
- Various minor bug fixes and improvements
1.3.2 - Minor release
- Added: prov-compare script to check equivalence of two PROV files (currently supporting JSON and XML)
- Fixed: deserialising Python 3's bytes objects (issue #67)
1.3.1 - Minor bug fixes
- Fixed unicode issue with deserialising text contents
- Set the correct version requirement for six
- Fixed format selection in prov-convert script
1.3.0 - Python 3 Support
- Python 3.3 and 3.4 supported
- Updated prov-convert script to support XML output
- Added missing test JSON and XML files in distributions