Releases: gbook/nidb
NiDB v2024.11.1172
[new] improved support of BIDS mapping
[new] preliminary support for import of squirrel packages - currently imports imaging data (subject/study/series)
[fix] export squirrel and export package did not include alternate ID
NiDB v2024.9.1158
[new] BIDS mapping tool - map series descriptions to BIDS entity/suffix and IntendedFor
BIDS fields
[new] BIDS export
[update] SQL schema
[update] squirrel library
Full Changelog: v2024.7.1140...v2024.9.1158
NiDB v2024.7.1140
[new] import of subject demographics and enrollment group via .csv
[fix] merging subjects now also merges their measures and drugs
[update] various log file cleanup
[update] consolidate analysis information into single icon
NiDB v2024.5.1127
[new] export of squirrel format packages
[new] pipeline performance page
[fix] pipeline page loading time
[fix] pipeline deletion time (using rm
instead of QFile::remove()
)
[fix] various bug fixes and changes
NiDB v2024.4.1085
[new] slurm cluster support
[new] squirrel package export
[update] squirrel library
[update] added drug/measure classes (backend)
[fix] missing icons/images
NiDB v2024.2.1061
[new] improved squirrel support. Exporting to squirrel uses new version of squirrel library
[new] squirrel package builder. Many pages contain buttons to "Add to package", with packages being managed on Data --> Exports --> Squirrel packages. No option to export yet, only to manage packages.
[fix] various bug fixes
[fix] reverted to local copies of Fomantic UI. Some organizations still block the javascript repositories
NiDB v2023.12.1041
- [new] redesign of projects page and subjects/studies table (only subjects table is currently editable)
- [new] projects --> experiments. Can download an entire experiment as a zip file
- [fix] various bug fixes and improvements
NiDB v2023.10.1033
[new] Now able to define multiple analysis directories. Setup the analyis dirs in Admin --> Pipeline Settings. This is backwards compatible so "pipelineA" and "pipelineB" will continue to work.
[new] view history of NDA uploads and ability to upload the .csv file (great for reference when you need to go back and fix QA errors)
[improvements] various UI and bug fixes
NiDB v2023.8.1013
[new] squirrel package creator webpage, in the www/squirrel subdirectory
[fix] UID creation bug - UIDs created in the backend that contained a 9 or Z would also contain a null terminator \u0000, which would cause lots of problems when creating directories or accessing data
[fix] analysis delete bug
[fix] pipeline and remote nidb export bug
[fix] pipeline data steps
[improvements] lots of UI changes
NiDB v2023.5.988
[new] .rpm for RHEL 9 compatible (Rocky 9, AlmaLinux 9, RHEL 9)
[update] squirrel library improvements
[update] UI updates to projects, analysis page
[update] update to Qt 6.5
[fix] schema, bug fixes