Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
austinv11 committed Nov 21, 2023
1 parent b953702 commit bf328b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes/0.10.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### 0.10.4 {small}`the future`

```{rubric} New features
```
* `AnnLoader` now accepts a `device` argument to specify the device to load the data to {pr}`1240` {user}`austinv11`

```{rubric} Bugfix
```
* Only try to use `Categorical.map(na_action=…)` in actually supported Pandas ≥2.1 {pr}`1226` {user}`flying-sheep`
Expand All @@ -10,3 +14,7 @@

```{rubric} Performance
```

```{rubric} Deprecations
```
* `AnnLoader(use_cuda=…)` is deprecated in favour of `AnnLoader(device=…)` {pr}`1240` {user}`austinv11

0 comments on commit bf328b1

Please sign in to comment.