mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-02 21:02:16 +00:00
Update README.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
**Fast n-dimensional histogram with convenient interface for C++ and Python**
|
||||
|
||||
[](https://travis-ci.org/HDembinski/histogram)
|
||||
[](https://travis-ci.org/HDembinski/histogram) [](https://coveralls.io/github/HDembinski/histogram?branch=master)
|
||||
|
||||
This project contains an easy-to-use powerful n-dimensional histogram class implemented in `C++03`, optimized for convenience and excellent performance under heavy duty. Move semantics are supported using `boost::move`. The histogram has a complete [C++](http://yosefk.com/c++fqa/defective.html) and [Python](http://www.python.org) interface, and can be passed over the language boundary with ease. [Numpy](http://www.numpy.org) is fully supported; histograms can be filled with Numpy arrays at C speeds and are convertible into Numpy arrays without copying data. Histograms can be streamed from/to files and pickled in Python.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user