Skip to content

Releases: muralivnv/cpp-pyplot

Version 1.2.3

10 Oct 18:00
2c7178a
Compare
Choose a tag to compare
  • Added support for variables of type integral and floating point
  • Added support for variables of type std::string and std::string_view

Version 1.2.2

10 Oct 04:36
4678607
Compare
Choose a tag to compare
  • Added conanfile.txt for dependency installation
  • Fully tested on Windows and Linux

Version 1.2.1

08 Oct 22:06
Compare
Choose a tag to compare
  • Fixed bug in dedent_string to skip empty lines
  • Added animation example

Version 1.2

08 Oct 01:09
1015286
Compare
Choose a tag to compare

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

05 Oct 03:18
Compare
Choose a tag to compare

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...> (with T being the variadic data type) for member func's raw and data_args.

First release of Cppyplot

22 Sep 00:46
Compare
Choose a tag to compare

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