Skip to content

Releases: incf-nidash/PyNIDM

v4.1.0

22 Jul 19:09
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v4.0.0

30 May 18:23
Compare
Choose a tag to compare

💥 Breaking Change

🐛 Bug Fix

⚠️ Pushed to master

🏠 Internal

📝 Documentation

  • Use .readthedocs.yaml file to install pynidm in RTD environment #370 (@jwodder)
  • Clean up README.rst markup #340 (@jwodder)

🧪 Tests

🔩 Dependency Updates

Authors: 4

PyNIDM tools v3.9.8 (dev)

06 Oct 14:59
9e6accd
Compare
Choose a tag to compare

Includes various changes to nidm_linreg.py tool and query updates.

PyNIDM tools v3.9.7 (dev)

27 Jul 01:04
d4b7115
Compare
Choose a tag to compare

Fixed bug with Query.py function that wasn't returning the source variable name after we changed the property to sourceVariable from source_variable to be more consistent with ReproSchemas. This resulted in tests failing and nidm_linreg.py failing. This update fixes those items.

PyNIDM tools v3.9.6 (dev)

16 Feb 19:02
0483cf9
Compare
Choose a tag to compare
  • Fixed bug in bidsmri2nidm.py where phenotype files with identical variable names to participants.tsv file caused collision.
  • Added version function so pynidm version prints version of pynidm toolkit (pynidm version)

PyNIDM tools v3.9.5 (dev)

07 Dec 23:13
f896e7e
Compare
Choose a tag to compare
  • Updated Utils.py/read_nidm to account for missing tuple with label of isAbout concept associations after reading existing NIDM document.
  • Also updated nidm2bids to save out participants.json file with annotations from NIDM source document

PyNIDM tools v3.9.4 (dev)

03 Dec 21:53
924372a
Compare
Choose a tag to compare
  • Updated read_nidm function to accommodate data elements being of types nidm:DataElement, nidm:PersonalDataElement, or nidm:CommonDataElement.

  • Changed query to use property path and subClassOf

PyNIDM tools v3.9.3 (dev)

18 Nov 00:39
adc7bb2
Compare
Choose a tag to compare

Includes bug fix to read_nidm function which wasn't reading objects with rdf:type nidm:b-value or nidm:b-vector. This release fixes that issue.

PyNIDM tools v3.9.2 (dev)

12 Oct 23:06
5d7e502
Compare
Choose a tag to compare

Updated pynidm linear-regression tool so output file is written correctly.

PyNIDM tools v3.9.1(dev)

23 Sep 00:54
80b8448
Compare
Choose a tag to compare

Fixed up some of the documentation formatting issues.