Releases: DLR-SC/prov2neo
Releases · DLR-SC/prov2neo
prov2neo v1.2.2
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 betext/markdown
insetup.cfg
prov2neo v1.2.1
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 asetup.cfg
file and updates theREADME.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 thesetup.py
- Added
pyproject.toml
to the project - Updated
README.md
- Changed
requirements.txt
to requireprov==2.0.0
prov2neo v1.2
prov2neo v1.2
Maintenance release that updates the py2neo
version.
New Features
Bug Fixes
Other Changes
- The
py2neo
version inrequirements.txt
has been bumped to2021.2.3
. - Deprecated the use of
neotime
in favor ofpy2neo-org/interchange
data types for time encoding. Since py2neo2021.2.0
neotime is no longer supported.
prov2neo v1.1
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 inrequirements.txt
has been changed back to 2021.1.5 as higher versions seem to dropneotime
support. This is considered to be a hotfix. A future release will change the graph encoding implementation to accommodate the requirements ofpy2neo
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
Initial public release on GitHub.