@@ -10,139 +10,140 @@ and this project adheres to [Semantic Versioning][].
10
10
11
11
## incoming release
12
12
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
16
17
17
18
## [ 0.1.6] - 2024-11-26
18
19
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
22
23
23
24
## [ 0.1.5] - 2024-09-25
24
25
25
26
### Added
26
27
27
- - (Xenium) added ` dims ` parameter for more control in ` xenium_aligned_image() `
28
+ - (Xenium) added ` dims ` parameter for more control in ` xenium_aligned_image() `
28
29
29
30
### Fixed
30
31
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
35
36
36
37
## [ 0.1.4] - 2024-08-07
37
38
38
39
### Changed
39
40
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
43
44
44
45
## [ 0.1.3] - 2024-07-03
45
46
46
47
### Added
47
48
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
53
54
54
55
### Fixed
55
56
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.
58
59
59
60
### Changed
60
61
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"
62
63
63
64
## [ 0.1.2] - 2024-03-30
64
65
65
66
### Added
66
67
67
- - (Visium HD) added reader, coauthored by @LLehner
68
+ - (Visium HD) added reader, coauthored by @LLehner
68
69
69
70
### Fixed
70
71
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
73
74
74
75
## [ 0.1.1] - 2024-03-24
75
76
76
77
### Added
77
78
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)
86
87
87
88
### Fixed
88
89
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
93
94
94
95
## [ 0.0.9] - 2023-11-06
95
96
96
97
### Fixed
97
98
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
100
101
101
102
## [ 0.0.8] - 2023-10-02
102
103
103
104
### Fixed
104
105
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
108
109
109
110
## [ 0.0.7] - 2023-07-23
110
111
111
112
### Fixed
112
113
113
- - Bugs in Xenium and MERSCOPE
114
+ - Bugs in Xenium and MERSCOPE
114
115
115
116
## [ 0.0.5] - 2023-06-21
116
117
117
118
### Added
118
119
119
- - MERFISH reader (from @quentinblampey )
120
- - CODEX reader (from @LLehner )
120
+ - MERFISH reader (from @quentinblampey )
121
+ - CODEX reader (from @LLehner )
121
122
122
123
### Fixed
123
124
124
- - Issues on Visium reader (thanks @ilia-kats ) and Xenium reader
125
+ - Issues on Visium reader (thanks @ilia-kats ) and Xenium reader
125
126
126
127
## [ 0.0.4] - 2023-05-23
127
128
128
129
### Added
129
130
130
- - Curio reader
131
+ - Curio reader
131
132
132
133
## [ 0.0.3] - 2023-05-22
133
134
134
135
### Merged
135
136
136
- - Merge pull request #40 from scverse/fix/categories
137
+ - Merge pull request #40 from scverse/fix/categories
137
138
138
139
## [ 0.0.2] - 2023-05-04
139
140
140
141
### Changed
141
142
142
- - Revert version regex (#37 )
143
+ - Revert version regex (#37 )
143
144
144
145
## [ 0.0.1] - 2023-05-04
145
146
146
147
### Tested
147
148
148
- - Test installation from pypi
149
+ - Test installation from pypi
0 commit comments