Skip to content

Commit 6e321c8

Browse files
authored
update releasenotes (#350)
1 parent 7e471c7 commit 6e321c8

14 files changed

Lines changed: 17 additions & 69 deletions

File tree

docs/release-notes/0.10.10.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
### 0.10.10 {small}`2024-10-08`
22

3-
```{rubric} Features
3+
```{rubric} Bug fixes
44
```
55
* fixes a bug with the parameter dict for `pp.neighbors` {pr}`270` {smaller}`G Pires`
66
* fixes a bug with the parameter dict for `pp.bbknn` {pr}`271` {smaller}`S Dicks`
7-
8-
```{rubric} Performance
9-
```
10-
11-
```{rubric} Bug fixes
12-
```
13-
14-
```{rubric} Misc
15-
```

docs/release-notes/0.10.11.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
```
88
* make `trim` for `pp.bbknn` even faster without needing to transpose {pr}`290` {smaller}`S Dicks`
99

10-
```{rubric} Bug fixes
11-
```
1210

1311
```{rubric} Misc
1412
```

docs/release-notes/0.10.3.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@
1818
```{rubric} Bug fixes
1919
```
2020
* fixes a bug where the `pp.scale` would have issues with `int64` indexing {pr}`187` {smaller}`S Dicks`
21-
22-
```{rubric} Misc
23-
```

docs/release-notes/0.10.4.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
### 0.10.4 {small}`2024-05-14`
22

3-
```{rubric} Features
4-
```
5-
6-
```{rubric} Performance
7-
```
8-
93
```{rubric} Bug fixes
104
```
115
* fixes the creation of the docker container on release {pr}`193` {smaller}`T Korten (HZDR/Helmholtz AI)`
12-
13-
14-
```{rubric} Misc
15-
```

docs/release-notes/0.10.7.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@
1616
```{rubric} Bug fixes
1717
```
1818
* Removes support for older rapids with `tl.louvain` that cause issues {pr}`226` {smaller}`S Dicks`
19-
20-
```{rubric} Misc
21-
```

docs/release-notes/0.10.8.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
* adds `dcg.run_aucell` {pr}`236` {smaller}`S Dicks`
99

1010

11-
```{rubric} Performance
12-
```
13-
14-
```{rubric} Bug fixes
15-
```
16-
1711
```{rubric} Misc
1812
```
1913
* updates tests to run on rapids-24.08 {pr}`241` {smaller}`S Dicks`

docs/release-notes/0.10.9.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
* add `key_added` parameter to `tl.pca`, `tl.tsne`, and `tl.umap` that allows to control where to put the output within the AnnData object {pr}`244` {smaller}`P Angerer`
66
* adds `pp.bbknn` using `raft` and `cuml` as the backend {pr}`264` {smaller}`S Dicks`
77

8-
```{rubric} Performance
9-
```
10-
11-
```{rubric} Bug fixes
12-
```
13-
148
```{rubric} Misc
159
```
1610
* refactor docstrings to work better in RTD {pr}`242` {smaller}`S Dicks`

docs/release-notes/0.11.0.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
* Adds support for Multi-GPU out-of-core support through Dask {pr}`179` {smaller}`S Dicks, I Gold & P Angerer`
66
* use `cuvs` over `raft` for `pp.neighbors` for `rapids>=24.12` {pr}`304` {smaller}`S Dicks`
77
* switched to a different implementation of `pp.harmony_integrate` {pr}`308` {smaller}`S Dicks`
8-
```{rubric} Performance
9-
```
10-
11-
```{rubric} Bug fixes
12-
```
138

149
```{rubric} Misc
1510
```

docs/release-notes/0.11.1.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
### 0.11.1 {small}`2025-01-21`
22

3-
```{rubric} Features
4-
```
5-
```{rubric} Performance
6-
```
7-
8-
```{rubric} Bug fixes
9-
```
10-
113
```{rubric} Misc
124
```
135
* Pin `numba<0.61.0` {pr}`319` {smaller}`S Dicks`

docs/release-notes/0.12.0.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
```
55
* Updates `pp.filter_genes` & `pp.filter_cells` API to be closer to the `scanpy` implementation {pr}`324` {smaller}`S Dicks`
66

7-
```{rubric} Performance
8-
```
97

108
```{rubric} Bug fixes
119
```
1210
* Fixes a dtype issue with `decoupler` nets for optimal compatibility {pr}`331` {smaller}`S Dicks`
13-
14-
```{rubric} Misc
15-
```

0 commit comments

Comments
 (0)