Skip to content

Releases: DLR-SC/prov2neo

prov2neo v1.2.2

26 Jul 15:35
Compare
Choose a tag to compare

prov2neo v1.2.2 (2022-07-26)

The v1.2.2 release contains a fix for the PyPi build process information that specifies the correct content type for the readme file.

Other Changes

  • Specify long_description_content_type to be text/markdown in setup.cfg

prov2neo v1.2.1

26 Jul 15:24
Compare
Choose a tag to compare

prov2neo v1.2.1 (2022-07-26)

The v1.2.1 release adds a CITATION.cff file to the project, pivots the install process to a setup.cfg file and updates the README.md with new information.

Other Changes

  • Added CITATION.cff to the project
  • Added github workflow to validate the citation file on changes
  • Added setup.cfg to simply the setup.py
  • Added pyproject.toml to the project
  • Updated README.md
  • Changed requirements.txt to require prov==2.0.0

prov2neo v1.2

18 Jan 17:06
Compare
Choose a tag to compare

prov2neo v1.2

Maintenance release that updates the py2neo version.

New Features

Bug Fixes

Other Changes

  • The py2neo version in requirements.txt has been bumped to 2021.2.3.
  • Deprecated the use of neotime in favor of py2neo-org/interchange data types for time encoding. Since py2neo 2021.2.0 neotime is no longer supported.

prov2neo v1.1

08 Dec 16:12
e6b118c
Compare
Choose a tag to compare

prov2neo v1.1

New Features

  • The prov2neo command line tool can now import an arbitrary amount of input files at once. The command line flag -i/--input has been adjusted to allow more than one file path.
# Import more than one file in a single command ...
# ... using --input
prov2neo --input foo.json bar.json ...
# ... using -i
prov2neo -i foo.json bar.json ...

Bug Fixes

  • The py2neo version in requirements.txt has been changed back to 2021.1.5 as higher versions seem to drop neotime support. This is considered to be a hotfix. A future release will change the graph encoding implementation to accommodate the requirements of py2neo versions higher than 2021.1.5.

Other Changes

  • More badges have been added to README.md
    • pypi package
    • DOI
    • Open in Visual Studio Code
  • The pypi publishing workflow has been updated.

prov2neo 1.0

22 Jun 16:00
Compare
Choose a tag to compare

Initial public release on GitHub.