siibra 0.4a92__py3-none-any.whl → 0.4a94__py3-none-any.whl

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.

Potentially problematic release.


This version of siibra might be problematic. Click here for more details.

siibra/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4a92
1
+ 0.4a94
@@ -233,7 +233,7 @@ class Factory:
233
233
  version = parcellation.ParcellationVersion(
234
234
  name=versionspec.get("name", None),
235
235
  parcellation=p,
236
- collection=versionspec.get("collectionName", None),
236
+ collection=versionspec.get("collection", None),
237
237
  prev_id=versionspec.get("@prev", None),
238
238
  next_id=versionspec.get("@next", None),
239
239
  deprecated=versionspec.get("deprecated", False)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: siibra
3
- Version: 0.4a92
3
+ Version: 0.4a94
4
4
  Summary: siibra - Software interfaces for interacting with brain atlases
5
5
  Home-page: https://github.com/FZJ-INM1-BDA/siibra-python
6
6
  Author: Big Data Analytics Group, Forschungszentrum Juelich, Institute of Neuroscience and Medicine (INM-1)
@@ -1,9 +1,9 @@
1
- siibra/VERSION,sha256=r7rbswsvUpFkOmvUh_KLSJ9BH6UKUoIdnkkC3J8IeOc,7
1
+ siibra/VERSION,sha256=4S7COTgM73l66E7lz3qgP2qVYZsgWpkCnAMMt9ZhkJw,7
2
2
  siibra/__init__.py,sha256=qBxxMRyl9RojNt0twQr2LDk1Nyk5eNsPHFxxoIwnpx4,4540
3
3
  siibra/commons.py,sha256=y0yLQw1wWn8N9EgQGW2B0aAuo3FM_5zthMcEcvuvmH8,25895
4
4
  siibra/configuration/__init__.py,sha256=-_Kuf0TfMEdFXiSCTAdcHUL_krA8-cxhJypSNNay53Q,752
5
5
  siibra/configuration/configuration.py,sha256=x06QsaqGQbce1d9TuFCCYEgMWJBlLbkt8B3zTfYz5RE,6887
6
- siibra/configuration/factory.py,sha256=WzfDlD2u7eeONVzy8wdp56Sqe_Uv4yTCveYRl7RRDOg,21170
6
+ siibra/configuration/factory.py,sha256=LAD89yf44thhfwqYAUc8G6m4WVO6EU8JKN4y06D-dkM,21166
7
7
  siibra/core/__init__.py,sha256=z22elfoi5_TscUb17-pBoGyfT_q9PQpvgOgSLEJe2WE,916
8
8
  siibra/core/atlas.py,sha256=YwhVWAIT0XGfzKjSuQUNpljdIE4VP4crNQ3VNfTrgKg,7868
9
9
  siibra/core/concept.py,sha256=rKR7FO1HaFdy076Dy0y9Bjcdu_tcYUHbxLYNZxH7XTY,9595
@@ -68,8 +68,8 @@ siibra/volumes/nifti.py,sha256=nGSCedjpsiy43XIiHQ2SRy9rPRK8Ci9QDq4AHKclCck,9030
68
68
  siibra/volumes/parcellationmap.py,sha256=phoMzNLI3Ig9rWvuD_c1yBm3ejLxAJGXtTHMXqw-ivc,44243
69
69
  siibra/volumes/sparsemap.py,sha256=j41ozLSgKri68-KDsqo46gEs4lT4aYsf2yMF4l-ruCo,21752
70
70
  siibra/volumes/volume.py,sha256=QJDbOkS3DXzuqiC-O-hBqBHkqS91zoDte9UXT-UuMdY,11774
71
- siibra-0.4a92.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
- siibra-0.4a92.dist-info/METADATA,sha256=C3Tm_qAofj15fAvGZrivkoJL3mswTz1tqc3jFu7D89M,8547
73
- siibra-0.4a92.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
74
- siibra-0.4a92.dist-info/top_level.txt,sha256=NF0OSGLL0li2qyC7MaU0iBB5Y9S09_euPpvisD0-8Hg,7
75
- siibra-0.4a92.dist-info/RECORD,,
71
+ siibra-0.4a94.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
+ siibra-0.4a94.dist-info/METADATA,sha256=6ho3pjjkbrIzTKmgCG__OqqhPGLjdxCt6zHqpK2S0XE,8547
73
+ siibra-0.4a94.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
74
+ siibra-0.4a94.dist-info/top_level.txt,sha256=NF0OSGLL0li2qyC7MaU0iBB5Y9S09_euPpvisD0-8Hg,7
75
+ siibra-0.4a94.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5