8000 GitHub - ndarray/ndarray at devel
[go: up one dir, main page]

Skip to content

ndarray/ndarray

 
 

F C9BF olders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This branch is a from-the-ground rewrite of the ndarray library, with the following goals:

  • Simplify the codebase and its dependencies by leveraging C++11/14 features. Ideally this will include removing Boost as a dependency.

  • Support only Python 3 via pybind11.

  • Add support for non-POD arrays.

  • Possibly remove internal expression template implementations in favor of delegating more work to Eigen (which may become a required dependency).

When the rewrite reaches a usable state, the current master version will be archived to a stable branch and the devel branch will become the new master.

About

NumPy-compatible multidimensional arrays in C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 11

0