File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.9.0]
2+ ### Added
3+ - ` iblatlas.atlas.streamlines.xyz_to_depth ` possible to get both absolute and percentage cortical depth.
4+ - merfish folder on AWS contains generated volumes
5+
6+ ### Modified
7+ - ` iblatlas.atlas.streamlines ` has its own package.
8+
19## [ 0.8.0]
210### Added
311- ` iblatlas.atlas.tilt_spherical ` allows to recompute spherical coordinates after tilting the brain
Original file line number Diff line number Diff line change 1- __version__ = '0.8 .0'
1+ __version__ = '0.9 .0'
22
33"""A package for working with brain atlases.
44
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def load(folder_cache=None):
2525 df_neurotransmitters: a dataframe of neurotransmitters (9, 2), where each record corresponds to a single
2626 neurotransmitter
2727 """
28- OLD_VERSIONS = ['2023-06-12' ]
28+ OLD_VERSIONS = ['2024-02-02' , ' 2023-06-12' ]
2929 folder_cache = Path (folder_cache or atlas .AllenAtlas ._get_cache_dir ().joinpath ('merfish' ))
3030 # check the AWS version and download the files if needed
3131 version_flag = next (folder_cache .glob ('*.version' ), None )
You can’t perform that action at this time.
0 commit comments