siibra 0.4a95__tar.gz → 0.4a97__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.
Potentially problematic release.
This version of siibra might be problematic. Click here for more details.
- {siibra-0.4a95/siibra.egg-info → siibra-0.4a97}/PKG-INFO +1 -1
- siibra-0.4a97/siibra/VERSION +1 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/volumes/parcellationmap.py +5 -0
- {siibra-0.4a95 → siibra-0.4a97/siibra.egg-info}/PKG-INFO +1 -1
- siibra-0.4a95/siibra/VERSION +0 -1
- {siibra-0.4a95 → siibra-0.4a97}/LICENSE +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/MANIFEST.in +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/README.rst +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/setup.cfg +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/setup.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/commons.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/configuration/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/configuration/configuration.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/configuration/factory.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/core/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/core/atlas.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/core/concept.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/core/parcellation.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/core/region.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/core/relation_qualification.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/core/space.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/explorer/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/explorer/url.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/explorer/util.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/anchor.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/connectivity/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/connectivity/functional_connectivity.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/connectivity/regional_connectivity.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/connectivity/streamline_counts.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/connectivity/streamline_lengths.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/connectivity/tracing_connectivity.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/dataset/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/dataset/ebrains.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/feature.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/image/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/image/image.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/image/sections.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/image/volume_of_interest.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/bigbrain_intensity_profile.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/cell_density_profile.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/cortical_profile.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/gene_expression.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/layerwise_bigbrain_intensities.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/layerwise_cell_density.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/receptor_density_fingerprint.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/receptor_density_profile.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/regional_timeseries_activity.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/features/tabular/tabular.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/livequeries/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/livequeries/allen.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/livequeries/bigbrain.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/livequeries/ebrains.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/livequeries/query.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/locations/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/locations/boundingbox.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/locations/location.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/locations/point.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/locations/pointset.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/retrieval/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/retrieval/cache.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/retrieval/datasets.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/retrieval/exceptions/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/retrieval/repositories.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/retrieval/requests.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/vocabularies/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/vocabularies/gene_names.json +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/vocabularies/receptor_symbols.json +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/vocabularies/region_aliases.json +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/volumes/__init__.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/volumes/freesurfer.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/volumes/gifti.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/volumes/neuroglancer.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/volumes/nifti.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/volumes/sparsemap.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra/volumes/volume.py +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra.egg-info/SOURCES.txt +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra.egg-info/dependency_links.txt +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra.egg-info/requires.txt +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/siibra.egg-info/top_level.txt +0 -0
- {siibra-0.4a95 → siibra-0.4a97}/test/test_siibra.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: siibra
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4a97
|
|
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)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.4a97
|
|
@@ -207,6 +207,11 @@ class Map(concept.AtlasConcept, configuration_folder="maps"):
|
|
|
207
207
|
"""
|
|
208
208
|
matches = self.find_indices(region)
|
|
209
209
|
if len(matches) > 1:
|
|
210
|
+
# if there is an exact match, we still use it. If not, we cannot proceed.
|
|
211
|
+
regionname = region.name if isinstance(region, _region.Region) else region
|
|
212
|
+
for index, matched_name in matches.items():
|
|
213
|
+
if matched_name == regionname:
|
|
214
|
+
return index
|
|
210
215
|
raise NonUniqueIndexError(
|
|
211
216
|
f"The specification '{region}' matches multiple mapped "
|
|
212
217
|
f"structures in {str(self)}: {list(matches.values())}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: siibra
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4a97
|
|
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)
|
siibra-0.4a95/siibra/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.4a95
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|