Releases: muralivnv/cpp-pyplot
Releases · muralivnv/cpp-pyplot
Version 1.2.3
Version 1.2.2
- Added conanfile.txt for dependency installation
- Fully tested on Windows and Linux
Version 1.2.1
- Fixed bug in dedent_string to skip empty lines
- Added animation example
Version 1.2
Changelog
- Implemented singleton architecture for the class cppyplot to create only one publisher and one subscriber
- Separated message subscriber and plotting by using thread
- Restructured README.md
Version 1.1
Changelog
- Refactored
cppyplot_types.h
to remove container as function argument while unpacking nested type. - Added preprocessor directives to check whether the target system is Windows or Linux before spawning a python server.
- Defined function overload for member func
raw
to take containers as arguments along with the plotting commands. - Restricted data type of variadic template to
std::pair<std::string, T...>
(withT
being the variadic data type) for member func'sraw
anddata_args
.
First release of Cppyplot
This release includes
- 1D std::vector and 1D std::array container support
- 2D std::vector and 2D std::array container support
- Eigen matrices container support
- Pause execution if exception occurs on python server