Skip to content

Commit

Permalink
Revert "updating reopened branch pypi_description for further debuggi…
Browse files Browse the repository at this point in the history
…ng (#2044)"

This reverts commit ad89f7d.
  • Loading branch information
shachafl authored Dec 13, 2024
1 parent ad89f7d commit 9c8bc7c
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 72 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

90 changes: 45 additions & 45 deletions .github/workflows/starfish-prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
name: Lint
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -45,14 +45,14 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -75,14 +75,14 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -102,7 +102,7 @@ jobs:
# name: Napari Pinned
# runs-on: "ubuntu-latest"
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v2

# - name: Install dependencies
# run: |
Expand All @@ -125,7 +125,7 @@ jobs:
# needs: napari-pinned
# runs-on: "ubuntu-latest"
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v2

# - name: Install dependencies
# run: |
Expand All @@ -147,7 +147,7 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Build Docker Image
run: |
Expand All @@ -162,14 +162,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -187,14 +187,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -212,14 +212,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -237,14 +237,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -262,14 +262,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -287,14 +287,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -312,14 +312,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -337,14 +337,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -362,14 +362,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setpu Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -387,14 +387,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand All @@ -412,14 +412,14 @@ jobs:
needs: starfish-slow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: 3.9

- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.OS }}-${{ env.pythonLocation }}-${{ hashFiles('requirements/REQUIREMENTS-CI.txt') }}
Expand Down
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
## [0.3.1] - 2024-11-12
- Updating CHANGELOG.md for release 0.3.1
- Adding support to Python 3.12 (#2027)
- Numpy 1.26 update to support Python 3.12 (#2025)
- fixing blob radius calculation in 2d (#2023)
- Release 0.3.0 (#2021)

## [0.3.0] - 2024-10-05
- Dropping support for Python 3.8 and setting Python 3.9 as minimum (#2018)
- Update readthedocs.yml (#2014)
Expand Down Expand Up @@ -280,7 +273,6 @@
## [0.0.33] - 2019.02.14
- Last release without a changelog!

[0.3.1]: https://github.com/spacetx/starfish/releases/tag/0.3.1
[0.3.0]: https://github.com/spacetx/starfish/releases/tag/0.3.0
[0.2.2]: https://github.com/spacetx/starfish/releases/tag/0.2.2
[0.2.1]: https://github.com/spacetx/starfish/releases/tag/0.2.1
Expand Down
4 changes: 2 additions & 2 deletions requirements/REQUIREMENTS-CI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kiwisolver==1.4.7
lazy_loader==0.4
looseversion==1.3.0
lxml==5.3.0
lxml_html_clean==0.4.0
lxml_html_clean==0.3.1
m2r2==0.3.3.post2
markdown-it-py==3.0.0
MarkupSafe==3.0.1
Expand Down Expand Up @@ -142,7 +142,7 @@ threadpoolctl==3.5.0
tifffile==2024.8.30
tinycss2==1.3.0
tomli==2.0.2
tornado==6.4.2
tornado==6.4.1
tqdm==4.66.5
trackpy==0.6.4
traitlets==5.14.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/REQUIREMENTS-JUPYTER.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ threadpoolctl==3.5.0
tifffile==2024.8.30
tinycss2==1.3.0
tomli==2.0.2
tornado==6.4.2
tornado==6.4.1
tqdm==4.66.5
trackpy==0.6.4
traitlets==5.14.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/REQUIREMENTS-NAPARI-CI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tifffile==2024.8.30
tomli==2.0.2
tomli_w==1.1.0
toolz==1.0.0
tornado==6.4.2
tornado==6.4.1
tqdm==4.66.5
trackpy==0.6.4
traitlets==5.14.3
Expand Down
2 changes: 1 addition & 1 deletion starfish/core/image/Filter/bandpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Bandpass(FilterAlgorithm):
"""
Convolve with a Gaussian to remove short-wavelength noise and subtract out long-wavelength
variations, retaining features of intermediate scale. This implementation relies on
scipy.ndimage.gaussian_filter.
scipy.ndimage.filters.gaussian_filter.
This method is a thin wrapper around :doc:`trackpy:generated/trackpy.preprocessing.bandpass`.
Expand Down
4 changes: 2 additions & 2 deletions starfish/core/image/Filter/mean_high_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import numpy as np
import xarray as xr
from scipy.ndimage import uniform_filter
from scipy.ndimage.filters import uniform_filter

from starfish.core.imagestack.imagestack import ImageStack
from starfish.core.types import Levels, Number
Expand All @@ -22,7 +22,7 @@ class MeanHighPass(FilterAlgorithm):
The mean filter is also known as a uniform or box filter. It can also be considered as a fast
approximation to a GaussianHighPass filter.
This is a pass through for :py:func:`scipy.ndimage.uniform_filter`
This is a pass through for :py:func:`scipy.ndimage.filters.uniform_filter`
Parameters
----------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
from scipy.ndimage import gaussian_filter
from scipy.ndimage.filters import gaussian_filter

from starfish import ImageStack
from starfish.core.spots.DecodeSpots.trace_builders import build_traces_nearest_neighbors
Expand Down
2 changes: 1 addition & 1 deletion starfish/core/test/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Tuple

import numpy as np
from scipy.ndimage import gaussian_filter
from scipy.ndimage.filters import gaussian_filter
from skimage import img_as_float32, img_as_uint

from starfish import Codebook, ImageStack, IntensityTable
Expand Down

0 comments on commit 9c8bc7c

Please sign in to comment.