Skip to content

Latest commit

 

History

History
444 lines (252 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

444 lines (252 loc) · 17.5 KB

CHANGELOG

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

  • ci(semrel): update version (#57) (c6a2474)

  • ci(workflows): update actions versions (#47) (a7e51d4)

Documentation

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

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

  • docs(LICENSE): update year (#45) (d539299)

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 (2023-03-16)

Build

  • build(deps): bump gitpython from 3.1.27 to 3.1.30 (#39)

  • build(deps): bump gitpython from 3.1.27 to 3.1.30

Bumps gitpython from 3.1.27 to 3.1.30.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

  • build(deps): updated the poetry

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhijeet Parida <abhijeet.parida@tum.de> (a4825b2)

  • build(deps): bump setuptools from 65.4.1 to 65.5.1 (#33)

  • build(deps): bump setuptools from 65.4.1 to 65.5.1

Bumps setuptools from 65.4.1 to 65.5.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

  • CI update the python version (#37) (#38)

ci(pyver): upgrade to 3.8.15


Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhijeet Parida <abhijeet.parida@tum.de> (57df223)

  • build(deps): bump pillow from 9.2.0 to 9.3.0 (#32)

Bumps pillow from 9.2.0 to 9.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

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

Ci

  • ci(release): updated semantic releaase (#43) (179d7a2)

  • ci(release): update the checkout code (b9c0cf9)

Fix

  • fix(personalization): removed non dicom standard UID generation

  • fix set row and column size from image data

  • remove SOPInstanceUID from personalisation fields, add unique ID explicetly. Add instance number to force order in multi page pdf conversion

  • remove SOPInstanceUID from personalisation fields, add unique ID explicetly. Add instance number to force order in multi page pdf conversion.

  • method documentation update

  • Add optional output path, output prefix. Explicitly set unique SeriesInstanceUID

  • Revert "Add optional output path, output prefix. Explicitly set unique SeriesInstanceUID"

This reverts commit 376a3f1d305ad1dfd0746fe106dd803e079d63b0.

  • Revert "method documentation update"

This reverts commit a7402a974d596a3065c628fb3d10831d1a2c7f87.

  • Revert "remove SOPInstanceUID from personalisation fields, add unique ID explicetly. Add instance number to force order in multi page pdf conversion."

This reverts commit 45c5622ddac5905bc2b26e7d2ff3fa1f9e7d80e0.

  • Remove SeriesInstanceUID and SOPInstanceUID from personalisation. Set explicitly at series and image level respectively. Also add InstanceNumber explicity from pdf page to force correct ordering in series (db9eae8)

Test

  • test(pdf2rgb): test for repersonalization updated (bbb465d)

Unknown

  • CI update the python version (#37)

ci(pyver): upgrade to 3.8.15 (c6e6915)

v0.4.0 (2022-10-17)

Ci

  • ci(docs): poetry install all (09bd5a9)

Feature

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

v0.3.0 (2022-10-02)

Feature

  • feat(doc): pydoc3 added to workflow

Co-authored-by: Troy Kohler <troy.kohler@zalando.de> (bc22d5f)

Unknown

  • Create codeql-analysis.yml (359e7e5)

  • Create CODE_OF_CONDUCT.md (9da883f)

v0.2.1 (2022-06-24)

Fix

  • fix(uidgeneration): pydicom now generates uid (51f2ac5)

Test

  • test(repersonalisation): improved check for uid (1295fca)

v0.2.0 (2022-06-09)

Build

  • build(dependancy): added pdf2image (f8e7492)

Ci

  • ci(cio): added to sudo to install poppler (db7718a)

  • ci(ci): added poppler to ci setup (53d88cb)

Documentation

  • docs(README): updated with new instructions (b457292)

  • docs(README): updated info about poppler setup (fa28b3c)

  • docs(pdf2encaps): added docstring to class init (9249f39)

Feature

  • feat(Pdf2RgbSC): class to implement Pdf2RgbSC (3bd74cc)

Fix

  • fix(Pdf2EncapsDCM): updated return type in tests (42db74d)

Refactor

  • refactor(uid): added the uid for rgb sc (93789c3)

Test

  • test(repersontest): updated the test (d486804)

  • test(rgbSC): added tests for the class (747d104)

v0.1.2 (2022-05-31)

Ci

  • ci(codeCoverage): Adding Umbrella Code Cov (#15)

  • feat(codecov): umbrella to generate percentage

  • ci(release): update to new release action (d95ff7e)

Documentation

  • docs(README): updated the badges

  • feat(codecov): umbrella to generate percentage

  • ci(release): update to new release action

  • ci(release): update to new release action

  • docs(README): updated the badges (29f77a0)

Fix

  • fix(repersonalisation): non ui field (6f40654)

  • fix(repersonalise): UID missing (9ac0244)

Style

  • style(README): added additional badges (c30f8b8)

Unknown

  • ci(updatetoken)Umbrella code cov (#16)

  • feat(codecov): umbrella to generate percentage

  • ci(release): update to new release action

  • ci(release): update to new release action (5be6fef)

  • Merge branch 'main' of https://github.com/a-parida12/pdf2dcm into main (1dcefc1)

v0.1.1 (2022-04-11)

Build

  • build(pypi-toml): updated branch name (#10) (205249f)

  • build(poetry-toml): updated incorrect path (8277de2)

Ci

  • ci(release-schedule): release on push main branch only (0c56be8)

  • ci(ci-files): update the configuration (8b2a837)

  • ci(workflow-location): updated the yml location (7276c4f)

  • ci(release): actions based release on pypi (e0eafea)

  • ci(testing): testing on github actions

on push test (365976c)

Documentation

  • docs(README-toml): added extra information (4f32b56)

  • docs(README): spell error fixed (1f114e6)

Feature

  • feat(Pdf2EncapsDCM): completed implementation of the module

testing also implemented

closes #2 (d833435)

  • feat(pdf-encaps): structure added to the class (5f83a67)

Fix

  • fix(link): fixed the links again (#13) (cc12381)

  • fix(links): updated badge links for the readme

closes #11 (509925b)

Refactor

  • refactor(basic-preamble-of-the-repo): added it for the pdf2dicom project (f5a8116)

Test

  • test(base-coverter): test functions of base converter (2f49122)

  • test(pdf2dcm-utils): added tests for the utils (fe9c9b9)

Unknown

  • Merge pull request #12 from a-parida12/readme-fix-links

fix(links): updated badge links for the readme (afab334)

  • Merge pull request #9 from a-parida12/setup-ci-cd

build(poetry-toml): updated incorrect path (8d9d25f)

  • Merge pull request #8 from a-parida12/setup-ci-cd

ci(release-schedule): release on push main branch only (b220102)

  • Merge pull request #7 from a-parida12/setup-ci-cd

ci(ci-files): update the configuration (683f7b2)

  • Merge pull request #6 from a-parida12/setup-ci-cd

Setup ci cd (f3a07c9)

  • Merge pull request #5 from a-parida12/dicom-encaps-pdf

pdf to Dicom PDF encapsulation (83c6505)