caideface 0.3.1__tar.gz → 0.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. {caideface-0.3.1 → caideface-0.3.2}/PKG-INFO +2 -2
  2. {caideface-0.3.1 → caideface-0.3.2}/README.md +1 -1
  3. {caideface-0.3.1 → caideface-0.3.2}/pyproject.toml +1 -1
  4. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/__init__.py +1 -1
  5. {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/PKG-INFO +2 -2
  6. {caideface-0.3.1 → caideface-0.3.2}/setup.cfg +0 -0
  7. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/anonymize.py +0 -0
  8. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/background.py +0 -0
  9. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/cli.py +0 -0
  10. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ct_face_mask.nii.gz +0 -0
  11. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/mni_icbm152_t1_tal_nlin_sym_55_ext_brain_only.nii.gz +0 -0
  12. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/config.cfg +0 -0
  13. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/meta.json +0 -0
  14. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/ner/cfg +0 -0
  15. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/ner/model +0 -0
  16. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/ner/moves +0 -0
  17. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/tok2vec/cfg +0 -0
  18. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/tok2vec/model +0 -0
  19. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/tokenizer +0 -0
  20. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/key2row +0 -0
  21. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/lookups.bin +0 -0
  22. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/strings.json +0 -0
  23. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/vectors +0 -0
  24. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/vectors.cfg +0 -0
  25. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/t1_mask.nii.gz +0 -0
  26. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/pipeline.py +0 -0
  27. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/register.py +0 -0
  28. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/reorient.py +0 -0
  29. {caideface-0.3.1 → caideface-0.3.2}/src/caideface/skull_strip.py +0 -0
  30. {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/SOURCES.txt +0 -0
  31. {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/dependency_links.txt +0 -0
  32. {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/entry_points.txt +0 -0
  33. {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/requires.txt +0 -0
  34. {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/top_level.txt +0 -0
  35. {caideface-0.3.1 → caideface-0.3.2}/tests/test_anonymize.py +0 -0
  36. {caideface-0.3.1 → caideface-0.3.2}/tests/test_background.py +0 -0
  37. {caideface-0.3.1 → caideface-0.3.2}/tests/test_register.py +0 -0
  38. {caideface-0.3.1 → caideface-0.3.2}/tests/test_reorient.py +0 -0
  39. {caideface-0.3.1 → caideface-0.3.2}/tests/test_skull_strip.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: caideface
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: MRI defacing pipeline with skull-stripping and affine registration from cai4cai
5
5
  Author-email: Lorena Garcia-Foncillas <lorenagarfon00@gmail.com>
6
6
  License: Apache-2.0
@@ -330,4 +330,4 @@ If you use the text anonymisation (NER + HIPS), please also cite:
330
330
 
331
331
  ## License
332
332
 
333
- This project is licensed under the Apache License 2.0 -- see the [LICENSE](../LICENSE) file for details.
333
+ This project is licensed under the Apache License 2.0 -- see the [LICENSE](https://github.com/cai4cai/defacing_pipeline/blob/main/LICENSE) file for details.
@@ -299,4 +299,4 @@ If you use the text anonymisation (NER + HIPS), please also cite:
299
299
 
300
300
  ## License
301
301
 
302
- This project is licensed under the Apache License 2.0 -- see the [LICENSE](../LICENSE) file for details.
302
+ This project is licensed under the Apache License 2.0 -- see the [LICENSE](https://github.com/cai4cai/defacing_pipeline/blob/main/LICENSE) file for details.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "caideface"
7
- version = "0.3.1"
7
+ version = "0.3.2"
8
8
  description = "MRI defacing pipeline with skull-stripping and affine registration from cai4cai"
9
9
  readme = "README.md"
10
10
  license = {text = "Apache-2.0"}
@@ -8,7 +8,7 @@ A three-step pipeline for anonymising head MRI scans:
8
8
  Plus standalone text anonymisation via NER + HIPS (Hiding in Plain Sight).
9
9
  """
10
10
 
11
- __version__ = "0.3.1"
11
+ __version__ = "0.3.2"
12
12
 
13
13
  from .pipeline import DefacePipeline
14
14
  from .reorient import reorient_batch, reorient_single
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: caideface
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: MRI defacing pipeline with skull-stripping and affine registration from cai4cai
5
5
  Author-email: Lorena Garcia-Foncillas <lorenagarfon00@gmail.com>
6
6
  License: Apache-2.0
@@ -330,4 +330,4 @@ If you use the text anonymisation (NER + HIPS), please also cite:
330
330
 
331
331
  ## License
332
332
 
333
- This project is licensed under the Apache License 2.0 -- see the [LICENSE](../LICENSE) file for details.
333
+ This project is licensed under the Apache License 2.0 -- see the [LICENSE](https://github.com/cai4cai/defacing_pipeline/blob/main/LICENSE) file for details.
File without changes