Skip to content

Commit

Permalink
Release Version 1.1.0 (#111)
Browse files Browse the repository at this point in the history
* Update HISTORY.rst

* Update pyproject.toml
  • Loading branch information
sjoerdk committed Sep 15, 2022
1 parent 667d41e commit 8a3aa2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Expand Up @@ -2,13 +2,19 @@
History
=======

1.1.0 (2022-09-15)
------------------
* Stoped internal deepcopy DICOM files, improving performance and reducing IO issues
* Adopted PEP517 for package management. Using poetry now
* Packaging: push to pypi is now only done on github publish.

1.0.0 (2020-08-20)
------------------
* Deidentification implementing standard DICOM confidentiality profile and options
* Basic imagedata processing
* Support for safe private tags
* Documentation
* Test coverage over 90%
* Line coverage over 90%

0.3.1 (2020-08-02)
------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "idiscore"
version = "1.0.3"
version = "1.1.0"
description = "Pure-python deidentification of DICOM images using Attribute Confidentiality Options"
authors = ["sjoerdk <sjoerd.kerkstra@radboudumc.nl>"]
license = "GPLv3"
Expand Down

0 comments on commit 8a3aa2b

Please sign in to comment.