DICOM.jl Versions Save

Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files

v0.10.1

2 years ago

DICOM v0.10.1

Diff since v0.10.0

Merged pull requests:

  • Ignore non-DICOM files in a directory (#83) (@Dale-Black)

v0.10.0

3 years ago

DICOM v0.10.0

Diff since v0.9.0

Merged pull requests:

  • nested sequence item parsing to fix issue with IconImageSequence (#80) (@vsaase)
  • Update to 0.10.0 (#81) (@notZaki)

v0.9.0

3 years ago

DICOM v0.9.0

Diff since v0.8.0

Closed issues:

  • Overloading propertynames (#73)
  • sequence_item returned type (#77)

Merged pull requests:

  • Parsing sequences into DICOMData (#78) (@mateuszbaran)
  • Update to 0.9.0 (#79) (@notZaki)

v0.8.0

3 years ago

DICOM v0.8.0

Diff since v0.7.0

Closed issues:

  • EOFError throw by line 489 of DICOM.jl (#69)

Merged pull requests:

  • Remove testing on TravisCI (#70) (@notZaki)
  • Return compressed bytes instead of an EOFError (#71) (@notZaki)
  • Support 32-bit pixel representations (#72) (@mateuszbaran)
  • Overload Base.propertynames for DICOMData (#74) (@mateuszbaran)
  • Update to 0.8.0 (#75) (@notZaki)

v0.7.0

3 years ago

DICOM v0.7.0

Diff since v0.6.3

Merged pull requests:

  • Feature: Access fields using dcm.field instead of dcm[tag"field"] (#63) (@notZaki)
  • collect DICOM files based on magic bytes (#65) (@jscheithe)
  • Remove unnecessary steps in tests (#66) (@notZaki)
  • Update version: 0.6.3 -> 0.7.0 (#67) (@notZaki)

v0.6.3

3 years ago

DICOM v0.6.3

Diff since v0.6.2

Closed issues:

  • typo ? (#42)
  • vr is not defined here (#43)
  • Is there a documentation for this package somewhere? (#46)
  • Move this repo to the JuliaHealth organization (#48)
  • Make a new release (#53)

Merged pull requests:

  • Install TagBot as a GitHub Action (#47) (@JuliaTagBot)
  • Update README.md (#49) (@DilumAluthge)
  • Update DICOM dictionary (#50) (@notZaki)
  • Run the Travis CI tests on the latest version of Julia (#51) (@DilumAluthge)
  • Don't allow tests to fail on Julia nightly (#52) (@DilumAluthge)
  • Fix duplicate "pull request" and "branch" builds on pull requests (#54) (@DilumAluthge)
  • README: Fix the Travis and Codecov badges (#55) (@DilumAluthge)
  • Only run TagBot one time per day (#56) (@DilumAluthge)
  • Function for parsing all dicom files in a folder (#57) (@notZaki)
  • Remove Julia 1.3 from Travis CI configuration (#58) (@notZaki)
  • Revert "Fix duplicate "pull request" and "branch" builds on pull requests" (#59) (@DilumAluthge)
  • Set up GitHub Actions CI (#60) (@DilumAluthge)
  • GitHub Actions CI: More descriptive job names (#61) (@DilumAluthge)
  • Update versions to 0.6.3 (#64) (@notZaki)

v0.6.2

4 years ago

v0.6.2 (2020-01-13)

Diff since v0.6.1

Merged pull requests:

  • fixes for reading and writing some sequences (#45) (vsaase)

v0.6.1

4 years ago

v0.6.1 (2019-12-10)

Diff since v0.6.0

Merged pull requests:

  • Function for rescaling pixel data (#41) (notZaki)

v0.6.0

4 years ago

v0.6.0 (2019-12-03)

Diff since v0.5.0

Closed issues:

  • EOFError: read end of file (#33)

Merged pull requests:

  • Apply JuliaFormatter and update julia version in CI tests (#40) (notZaki)
  • Transpose images when reading/writing images (#39) (notZaki)

v0.5.0

4 years ago

v0.5.0 (2019-11-15)

Diff since v0.4.0

Merged pull requests:

  • Support parsing of big-endian & RGB files. Also refactoring. (#38) (notZaki)
  • Handle big-endian data (#18) (adambrewster)