Skip to content

Releases: APH10/BIDS

v0.3.1

28 Jan 19:47

Choose a tag to compare

Updates in this release

Fixes

  • chore: bump version
  • chore: update pre-commit config (#92)
  • chore: update SBOM for Python 3.10 (#82)
  • chore: update SBOM for Python 3.10 (#87)
  • chore: update SBOM for Python 3.11 (#83)
  • chore: update SBOM for Python 3.11 (#88)
  • chore: update SBOM for Python 3.12 (#85)
  • chore: update SBOM for Python 3.12 (#91)
  • chore: update SBOM for Python 3.13 (#81)
  • chore: update SBOM for Python 3.13 (#90)
  • chore: update SBOM for Python 3.9 (#84)
  • chore: update SBOM for Python 3.9 (#89)
  • doc: UI storyboard
  • fix: handle unsupported system (fixes #86)
  • fix: Improve resilience in SBOM generator (fixes #94)
  • fix: Invalid CycloneDX (fixes #93)
  • fix: minor test changes

v0.3.0

29 Jul 13:12

Choose a tag to compare

Updates in this release

New features

  • feat: add UI
  • feat: add UI testing
  • feat: Support user defined libraries (fixes #59)

Fixes

  • chore: add copyright to test files
  • chore: extend test environment
  • doc: add reference to firejail sandbox
  • doc: update README (fixes #64)
  • fix: Execution of file is dangerous (fixes #66)
  • fix: failure to find library (fixes #58)
  • fix: file handling improvements (fixes #62)
  • fix: handle versions within sandbox
  • fix: missing results from query (fixes #75)
  • fix: Remove unused code (#60)
  • fix: SBOM generation missing relationships
  • fix: Unhandled exceptions (fixes #65)
  • fix: unhandled Timeoutexpired error (fixes #57)
  • fix: use full path name for ldconfig (fixes #63)
  • refactor: sbom generation

v0.2.0

24 Feb 09:07

Choose a tag to compare

Updates in this release

New features

  • feat: add checksum to dynamic library
  • feat: add sample data (fixes #19)
  • feat: add SBOM generator (fixes #23)
  • feat: add search (fixes #9, #12)
  • feat: playground files to experiment with search (fixes #8)

Fixes

  • Add NOTICE
  • chore: bump version
  • chore: linting
  • chore: pyupgrade
  • chore: sbom filename change
  • chore: security review
  • chore: update SBOM for Python 3.9
  • chore: update SBOM for Python 3.10
  • chore: update SBOM for Python 3.11
  • chore: update SBOM for Python 3.12
  • chore: update SBOM for Python 3.13
  • doc: add details of API calls
  • doc: update README (fixes #18)
  • fix: add command timeout
  • fix: add copyright and license information
  • fix: check functions in library (fixes #50)
  • fix: correct installation instructions
  • fix: ensure only BIDS files add to dataset (fixes #46)
  • fix: Include application version in SBOM (fixes #49)
  • fix: reinitialise non-empty dataset (fixes #48)
  • fix: schedule sbom generation
  • fix: testing workflow
  • fix: Update typecode dependencies (fixes #51)
  • fix: version validation (fixes #47)
  • refactor: checksum processing
  • refactor: subprocess handling
  • test: add tests for sbom generation (fixes #23)
  • test: add tests for scan (fixes #15)
  • test: add tests for search (fixes #15)
  • test: updates to tests for coverage
  • test: update test data

v0.1.0

19 Nov 11:41

Choose a tag to compare

Initial release