PyNutil 0.3.0__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 (45) hide show
  1. {pynutil-0.3.0 → pynutil-0.3.2}/PKG-INFO +3 -3
  2. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/PKG-INFO +3 -3
  3. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/requires.txt +1 -1
  4. {pynutil-0.3.0 → pynutil-0.3.2}/README.md +1 -1
  5. {pynutil-0.3.0 → pynutil-0.3.2}/setup.py +1 -1
  6. {pynutil-0.3.0 → pynutil-0.3.2}/LICENSE +0 -0
  7. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/__init__.py +0 -0
  8. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/config.py +0 -0
  9. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/__init__.py +0 -0
  10. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/atlas_loader.py +0 -0
  11. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/file_operations.py +0 -0
  12. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/nifti_writer.py +0 -0
  13. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/propagation.py +0 -0
  14. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/read_and_write.py +0 -0
  15. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/reconstruct_dzi.py +0 -0
  16. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/section_visualisation.py +0 -0
  17. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/volume_nifti.py +0 -0
  18. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/main.py +0 -0
  19. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/__init__.py +0 -0
  20. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/aggregator.py +0 -0
  21. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/coordinate_extraction.py +0 -0
  22. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/counting_and_load.py +0 -0
  23. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/data_analysis.py +0 -0
  24. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/generate_target_slice.py +0 -0
  25. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/image_loaders.py +0 -0
  26. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/section_volume.py +0 -0
  27. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/transform.py +0 -0
  28. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/transformations.py +0 -0
  29. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/utils.py +0 -0
  30. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/visualign_deformations.py +0 -0
  31. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/SOURCES.txt +0 -0
  32. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/dependency_links.txt +0 -0
  33. {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/top_level.txt +0 -0
  34. {pynutil-0.3.0 → pynutil-0.3.2}/setup.cfg +0 -0
  35. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_build_volume_from_sections.py +0 -0
  36. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_cellpose_quantification.py +0 -0
  37. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_coordinate_scaling.py +0 -0
  38. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_damage_volume_interpolation.py +0 -0
  39. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_helpers.py +0 -0
  40. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_intensity_quantification.py +0 -0
  41. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_interpolate_volume_value_modes.py +0 -0
  42. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_quantification.py +0 -0
  43. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_transformations.py +0 -0
  44. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_validation.py +0 -0
  45. {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_visualisations.py +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyNutil
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: a package to quantify atlas registered brain data
5
5
  Home-page: https://github.com/Neural-Systems-at-UIO/PyNutil
6
6
  License: MIT
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE
9
- Requires-Dist: numpy==2.4
9
+ Requires-Dist: numpy
10
10
  Requires-Dist: brainglobe-atlasapi
11
11
  Requires-Dist: pandas
12
12
  Requires-Dist: pynrrd
@@ -58,7 +58,7 @@ pip install -e .
58
58
  ## GUI
59
59
  download the executable for Windows and macOS via the [GitHub releases tab](https://GitHub.com/Neural-Systems-at-UIO/PyNutil/releases)
60
60
 
61
- ![image](https://GitHub.com/user-attachments/assets/c3b3ca11-f0ef-4e2c-96d7-498ecf96514d)
61
+ <img width="1004" height="728" alt="image" src="https://github.com/user-attachments/assets/7038a5d1-5a1e-4afc-904b-9c2bf3ea81a1" />
62
62
 
63
63
  # Usage
64
64
 
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyNutil
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: a package to quantify atlas registered brain data
5
5
  Home-page: https://github.com/Neural-Systems-at-UIO/PyNutil
6
6
  License: MIT
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE
9
- Requires-Dist: numpy==2.4
9
+ Requires-Dist: numpy
10
10
  Requires-Dist: brainglobe-atlasapi
11
11
  Requires-Dist: pandas
12
12
  Requires-Dist: pynrrd
@@ -58,7 +58,7 @@ pip install -e .
58
58
  ## GUI
59
59
  download the executable for Windows and macOS via the [GitHub releases tab](https://GitHub.com/Neural-Systems-at-UIO/PyNutil/releases)
60
60
 
61
- ![image](https://GitHub.com/user-attachments/assets/c3b3ca11-f0ef-4e2c-96d7-498ecf96514d)
61
+ <img width="1004" height="728" alt="image" src="https://github.com/user-attachments/assets/7038a5d1-5a1e-4afc-904b-9c2bf3ea81a1" />
62
62
 
63
63
  # Usage
64
64
 
@@ -1,4 +1,4 @@
1
- numpy==2.4
1
+ numpy
2
2
  brainglobe-atlasapi
3
3
  pandas
4
4
  pynrrd
@@ -34,7 +34,7 @@ pip install -e .
34
34
  ## GUI
35
35
  download the executable for Windows and macOS via the [GitHub releases tab](https://GitHub.com/Neural-Systems-at-UIO/PyNutil/releases)
36
36
 
37
- ![image](https://GitHub.com/user-attachments/assets/c3b3ca11-f0ef-4e2c-96d7-498ecf96514d)
37
+ <img width="1004" height="728" alt="image" src="https://github.com/user-attachments/assets/7038a5d1-5a1e-4afc-904b-9c2bf3ea81a1" />
38
38
 
39
39
  # Usage
40
40
 
@@ -18,7 +18,7 @@ setup(
18
18
  url="https://github.com/Neural-Systems-at-UIO/PyNutil",
19
19
  long_description_content_type="text/markdown",
20
20
  install_requires=[
21
- "numpy==2.4",
21
+ "numpy",
22
22
  "brainglobe-atlasapi",
23
23
  "pandas",
24
24
  "pynrrd",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes