-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from AdaptiveParticles/particle_dtypes
- Add IntParticles (Note: these are not yet supported in most pyapr processing functionality) - Add astype and __array__ methods to APRSlicer - Remove unsafe math optimizations from default CMake build - Update CI and deployment workflows
- Loading branch information
Showing
22 changed files
with
123 additions
and
50 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule LibAPR
updated
23 files
+5 −5 | .github/workflows/cmake.yml | |
+0 −4 | .gitmodules | |
+21 −6 | CMakeLists.txt | |
+1 −1 | examples/Example_get_apr.cpp | |
+7 −2 | examples/Example_get_apr_by_block.cpp | |
+2 −0 | examples/Example_get_apr_by_block.hpp | |
+22 −24 | examples/Example_reconstruct_image.cpp | |
+1 −1 | external/c-blosc | |
+0 −1 | external/gtest | |
+10 −32 | src/algorithm/APRConverter.hpp | |
+8 −9 | src/algorithm/APRConverterBatch.hpp | |
+6 −0 | src/algorithm/APRParameters.hpp | |
+39 −0 | src/algorithm/AutoParameters.hpp | |
+6 −3 | src/data_structures/APR/APR.hpp | |
+1 −3 | src/data_structures/APR/access/GPUAccess.hpp | |
+2 −1 | src/io/APRWriter.hpp | |
+3 −1 | src/numerics/APRDownsampleGPU.cu | |
+15 −14 | src/numerics/miscCuda.cu | |
+40 −0 | test/APRParametersTest.cpp | |
+54 −118 | test/APRTest.cpp | |
+1 −0 | test/CMakeLists.txt | |
+1 −1 | vcpkg | |
+4 −4 | vcpkg.json |
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.