scinim
The core types and functions of the SciNim ecosystem
Summary
| Latest Version | 0.2.5 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-10 05:37 |
Tags
Authors
- SciNim
Installation
nimble install scinim
choosenim install scinim
git clone https://github.com/SciNim/scinim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| scinim | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.0 | No |
| threading | - | No |
| arraymancer >= | 0.7.32 | No |
| polynumeric >= | 0.2.0 | No |
| nimpy >= | 0.2.0 | No |
| - | No |
Source
| Repository | https://github.com/SciNim/scinim |
|---|---|
| Homepage | https://github.com/SciNim/scinim |
| Registry Source | nimble_official |
README
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.