Releases: ReproNim/reproschema-py
Releases · ReproNim/reproschema-py
0.9.0
🚀 Enhancement
- fix isVis based on Field annotation #80 (@yibeichan @pre-commit-ci[bot])
Authors: 2
- @pre-commit-ci[bot]
- Yibei Chen (@yibeichan)
0.8.1
0.8.0
🚀 Enhancement
- fix strip() issue for choices #78 (@yibeichan @pre-commit-ci[bot])
🐛 Bug Fix
- adding id check to the validation #68 (@djarecka @satra)
- [pre-commit.ci] pre-commit autoupdate #76 (@pre-commit-ci[bot])
- [MAINT] support python 3.13 #77 (@Remi-Gau)
- [pre-commit.ci] pre-commit autoupdate #72 (@pre-commit-ci[bot])
- [FIX] debugging redcap2reproschema during converting HBCD #61 (@yibeichan @pre-commit-ci[bot])
- [pre-commit.ci] pre-commit autoupdate #69 (@pre-commit-ci[bot])
- ignore CHANGELOG.md for codespell #71 (@yibeichan @pre-commit-ci[bot])
- fix typos #70 (@yibeichan)
Authors: 5
- @pre-commit-ci[bot]
- Dorota Jarecka (@djarecka)
- Remi Gau (@Remi-Gau)
- Satrajit Ghosh (@satra)
- Yibei Chen (@yibeichan)
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