plotfig 0.0.7__tar.gz → 0.1.0__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 (78) hide show
  1. {plotfig-0.0.7 → plotfig-0.1.0}/PKG-INFO +1 -2
  2. {plotfig-0.0.7 → plotfig-0.1.0}/plotfig.egg-info/PKG-INFO +1 -2
  3. {plotfig-0.0.7 → plotfig-0.1.0}/plotfig.egg-info/requires.txt +0 -1
  4. {plotfig-0.0.7 → plotfig-0.1.0}/pyproject.toml +53 -46
  5. {plotfig-0.0.7 → plotfig-0.1.0}/LICENSE +0 -0
  6. {plotfig-0.0.7 → plotfig-0.1.0}/README.md +0 -0
  7. {plotfig-0.0.7 → plotfig-0.1.0}/plotfig.egg-info/SOURCES.txt +0 -0
  8. {plotfig-0.0.7 → plotfig-0.1.0}/plotfig.egg-info/dependency_links.txt +0 -0
  9. {plotfig-0.0.7 → plotfig-0.1.0}/plotfig.egg-info/top_level.txt +0 -0
  10. {plotfig-0.0.7 → plotfig-0.1.0}/setup.cfg +0 -0
  11. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/__init__.py +0 -0
  12. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/brain_connection_plot.py +0 -0
  13. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/brain_surface_plot.py +0 -0
  14. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/circos_plot.py +0 -0
  15. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/common_plot.py +0 -0
  16. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/atlas_tables/chimpanzee_bna.csv +0 -0
  17. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/atlas_tables/human_bna.csv +0 -0
  18. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/atlas_tables/human_glasser.csv +0 -0
  19. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/atlas_tables/macaque_bna.csv +0 -0
  20. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/atlas_tables/macaque_charm5.csv +0 -0
  21. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/atlas_tables/macaque_charm5_add_13_sgms.csv +0 -0
  22. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/atlas_tables/macaque_charm6.csv +0 -0
  23. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/chimpanzee_BNA/ChimpBNA.L.32k_fs_LR.label.gii +0 -0
  24. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/chimpanzee_BNA/ChimpBNA.R.32k_fs_LR.label.gii +0 -0
  25. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/human_BNA/fsaverage.L.BNA.32k_fs_LR.label.gii +0 -0
  26. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/human_BNA/fsaverage.R.BNA.32k_fs_LR.label.gii +0 -0
  27. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/human_Glasser/fsaverage.L.Glasser.32k_fs_LR.label.gii +0 -0
  28. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/human_Glasser/fsaverage.R.Glasser.32k_fs_LR.label.gii +0 -0
  29. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/macaque_BNA/MBNA_124_32k_L.label.gii +0 -0
  30. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/macaque_BNA/MBNA_124_32k_R.label.gii +0 -0
  31. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM5/L.charm5.label.gii +0 -0
  32. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM5/R.charm5.label.gii +0 -0
  33. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM6/L.charm6.label.gii +0 -0
  34. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM6/R.charm6.label.gii +0 -0
  35. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.L.midthickness.32k_fs_LR.surf.gii +0 -0
  36. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.L.veryinflated.32k_fs_LR.surf.gii +0 -0
  37. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.R.midthickness.32k_fs_LR.surf.gii +0 -0
  38. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.R.veryinflated.32k_fs_LR.surf.gii +0 -0
  39. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/README.md +0 -0
  40. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-nomedialwall_dparc.label.gii +0 -0
  41. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-sulc_midthickness.shape.gii +0 -0
  42. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-vaavg_midthickness.shape.gii +0 -0
  43. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_inflated.surf.gii +0 -0
  44. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_midthickness.surf.gii +0 -0
  45. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_sphere.surf.gii +0 -0
  46. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_veryinflated.surf.gii +0 -0
  47. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-nomedialwall_dparc.label.gii +0 -0
  48. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-sulc_midthickness.shape.gii +0 -0
  49. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-vaavg_midthickness.shape.gii +0 -0
  50. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_inflated.surf.gii +0 -0
  51. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_midthickness.surf.gii +0 -0
  52. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_sphere.surf.gii +0 -0
  53. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_veryinflated.surf.gii +0 -0
  54. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_space-fsaverage_den-32k_hemi-L_sphere.surf.gii +0 -0
  55. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_space-fsaverage_den-32k_hemi-R_sphere.surf.gii +0 -0
  56. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.inflated.32k_fs_LR.surf.gii +0 -0
  57. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.midthickness.32k_fs_LR.surf.gii +0 -0
  58. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.pial.32k_fs_LR.surf.gii +0 -0
  59. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.veryinflated.32k_fs_LR.surf.gii +0 -0
  60. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.white.32k_fs_LR.surf.gii +0 -0
  61. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.inflated.32k_fs_LR.surf.gii +0 -0
  62. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.midthickness.32k_fs_LR.surf.gii +0 -0
  63. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.pial.32k_fs_LR.surf.gii +0 -0
  64. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.veryinflated.32k_fs_LR.surf.gii +0 -0
  65. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.white.32k_fs_LR.surf.gii +0 -0
  66. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.gray_surface.inf_300.surf.gii +0 -0
  67. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.gray_surface.surf.gii +0 -0
  68. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.mid_surface.inf_300.surf.gii +0 -0
  69. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.mid_surface.surf.gii +0 -0
  70. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.white_surface.inf_300.surf.gii +0 -0
  71. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.white_surface.surf.gii +0 -0
  72. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.gray_surface.inf_300.surf.gii +0 -0
  73. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.gray_surface.surf.gii +0 -0
  74. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.mid_surface.inf_300.surf.gii +0 -0
  75. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.mid_surface.surf.gii +0 -0
  76. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.white_surface.inf_300.surf.gii +0 -0
  77. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.white_surface.surf.gii +0 -0
  78. {plotfig-0.0.7 → plotfig-0.1.0}/src/plotfig/data/neurodata/volumes/macaque_NMT2/CHARM5_add_13_sgms_asym.nii.gz +0 -0
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotfig
3
- Version: 0.0.7
3
+ Version: 0.1.0
4
4
  Summary: Scientific plotting package for Cognitive neuroscience
5
5
  Author-email: Ricardo Ryn <ricardoRyn1317@gmail.com>
6
6
  Keywords: neuroscience,plotting,visualization
7
7
  Requires-Python: >=3.11
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
- Requires-Dist: ipykernel>=6.29.5
11
10
  Requires-Dist: matplotlib>=3.10.1
12
11
  Requires-Dist: mne-connectivity>=0.7.0
13
12
  Requires-Dist: nibabel>=5.3.2
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotfig
3
- Version: 0.0.7
3
+ Version: 0.1.0
4
4
  Summary: Scientific plotting package for Cognitive neuroscience
5
5
  Author-email: Ricardo Ryn <ricardoRyn1317@gmail.com>
6
6
  Keywords: neuroscience,plotting,visualization
7
7
  Requires-Python: >=3.11
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
- Requires-Dist: ipykernel>=6.29.5
11
10
  Requires-Dist: matplotlib>=3.10.1
12
11
  Requires-Dist: mne-connectivity>=0.7.0
13
12
  Requires-Dist: nibabel>=5.3.2
@@ -1,4 +1,3 @@
1
- ipykernel>=6.29.5
2
1
  matplotlib>=3.10.1
3
2
  mne-connectivity>=0.7.0
4
3
  nibabel>=5.3.2
@@ -1,46 +1,53 @@
1
- [project]
2
- name = "plotfig"
3
- version = "0.0.7"
4
- description = "Scientific plotting package for Cognitive neuroscience"
5
- keywords = ["neuroscience", "plotting", "visualization"]
6
- readme = "README.md"
7
- requires-python = ">=3.11"
8
- authors = [
9
- { name = "Ricardo Ryn", email = "ricardoRyn1317@gmail.com" }
10
- ]
11
- dependencies = [
12
- "ipykernel>=6.29.5",
13
- "matplotlib>=3.10.1",
14
- "mne-connectivity>=0.7.0",
15
- "nibabel>=5.3.2",
16
- "numpy>=2.2.4",
17
- "pandas>=2.2.3",
18
- "plotly>=6.0.1",
19
- "scipy>=1.15.2",
20
- "surfplot>=0.2.0",
21
- ]
22
-
23
- [dependency-groups]
24
- dev = [
25
- "joblib>=1.4.2",
26
- ]
27
-
28
- [build-system]
29
- requires = ["setuptools>=42", "wheel"]
30
- build-backend = "setuptools.build_meta"
31
-
32
- [tool.setuptools]
33
- package-dir = {"plotfig" = "src/plotfig"}
34
- packages = ["plotfig"]
35
- include-package-data = true
36
-
37
- [tool.setuptools.package-data]
38
- plotfig = [
39
- "data/atlas_tables/**/*",
40
- "data/neurodata/**/*"
41
- ]
42
-
43
- [tool.ruff]
44
- exclude = [
45
- "examples/example.ipynb"
46
- ]
1
+ [project]
2
+ name = "plotfig"
3
+ version = "0.1.0"
4
+ description = "Scientific plotting package for Cognitive neuroscience"
5
+ keywords = ["neuroscience", "plotting", "visualization"]
6
+ readme = "README.md"
7
+ requires-python = ">=3.11"
8
+ authors = [
9
+ { name = "Ricardo Ryn", email = "ricardoRyn1317@gmail.com" }
10
+ ]
11
+ dependencies = [
12
+ "matplotlib>=3.10.1",
13
+ "mne-connectivity>=0.7.0",
14
+ "nibabel>=5.3.2",
15
+ "numpy>=2.2.4",
16
+ "pandas>=2.2.3",
17
+ "plotly>=6.0.1",
18
+ "scipy>=1.15.2",
19
+ "surfplot>=0.2.0",
20
+ ]
21
+
22
+ [dependency-groups]
23
+ dev = [
24
+ "joblib>=1.4.2",
25
+ ]
26
+
27
+ [build-system]
28
+ requires = ["setuptools>=42", "wheel"]
29
+ build-backend = "setuptools.build_meta"
30
+
31
+ [tool.setuptools]
32
+ package-dir = {"plotfig" = "src/plotfig"}
33
+ packages = ["plotfig"]
34
+ include-package-data = true
35
+
36
+ [tool.setuptools.package-data]
37
+ plotfig = [
38
+ "data/atlas_tables/**/*",
39
+ "data/neurodata/**/*"
40
+ ]
41
+
42
+ [tool.ruff]
43
+ exclude = [
44
+ "examples/example.ipynb"
45
+ ]
46
+
47
+ [tool.commitizen]
48
+ name = "cz_conventional_commits"
49
+ tag_format = "0.1.0"
50
+ version_scheme = "pep440"
51
+ version_provider = "pep621"
52
+ update_changelog_on_bump = true
53
+ major_version_zero = true
File without changes
File without changes
File without changes
File without changes