Skip to content

Commit 92dbde1

Browse files
committed
update changelog
1 parent 681097d commit 92dbde1

File tree

1 file changed

+51
-50
lines changed

1 file changed

+51
-50
lines changed

CHANGELOG.md

+51-50
Original file line numberDiff line numberDiff line change
@@ -10,139 +10,140 @@ and this project adheres to [Semantic Versioning][].
1010

1111
## incoming release
1212

13-
- (Visium/Visium HD) lowres and hires images now mapped also to the 'global' coordinate system #230
14-
- (Macsima) added support @berombau #224
15-
- (seqFISH) support for v2 instrument #227
13+
- (Visium/Visium HD) lowres and hires images now mapped also to the 'global' coordinate system #230
14+
- (Macsima) added support @berombau #224
15+
- (seqFISH) support for v2 instrument #227
16+
- (Visium HD) added argument `annotate_table_by_labels` to rasterize the bins as labels #211 @ArneDefauw
1617

1718
## [0.1.6] - 2024-11-26
1819

19-
- (MERSCOPE) added `feature_key` attribute for points (i.e., the `'gene'` column) #210
20-
- (Visium HD) get transformation matrices even when only images are parsed #215
21-
- Support for `xarray.DataTree` (which was moved from `datatree.DataTree`) #232
20+
- (MERSCOPE) added `feature_key` attribute for points (i.e., the `'gene'` column) #210
21+
- (Visium HD) get transformation matrices even when only images are parsed #215
22+
- Support for `xarray.DataTree` (which was moved from `datatree.DataTree`) #232
2223

2324
## [0.1.5] - 2024-09-25
2425

2526
### Added
2627

27-
- (Xenium) added `dims` parameter for more control in `xenium_aligned_image()`
28+
- (Xenium) added `dims` parameter for more control in `xenium_aligned_image()`
2829

2930
### Fixed
3031

31-
- Passing `rgb=None` to image model parser for both visium and visiumhd, leading to 3-4 channel images being
32-
interpreted as RGB(A)
33-
- Fix header bug Visium data #200
34-
- (Visium HD) Fix path parsing when images are missing #204 #206
32+
- Passing `rgb=None` to image model parser for both visium and visiumhd, leading to 3-4 channel images being
33+
interpreted as RGB(A)
34+
- Fix header bug Visium data #200
35+
- (Visium HD) Fix path parsing when images are missing #204 #206
3536

3637
## [0.1.4] - 2024-08-07
3738

3839
### Changed
3940

40-
- (Xenium) changed default target of table to labels; radii of circles computed from cells, not nuclei #179
41-
- (Visium HD) changed default geometry to squares from circles for the bins; added parameter to choose #183
42-
- (CosMx) dropping points element with zero-length from the cosmx reader #191
41+
- (Xenium) changed default target of table to labels; radii of circles computed from cells, not nuclei #179
42+
- (Visium HD) changed default geometry to squares from circles for the bins; added parameter to choose #183
43+
- (CosMx) dropping points element with zero-length from the cosmx reader #191
4344

4445
## [0.1.3] - 2024-07-03
4546

4647
### Added
4748

48-
- (Xenium) support reading multi-polygon selection files from the Xenium Explorer
49-
- (ISS) An experimental loader to load elemental ISS data objects, e.g. raw.tif, label.tif and anndata.h5ad
50-
- (Stereo-seq) Added reader @LLehner @timtreis @florianingelfinger #70
51-
- (MERSCOPE) Optional rioxarray backend for MERSCOPE data (reads chunks)
52-
- (MERSCOPE) Can choose which elements should be loaded
49+
- (Xenium) support reading multi-polygon selection files from the Xenium Explorer
50+
- (ISS) An experimental loader to load elemental ISS data objects, e.g. raw.tif, label.tif and anndata.h5ad
51+
- (Stereo-seq) Added reader @LLehner @timtreis @florianingelfinger #70
52+
- (MERSCOPE) Optional rioxarray backend for MERSCOPE data (reads chunks)
53+
- (MERSCOPE) Can choose which elements should be loaded
5354

5455
### Fixed
5556

56-
- (Visium) Fixed issue with joining a SpatialElement with a table due to index values not being unique.
57-
obs_names_make_unique is now called internally to enforce unique index values allowing for join operations.
57+
- (Visium) Fixed issue with joining a SpatialElement with a table due to index values not being unique.
58+
obs_names_make_unique is now called internally to enforce unique index values allowing for join operations.
5859

5960
### Changed
6061

61-
- (MERSCOPE) "global" coordinate system is used as a default instead of "microns"
62+
- (MERSCOPE) "global" coordinate system is used as a default instead of "microns"
6263

6364
## [0.1.2] - 2024-03-30
6465

6566
### Added
6667

67-
- (Visium HD) added reader, coauthored by @LLehner
68+
- (Visium HD) added reader, coauthored by @LLehner
6869

6970
### Fixed
7071

71-
- (Xenium) reader for 1.0.1 (paper data) and unknown versions
72-
- (Xenium) fix in reading "minimalistic" Xenium datasets #132
72+
- (Xenium) reader for 1.0.1 (paper data) and unknown versions
73+
- (Xenium) fix in reading "minimalistic" Xenium datasets #132
7374

7475
## [0.1.1] - 2024-03-24
7576

7677
### Added
7778

78-
- (Xenium) support for post-xenium aligned images (IF, HE)
79-
- (Xenium) reader for the selection coordinates file from the Xenium Explorer
80-
- (Xenium) support for the new Xenium 2.0.0 (multimodal segmentation)
81-
- (Xenium) reading multiscale labels from cells.zarr.zip
82-
- (MCMICRO) support for TMAs (such as the data of exemplar-002)
83-
- (DBiT-seq) reader
84-
- converter functions `experimental.to_legacy_anndata()` and `experimental.from_legacy_anndata()`
85-
- (Visium) support for raw reads (capture locations not under tissue)
79+
- (Xenium) support for post-xenium aligned images (IF, HE)
80+
- (Xenium) reader for the selection coordinates file from the Xenium Explorer
81+
- (Xenium) support for the new Xenium 2.0.0 (multimodal segmentation)
82+
- (Xenium) reading multiscale labels from cells.zarr.zip
83+
- (MCMICRO) support for TMAs (such as the data of exemplar-002)
84+
- (DBiT-seq) reader
85+
- converter functions `experimental.to_legacy_anndata()` and `experimental.from_legacy_anndata()`
86+
- (Visium) support for raw reads (capture locations not under tissue)
8687

8788
### Fixed
8889

89-
- (Xenium) fixed index (fail on write)
90-
- (Xenium) renamed cells_as_shapes to cells_as_circles; set default to True
91-
- (MERSCOPE) don't try to load unexisting elements #87
92-
- (Visium) fixed axes ordering
90+
- (Xenium) fixed index (fail on write)
91+
- (Xenium) renamed cells_as_shapes to cells_as_circles; set default to True
92+
- (MERSCOPE) don't try to load unexisting elements #87
93+
- (Visium) fixed axes ordering
9394

9495
## [0.0.9] - 2023-11-06
9596

9697
### Fixed
9798

98-
- (Xenium) bug when converting feature_name #81, from @fbnrst
99-
- (Visium) visium() supports file counts without dataset_id #91
99+
- (Xenium) bug when converting feature_name #81, from @fbnrst
100+
- (Visium) visium() supports file counts without dataset_id #91
100101

101102
## [0.0.8] - 2023-10-02
102103

103104
### Fixed
104105

105-
- (Xenium) coerce cell id to str #64
106-
- (MERSCOPE) fix coordinate transformation #68
107-
- (MERSCOPE) Improvements/fixes: merscope reader #73
106+
- (Xenium) coerce cell id to str #64
107+
- (MERSCOPE) fix coordinate transformation #68
108+
- (MERSCOPE) Improvements/fixes: merscope reader #73
108109

109110
## [0.0.7] - 2023-07-23
110111

111112
### Fixed
112113

113-
- Bugs in Xenium and MERSCOPE
114+
- Bugs in Xenium and MERSCOPE
114115

115116
## [0.0.5] - 2023-06-21
116117

117118
### Added
118119

119-
- MERFISH reader (from @quentinblampey)
120-
- CODEX reader (from @LLehner)
120+
- MERFISH reader (from @quentinblampey)
121+
- CODEX reader (from @LLehner)
121122

122123
### Fixed
123124

124-
- Issues on Visium reader (thanks @ilia-kats) and Xenium reader
125+
- Issues on Visium reader (thanks @ilia-kats) and Xenium reader
125126

126127
## [0.0.4] - 2023-05-23
127128

128129
### Added
129130

130-
- Curio reader
131+
- Curio reader
131132

132133
## [0.0.3] - 2023-05-22
133134

134135
### Merged
135136

136-
- Merge pull request #40 from scverse/fix/categories
137+
- Merge pull request #40 from scverse/fix/categories
137138

138139
## [0.0.2] - 2023-05-04
139140

140141
### Changed
141142

142-
- Revert version regex (#37)
143+
- Revert version regex (#37)
143144

144145
## [0.0.1] - 2023-05-04
145146

146147
### Tested
147148

148-
- Test installation from pypi
149+
- Test installation from pypi

0 commit comments

Comments
 (0)