Skip to content

Commit 10a04a8

Browse files
authored
Update release notes (#930)
* Update release notes * Update
1 parent fb6ca2d commit 10a04a8

File tree

3 files changed

+42
-9
lines changed

3 files changed

+42
-9
lines changed

docs/release/notes-1.6.1.rst

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
Squidpy 1.6.1 (2024-08-23)
22
==========================
33

4-
Maintenance
5-
-----------
4+
Features
5+
--------
6+
7+
- Update :func:`pl.var_by_distance` to plot values from :attr:`AnnData.obs` `@LLehner <https://github.com/LLehner>`__
8+
`#868 <https://github.com/scverse/squidpy/pull/868>`__
9+
10+
11+
Documentation
12+
-------------
13+
14+
- Add Xenium tutorial with :attr:`spatialdata` `@LLehner <https://github.com/LLehner>`__
15+
`#125 <https://github.com/scverse/squidpy_notebooks/pull/125>`__
16+
17+
18+
Miscellaneous
19+
-------------
620

721
- The Squidpy `interactive` module has been removed. Please use the ``napari-spatialdata`` plugin instead. You can find it `here <https://spatialdata.scverse.org/projects/napari/en/latest/index.html>`__ `@giovp <https://github.com/giovp>`__
822
`#877 <https://github.com/scverse/squidpy/pull/877>`__
923
- Drop support for Python 3.9 `@giovp <https://github.com/giovp>`__
10-
`#881 <https://github.com/scverse/squidpy/pull/881>`__
11-
- Add Xenium tutorial with spatialdata `@LLehner <https://github.com/LLehner>`__
12-
`#125 <https://github.com/scverse/squidpy_notebooks/pull/125>`__
24+
`#881 <https://github.com/scverse/squidpy/pull/881>`__

docs/release/notes-1.6.2.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Squidpy 1.6.2 (2024-11-12)
2+
==========================
3+
4+
Features
5+
--------
6+
7+
- New function :func:`squidpy.tl.sliding_window` for creating sliding window assignments
8+
`@FrancescaDr <https://github.com/FrancescaDr>`__
9+
`@timtreis <https://github.com/timtreis>`__
10+
`#842 <https://github.com/scverse/squidpy/pull/859>`__
11+
12+
Miscellaneous
13+
-------------
14+
15+
- Fix sparse matrix interactions in :func:`sq.gr.utils` `@alam-shahul <https://github.com/alam-shahul>`__
16+
`#891 <https://github.com/scverse/squidpy/pull/891>`__
17+
- Update spatialdata dependency `@melonora <https://github.com/melonora>`__
18+
`#911 <https://github.com/scverse/squidpy/pull/911>`__
19+
- Update numpy and python version requirements `@giovp <https://github.com/giovp>`__
20+
`#903 <https://github.com/scverse/squidpy/pull/903>`__

docs/release/notes-dev.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Squidpy dev (the-future)
44
Features
55
--------
66

7-
- New function :func:`squidpy.tl.sliding_window` for creating sliding window assignments
8-
`@FrancescaDr <https://github.com/FrancescaDr>`__
9-
`@timtreis <https://github.com/timtreis>`__
10-
`#842 <https://github.com/scverse/squidpy/pull/859>`__
7+
- Fix :attr:`tl.var_by_distance` behaviour when providing :attr:`numpy` arrays of coordinates as anchor point.
8+
- Update :attr:`pl.var_by_distance` to show multiple variables on same plot.
9+
`@LLehner <https://github.com/LLehner>`__
10+
`#929 <https://github.com/scverse/squidpy/pull/929>`__
11+

0 commit comments

Comments
 (0)