-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix matplotlib version issues and a circular import issue #686
Merged
Merged
Changes from 22 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
35b22e6
chore: Update matplotlib colormap registration
chansigit bb7885c
Merge branch 'master' of https://github.com/chansigit/dynamo-release
chansigit bd2e9bf
fix format issues
chansigit 4025eea
reformat with isort==5.12.0 black==22.6.0
chansigit 97ed400
update requirements to accomodate python3.8
chansigit 674f013
chore: fix the circular import issue
chansigit bd9d7e7
chore: Import log1p_ function in cell_cycle.py
chansigit bd82f3b
Update python-package.yml
chansigit b3acc5d
fix log1p_ importing
chansigit d77e7f9
Merge branch 'master' of https://github.com/chansigit/dynamo-release
chansigit 52f9542
chore: Import 'update_dict' inside function to fix circular import issue
chansigit 2fffc20
fixing more circular imports
chansigit 84d956b
Update node version to 22.x and 24.x in GitHub Actions workflow file
chansigit d2b8c53
change import order in init since dynamo relies on init order to work
chansigit facac04
chore: Update resource data URLs from dropbox to figshare
chansigit 6b8840c
chore: update register_cmap to register
chansigit e31a5f4
chore: Update scipy.sparse import in normalization and transform modules
chansigit 9a5833f
update deprecated functions in matplotlib and numpy
chansigit 2e15f82
chore: check if cmap exists before registering
chansigit e79aed1
fix: SettingWithCopyWarning in pandas dataframe
chansigit d28b8ac
fix: The `scale` parameter has been renamed and will be removed in v0…
chansigit 9ed280c
chore: update get_cmap to colormaps[ ]
chansigit 02dbd74
chore: `cloud` -> `figshare`
chansigit b582a4c
chore: import matplotlib as mpl
chansigit 0be3cf0
chore: resolve warnings
chansigit 6fd158d
trial: Update python-version matrix in GitHub workflow
chansigit 06729a8
fix weird 3.10 version issue: if i use 3.10, it would be recognized a…
chansigit 2736e39
trial: let the build continue on error
chansigit 3339f3d
trial: remove python 3.12 tests
chansigit 7e464dc
Merge pull request #690 from chansigit/master
chansigit 1c9df72
deprecate sparse matrix .A attributes
Sichao25 d196c16
revert unnecessary changes on marix.A
Sichao25 87422f0
revert more unnecessary changes on matrix.A
Sichao25 c9fa676
Merge pull request #691 from Sichao25/sijie-july24-fix
chansigit 1d6ba32
Merge branch 'master' into master
Sichao25 f8b9da6
deprecate more sparse matrix .A attributes
Sichao25 62a8198
Merge pull request #695 from Sichao25/sijie-july24-fix
chansigit 8d7c134
Merge branch 'sijie-july24-fix'
chansigit 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
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.
Oops, something went wrong.
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.
can we add 3.9, 3.10, 3.11, 3.12?
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.
3.12 failed due to the removal of
distutils
package https://stackoverflow.com/questions/77247893/modulenotfounderror-no-module-named-distutils-in-python-3-12other versions on the way
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.
3.10 and 3.11 also failed. we need more time to get it pass.
I noticed scanpy is asking a python version <3.10, we may remain in 3.9 temporarily.
https://github.com/scverse/scanpy/blob/db2118e8eb60bbf6287ce1413477480e16b2508b/pyproject.toml#L70