Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

c2numpy 1.2

Latest

Choose a tag to compare

@jpivarski jpivarski released this 24 Oct 20:30
· 9 commits to master since this release

Addressed #1 by replacing tricky pointer logic with std C++. The code is now correct and easier to understand at the expense of giving up the goal of targeting pure C. A more C++-friendly API will follow.