Releases: ReproNim/reproschema-py
Releases · ReproNim/reproschema-py
0.7.2
🐛 Bug Fix
- enable org auto token #67 (@satra)
- Update .autorc to fix author issue #66 (@satra)
- Fixed bug in redcap2reproschema with items id not matching item filname and redcap variable… #65 (@Evan8456 @pre-commit-ci[bot])
Authors: 3
- @pre-commit-ci[bot]
- Evan Ng (@Evan8456)
- Satrajit Ghosh (@satra)
0.7.1
0.7.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #25
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #27
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #28
- convert
Redcap2ReproSchema.js
toredcap2reproschema.py
by @yibeichan in #30 - convert ReproSchema2RedCap from js to py by @yibeichan in #31
- some quick fixes in reproschema2redcap by @yibeichan in #32
- improved function based on a larger redcap csv (bridge2ai) by @yibeichan in #33
- update conversion tools and their tests by @yibeichan in #37
- remove 3.7, add 3.11 & 3.12 by @yibeichan in #38
- merge linkML into main by @yibeichan in #44
- [ENH] only validates files that end in jsonld or with no extensions by @Remi-Gau in #40
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #29
- moving CONTEXTFILE_URL to a separate file so it is easier to update by @djarecka in #51
- [ENH] package with pyproject.tom and lint by @Remi-Gau in #46
- Release prep by @yibeichan in #45
- updating release GA by @djarecka in #54
- adding autorc for relase GA by @djarecka in #55
- a very quick update to Readme by @djarecka in #56
- removing flake check for model.py by @djarecka in #57
- Automated PR: Add new version of the model: 1.0.0 by @djarecka in #58
- changing way of verification by @djarecka in #59
- [FIX] fix package name and minimum python version by @Remi-Gau in #60
New Contributors
- @yibeichan made their first contribution in #30
- @Remi-Gau made their first contribution in #40
Full Changelog: 0.6.2...0.7.0
Release 0.6.2
Add support for python 3.10
Remove decode option from rdflib
Additional output options
This release adds two flags to the convert command allowing reformulating the json-ld using a different context or improving the prefixes for turtle conversion.
Release 0.6.0
- Various updates to schema and validator
- Testing on 3.9
Fix addProperties
- add
allow
to addProperties
Schema updates
0.5.2 new changes to schema
Improve turtle conversion
- adds id to single subject graphs of the originating document
- adds some known prefixes to turtle conversion
Support schemaVersion 1.0.0-rc1
0.5.0 Release to match 1.0.0-rc1 schema