-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update starfish to 0.3.0 #51354
Merged
Merged
Update starfish to 0.3.0 #51354
Changes from 8 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
62d2eb3
Update starfish to 0.3.0
BiocondaBot b644db5
Add run_exports
martin-g 3eee14a
update dependencies
mencian 0e426a5
try switching to ubuntu-22.04
bgruening 59e513b
need more sleep
bgruening 97c7591
Update azure-pipeline.yml
bgruening 59d18f2
Update azure-pipeline.yml
bgruening bfec6fc
Update azure-pipeline.yml
bgruening b92c21b
Update azure-pipeline.yml
bgruening 365e860
revert ubuntu images to -latest
mencian 520897c
Merge branch 'master' into bump/starfish
mencian f17315a
Merge branch 'master' into bump/starfish
mencian e6fcaf5
Merge branch 'master' into bump/starfish
mencian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,51 +1,57 @@ | ||
{% set version = "0.2.2" %} | ||
{% set name = "starfish" %} | ||
{% set version = "0.3.0" %} | ||
|
||
package: | ||
name: starfish | ||
name: {{ name }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://github.com/spacetx/starfish/archive/{{ version }}.tar.gz | ||
sha256: 3183465443420ca068a2235ee754c4d02e787d69784349713b74ecf3f83b82fd | ||
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/starfish-{{ version }}.tar.gz | ||
sha256: 29152eaa81d396ccc32695e9b1a0271e4f89851cf1f8f13687566b1d03fdd58a | ||
|
||
build: | ||
number: 0 | ||
martin-g marked this conversation as resolved.
Show resolved
Hide resolved
|
||
run_exports: | ||
- {{ pin_subpackage("starfish", max_pin="x.x") }} | ||
bgruening marked this conversation as resolved.
Show resolved
Hide resolved
|
||
noarch: python | ||
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv" | ||
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" | ||
|
||
requirements: | ||
host: | ||
- python >=3.6 | ||
- python >=3.9,<3.12 | ||
- pip | ||
run: | ||
- python >=3.6 | ||
- python >=3.9,<3.12 | ||
bgruening marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- click | ||
- dataclasses | ||
- docutils <0.21 | ||
- h5py | ||
- jsonschema | ||
- matplotlib-base | ||
- numpy !=1.13.0 | ||
- pandas >=0.23.4 | ||
- jsonschema <4.18 | ||
- matplotlib-base <3.8 | ||
- mistune ==0.8.4 | ||
- numpy <1.25 | ||
- regional | ||
- read-roi | ||
- semantic_version | ||
- scikit-image >=0.14.0,!=0.16.0.*,!= 0.16.1.*,!=0.16.2.*,!= 0.17.1.*,!=0.17.2.* | ||
- scikit-image ==0.21 | ||
- scikit-learn | ||
- scipy | ||
- showit >=1.1.4 | ||
- slicedimage ==4.1.1 | ||
- seaborn-base | ||
- showit | ||
- slicedimage | ||
- sympy | ||
- tqdm | ||
- trackpy | ||
- validators | ||
- xarray >=0.14.1 | ||
- ipywidgets | ||
- xarray <2023.09 | ||
bgruening marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
test: | ||
imports: | ||
- starfish | ||
|
||
about: | ||
home: https://github.com/spacetx/starfish | ||
home: "https://github.com/spacetx/starfish" | ||
license: MIT | ||
summary: standardized analysis pipeline for image-based transcriptomics | ||
license_family: MIT | ||
license_file: LICENSE | ||
summary: "Standardized analysis pipeline for image-based transcriptomics." | ||
dev_url: "https://github.com/spacetx/starfish" | ||
doc_url: "https://spacetx-starfish.readthedocs.io/en/latest" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Issues found in
azure-pipeline.yml
Timeout Settings:
timeoutInMinutes
is set to360
in bothtest_linux
andtest_osx
stages, overriding the previously commented-out values of90
and40
. Please confirm if this increase is intentional to allow longer job durations.Missing
common.sh
:test_osx
stage, the script attempts to sourcecommon.sh
, which does not exist in the repository. This absence is causing build failures. Please ensure thatcommon.sh
is added to the repository or update the pipeline to remove or replace this reference.🔗 Analysis chain
Verify timeout settings and environment variable changes
Timeout settings:
timeoutInMinutes
andcancelTimeoutInMinutes
settings are commented out. Please confirm if this is intentional, as it might affect the job's behavior.Environment variables:
OSTYPE="linux-gnu"
andCI="true"
are exported.These changes might impact the build process. Could you please provide more context on why these changes were made and if they've been tested?
To check the impact of these changes, you can run:
Also applies to: 71-72
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 38212
Script:
Length of output: 1371