diff --git a/docs/release-notes/0.10.4.md b/docs/release-notes/0.10.4.md index 2a9760e6e..960016a2a 100644 --- a/docs/release-notes/0.10.4.md +++ b/docs/release-notes/0.10.4.md @@ -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` @@ -10,3 +14,7 @@ ```{rubric} Performance ``` + +```{rubric} Deprecations +``` +* `AnnLoader(use_cuda=…)` is deprecated in favour of `AnnLoader(device=…)` {pr}`1240` {user}`austinv11