Skip to content

Commit

Permalink
Update release notes (#930)
Browse files Browse the repository at this point in the history
* Update release notes

* Update
  • Loading branch information
LLehner authored Dec 11, 2024
1 parent fb6ca2d commit 10a04a8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 9 deletions.
22 changes: 17 additions & 5 deletions docs/release/notes-1.6.1.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
Squidpy 1.6.1 (2024-08-23)
==========================

Maintenance
-----------
Features
--------

- Update :func:`pl.var_by_distance` to plot values from :attr:`AnnData.obs` `@LLehner <https://github.com/LLehner>`__
`#868 <https://github.com/scverse/squidpy/pull/868>`__


Documentation
-------------

- Add Xenium tutorial with :attr:`spatialdata` `@LLehner <https://github.com/LLehner>`__
`#125 <https://github.com/scverse/squidpy_notebooks/pull/125>`__


Miscellaneous
-------------

- 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>`__
`#877 <https://github.com/scverse/squidpy/pull/877>`__
- Drop support for Python 3.9 `@giovp <https://github.com/giovp>`__
`#881 <https://github.com/scverse/squidpy/pull/881>`__
- Add Xenium tutorial with spatialdata `@LLehner <https://github.com/LLehner>`__
`#125 <https://github.com/scverse/squidpy_notebooks/pull/125>`__
`#881 <https://github.com/scverse/squidpy/pull/881>`__
20 changes: 20 additions & 0 deletions docs/release/notes-1.6.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Squidpy 1.6.2 (2024-11-12)
==========================

Features
--------

- New function :func:`squidpy.tl.sliding_window` for creating sliding window assignments
`@FrancescaDr <https://github.com/FrancescaDr>`__
`@timtreis <https://github.com/timtreis>`__
`#842 <https://github.com/scverse/squidpy/pull/859>`__

Miscellaneous
-------------

- Fix sparse matrix interactions in :func:`sq.gr.utils` `@alam-shahul <https://github.com/alam-shahul>`__
`#891 <https://github.com/scverse/squidpy/pull/891>`__
- Update spatialdata dependency `@melonora <https://github.com/melonora>`__
`#911 <https://github.com/scverse/squidpy/pull/911>`__
- Update numpy and python version requirements `@giovp <https://github.com/giovp>`__
`#903 <https://github.com/scverse/squidpy/pull/903>`__
9 changes: 5 additions & 4 deletions docs/release/notes-dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Squidpy dev (the-future)
Features
--------

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

0 comments on commit 10a04a8

Please sign in to comment.