Skip to content

Releases: styx-api/niwrap

v0.8.0

25 Nov 22:51
94b506f

Choose a tag to compare

This release introduces a new hierarchical metadata structure for the repository, laying the groundwork for upcoming multi-version support.

Highlights:

  • Styx compiler now includes full runtime validation, along with various optimizations and bug fixes
  • NiWrap repository developer tooling and NiWrap Hub have been overhauled to work with the new hierarchical structure
  • Workbench command updated from 1.5 to 2.1
  • Added Neurodesk metadata for upcoming integration
  • Various improvements to individual descriptors and metadata

Full Changelog: v0.7.0...v0.8.0

v0.7.0

10 Oct 17:50
2687367

Choose a tag to compare

What's Changed

  • Add preprint citation by @nx10 in #234
  • Enforce descriptor naming by @nx10 in #243
  • Major build system changes by @nx10 in #244
  • Wildcards in descriptors by @kaitj in #239
  • Remove default-values of optional inputs; add test; fix #235 by @nx10 in #245
  • Fix greedy label interpolation #246 by @nx10 in #247
  • Update to newest Styx code generation (many internal updates including better dynamic dispatch and dynamic execution)

Full Changelog: v0.6.3...v0.7.0

v0.6.3

28 Jul 20:10
0d462b5

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

25 Jul 22:22
1398c14

Choose a tag to compare

What's Changed

  • Bump astral-sh/setup-uv from 5 to 6 by @dependabot[bot] in #220
  • Make input_image optional in antsApplyTransforms by @kaitj in #229
  • Bump creyD/prettier_action from 4.3 to 4.6 by @dependabot[bot] in #227
  • Fix fslmaths default data type argument
  • Styx bugfixes

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 May 14:12

Choose a tag to compare

What's Changed

  • Set '-s' flag to be optional in fslmaths by @kaitj in #223

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 May 19:24

Choose a tag to compare

What's Changed

  • New readme layout by @nx10 in #213
  • Remove duplicate [REF_FILE] in fsl.applywarp by @kaitj in #214
  • Run a few automatic cleanup scripts for initial styx style boutiques schema conformance by @nx10 in #216
  • New Pydantic styx style boutiques schema by @nx10 in #217
  • Add tests for duplicate keys + aliased inputs by @kaitj in #215
  • Add c4d + c2d descriptors by @kaitj in #219

Full Changelog: v0.5.3...v0.6.0

v0.5.3

18 Mar 18:29

Choose a tag to compare

  • Fix niwrap-python root package not pinning dependencies

Full Changelog: v0.5.2...v0.5.3

v0.5.2

18 Mar 18:19

Choose a tag to compare

  • Various fixes to automatically generated descriptors
  • Fix afni descriptors by @kaitj in #209
  • Fix fsl descriptors by @kaitj in #210
  • Fix remaining ants descriptors by @kaitj in #211
  • Maint/test fixes by @kaitj in #212

Full Changelog: v0.5.1...v0.5.2

v0.5.1

07 Mar 21:21

Choose a tag to compare

  • Re-export official runners via niwrap-python
  • Fix ID in fsl.convert_xfm by @kaitj in #206

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Mar 19:05

Choose a tag to compare

Fix CI