-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support to Python 3.12 (#2027)
* updating versioneer and add python 3.12 to setup files * add python 3.12 to CI * fix: python 3.12 flake8 linting error * removing backslash sequences that raise SyntaxWarning in python 3.12+ when using sphinx-gallery to convert reST to markdown * add python 3.12 support to docs * docs: fixes to README.rst loading on PyPI project description (#2029)
- Loading branch information
Showing
19 changed files
with
1,085 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
starfish: scalable pipelines for image-based transcriptomics | ||
======== | ||
============================================================ | ||
|
||
|
||
.. image:: docs/source/_static/design/logo.png | ||
:scale: 50 % | ||
.. image:: https://github.com/spacetx/starfish/blob/64add94b51dbf6f8f5fd614b02c4dfbf4b0d702d/docs/source/_static/design/logo.png?raw=True | ||
:alt: starfish logo | ||
:width: 312 | ||
:height: 127 | ||
:align: center | ||
|
||
----------------------------- | ||
|
||
|
@@ -23,15 +25,17 @@ starfish: scalable pipelines for image-based transcriptomics | |
:target: https://spacetx-starfish.readthedocs.io/en/latest/?badge=latest | ||
:alt: Documentation Status | ||
|
||
.. image:: https://travis-ci.com/spacetx/starfish.svg?branch=master | ||
:target: https://travis-ci.com/spacetx/starfish | ||
.. image:: https://github.com/spacetx/starfish/actions/workflows/starfish-prod-ci.yml/badge.svg?branch=master | ||
:target: https://github.com/spacetx/starfish/actions/workflows/starfish-prod-ci.yml | ||
:alt: starfish production CI | ||
|
||
.. image:: https://codecov.io/gh/spacetx/starfish/branch/master/graph/badge.svg | ||
:target: https://codecov.io/gh/spacetx/starfish | ||
:alt: Code Coverage | ||
|
||
------------------------------- | ||
|
||
*starfish* is a Python library for processing images of image-based spatial transcriptomics. | ||
**starfish** is a Python library for processing images of image-based spatial transcriptomics. | ||
It lets you build scalable pipelines that localize and quantify RNA transcripts in image data | ||
generated by any FISH method, from simple RNA single-molecule FISH to combinatorial barcoded | ||
assays. | ||
|
@@ -47,7 +51,7 @@ See `spacetx-starfish.readthedocs.io <https://spacetx-starfish.readthedocs.io/en | |
Installation | ||
------------ | ||
|
||
starfish supports python 3.9-11 and can easily be installed from PyPI: | ||
starfish supports python 3.9-3.12 and can easily be installed from PyPI: | ||
|
||
.. code-block:: bash | ||
|
@@ -70,7 +74,7 @@ We welcome contributions from our users! See our contributing.rst_ and `develope | |
.. _contributing.rst: https://github.com/spacetx/starfish/blob/master/CONTRIBUTING.rst | ||
|
||
Help, support, and questions | ||
---------------- | ||
---------------------------- | ||
|
||
- Forum: ask on the `Image.sc forum <https://forum.image.sc/tag/starfish>`_ | ||
- Email: `[email protected] <mailto:[email protected]>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.