Skip to content

Commit 16b162c

Browse files
committed
release 0.9.0
1 parent 9157b04 commit 16b162c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

iblatlas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.9.0'
22

33
"""A package for working with brain atlases.
44

iblatlas/genomics/merfish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)