-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev #59
Merged
Dev #59
Changes from 39 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
0a59e46
Add faster `isin`
vovaf709 0c4816f
upd flake8 config
vovaf709 6a1ca2d
Add `make_immutable`
vovaf709 129c0fa
Bump `Cython`
vovaf709 4bfb6bd
Fix for zoom on immutable arrays
vovaf709 755a438
test `interp1d` on immutable arrays
vovaf709 9479458
Test immutable on `interp2d`
vovaf709 0be6aaa
Fix and test `imops.measure` on immutable arrays
vovaf709 9ebcc36
Fix & test `morphology` for immutable arrays
vovaf709 14454b1
Make & Fix `utils` for ummutable arrays
vovaf709 41c9e9f
immutability tests
vovaf709 c5d1f18
Make & test radon-s on immutable arrays
vovaf709 781ee73
test
vovaf709 53c4f61
:nail_care:
vovaf709 a1ea911
version
vovaf709 c010284
benchmark dev
vovaf709 84b3209
Bump macos
vovaf709 39c8019
Fix?
vovaf709 c97e408
maybe this
vovaf709 783cd25
specific python
vovaf709 1b99872
Fix build reqs, loose numpy
vovaf709 8ea6709
Some docs
vovaf709 4ea9ffc
const
vovaf709 3e56e26
Fix
vovaf709 956102e
Revert "maybe this"
vovaf709 c86362a
Maybe this
vovaf709 bc053e5
Fix
vovaf709 c5fee6a
Fix
vovaf709 2f12194
Remove some warnings
vovaf709 ccb9a0b
Fix
vovaf709 ea84287
Fix
vovaf709 e8c9e34
check gcc path
vovaf709 0f935d9
Fix
vovaf709 ccb2313
Maybe fix
vovaf709 0f9a69e
Fix
vovaf709 d3d378a
mb macos-12
vovaf709 cf9c7d1
`center_of_mass` in float32
vovaf709 fa5b230
macos-12 & :nail_care:
vovaf709 3ad886b
Fix
vovaf709 6b26529
compat
vovaf709 8c43e58
rtol
vovaf709 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
__pycache__/ | ||
.pytest_cache/ | ||
build/ | ||
imops/src/*.cpp | ||
imops/src/*.c | ||
imops/src/*.so | ||
imops/src/_fast*.pyx | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.8.8' | ||
__version__ = '0.9.0' |
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.
create a compat.py file and move all such failsafe imports there. then just import from it