Skip to content
 
 

Folders 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

Stars

165 stars

Watchers

17 watching

Forks

Releases

Packages

Used by

Contributors

Languages