No description
Find a file
Regis Caillaud c5250b41ee
Merge pull request #15 from SciNim/clonk/improve-npy-array-interop
add more examples + add calling nim from python
2025-03-20 22:26:35 +01:00
.github/workflows disable macOS tests for now; require different compile time options 2025-03-19 15:22:51 +01:00
examples Update examples/numpyarrays/README.md 2025-03-20 21:43:31 +01:00
scinim clean-up PR + remove pre 2.0 CI 2025-03-19 14:30:50 +01:00
tests re-disable tests 2025-03-19 14:54:53 +01:00
.gitignore add more examples + add calling nim from python 2024-06-12 18:05:40 +02:00
changelog.org export NumpyArray data type 2023-03-25 19:48:01 +01:00
LICENSE Initial commit 2021-06-25 22:38:02 +02:00
README.md add more examples + add calling nim from python 2024-06-12 18:05:40 +02:00
scinim.nim export fuseLoops by default in scinim 2024-06-16 19:11:32 +02:00
scinim.nimble Atomicarc fails with shallowCopy 2025-03-19 15:03:53 +01:00

scinim

The core types and functions of the SciNim ecosystem

This package also defines Nim type to directly interact with Python's Numpy array from Nim. In the examples, there is an example on how to use Nim to iterate over Numpy's array buffer directly.