
VERSION INFORMATION
-------------------

0.1.0
-----
source code:
- provo-o starting point classes and properties
- id vault class
- provenance ontology graph class

other
- minimal README with example application
- LICENSE

0.2.0
-----
source code:
- add tests
- smaller changes in existing classes
- add examples for manual

other:
- extend README
- move examples in example folder
- extend setup.py
- add versioninfo.txt

0.2.1
-----
other:
- fix errors in README

0.2.2
-----
other:
- add README as rst for display at PyPI

0.2.3
-----
other:
- add content to README
- fix README typos

1.0.0
-----
all core functionalities are implemented
-----
source code:
- add mermaid flowchart export

other:
- add README information for mermaid export

1.0.1
-----
other
- fix typo in README

1.0.2
-----
other:
- fix typo in versioninfo.txt
- fix typo in README.rst

1.0.3
---
source code
- markup nodes in mermaid graph as links

1.0.4
---
other:
- update readme
- change license from GNU GLP 3 to MIT

1.0.5
---
other:
- add requirements

1.1.0
---
source code:
- change arguments of add_entity, add_activity and add_agent methods of ProvenanceOntologyGraph
- update examples accordingly
- remove unneccesarry getters
- add more tests
other:
- update README accordingly

1.1.1
---
source code: 
- rename revert-relations to invert-relations
- refactor mermaid graph generation
other:
- update README accordingly

1.1.2
---
source code:
-write mermaid graphs as utf-8

1.1.3
---
source code:
-fix bug in mermaid graph options (was_derived_by -> was_dervived_from)
other:
-adjust readme etc. 

1.2.0
---
source code:
- default use_namespace=True
- update examples etc. accordingly

1.2.1
---
source code:
- fix wasAssociatedWith RDF triple (subject was agent instead of activity)
- fix namespace prepended to absolute IRIs in _handle_id
- remove debug print in IdVault.add_id
- fix invalid escape sequence in NamespaceMalformed docstring
- update tests
other:
- migrate from setup.py/requirements.txt to pyproject.toml
- sanitize edges in Mermaid export (rm <a> tags)

