Skip to content

Releases: a-parida12/pdf2dcm

v0.5.0

31 Jan 22:39
Compare
Choose a tag to compare

v0.5.0 (2024-01-31)

Build

  • build(deps): bump pillow from 10.0.1 to 10.2.0 (#58)

Bumps pillow from 10.0.1 to 10.2.0.


updated-dependencies:

  • dependency-name: pillow
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (a59ca10)

  • build(deps-dev): bump gitpython from 3.1.37 to 3.1.41 (#55)

Bumps gitpython from 3.1.37 to 3.1.41.


updated-dependencies:

  • dependency-name: gitpython
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (f0266b0)

  • build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#54)

Bumps jinja2 from 3.1.2 to 3.1.3.


updated-dependencies:

  • dependency-name: jinja2
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (88b7d87)

  • build(deps): bump pillow from 9.5.0 to 10.0.1 (#50)

Bumps pillow from 9.5.0 to 10.0.1.


updated-dependencies:

  • dependency-name: pillow
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0a69308)

  • build(deps-dev): bump gitpython from 3.1.31 to 3.1.37 (#51)

Bumps gitpython from 3.1.31 to 3.1.37.


updated-dependencies:

  • dependency-name: gitpython
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9a5b9e7)

Ci

Documentation

  • docs(license): update copyright year(s) (#52)

Co-authored-by: github-actions <github-actions@github.com> (9732fa3)

Feature

  • feat(repersonlization): add customizable fields (#59)

  • feat: add customize repersonalization fields

  • update readme

  • Added file with accession number

  • Add test for custom fields


Co-authored-by: Ashley Rudelsheim <49853479+ashrude@users.noreply.github.com>
Co-authored-by: Ashley Rudelsheim <ashley.rudelsheim@itsphere.ca>
Co-authored-by: Ashley Rudelsheim <ashley@e.ashleyr.ca> (c966787)

v0.4.1

16 Mar 04:10
Compare
Choose a tag to compare

Fix

  • personalization: Removed non dicom standard UID generation (db9eae8)

v0.4.0

17 Oct 19:10
Compare
Choose a tag to compare

Feature

  • Pdf2RgbSC: Allow for merging files (#30) (7585fc3)

v0.3.0

02 Oct 12:59
Compare
Choose a tag to compare

Feature

  • doc: Pydoc3 added to workflow (bc22d5f)

v0.2.1

24 Jun 22:20
Compare
Choose a tag to compare

Fix

  • uidgeneration: Pydicom now generates uid (51f2ac5)

v0.2.0

09 Jun 05:49
Compare
Choose a tag to compare

Feature

  • Pdf2RgbSC: Class to implement Pdf2RgbSC (3bd74cc)

Fix

  • Pdf2EncapsDCM: Updated return type in tests (42db74d)

Documentation

  • README: Updated with new instructions (b457292)
  • README: Updated info about poppler setup (fa28b3c)
  • pdf2encaps: Added docstring to class init (9249f39)

v0.1.2

31 May 22:22
Compare
Choose a tag to compare

Fix

  • repersonalisation: Non ui field (6f40654)
  • repersonalise: UID missing (9ac0244)

Documentation

  • README: Updated the badges (29f77a0)

v0.1.1

11 Apr 07:32
Compare
Choose a tag to compare

Fix