File tree Expand file tree Collapse file tree 3 files changed +42
-9
lines changed Expand file tree Collapse file tree 3 files changed +42
-9
lines changed Original file line number Diff line number Diff line change 1
1
Squidpy 1.6.1 (2024-08-23)
2
2
==========================
3
3
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
+ -------------
6
20
7
21
- 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 >`__
8
22
`#877 <https://github.com/scverse/squidpy/pull/877 >`__
9
23
- 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 >`__
Original file line number Diff line number Diff line change
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 >`__
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Squidpy dev (the-future)
4
4
Features
5
5
--------
6
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 >`__
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
+
You can’t perform that action at this time.
0 commit comments