Skip to content

Releases: reaktoro/reaktplot

v0.4.1

17 Mar 18:05
Compare
Choose a tag to compare

🛠️ Improvements

Figures are now created with exponentformat set to "power" and showexponent set to "last" by default.

v0.4.0

10 Mar 19:51
Compare
Choose a tag to compare

🛠️ Improvements

  • Added method dash in LineSpecs
  • Added get method colorway in Figure

v0.3.2

16 Dec 15:55
Compare
Choose a tag to compare

🛠️ Improvements

Added missing self argument to methods:
- xaxisRange,
- xaxisRangeSliderYaxisRange,
- yaxisRange,
- yaxisRangeSliderYaxisRange,

v0.3.1

08 Nov 15:17
Compare
Choose a tag to compare

🛠️ Improvements

This release permits use of Eigen vectors/arrays in reaktplot. It also fixes a minor bug in MarkerSpecs.

v0.3.0

21 Sep 16:19
Compare
Choose a tag to compare

⭐ Major Refactor of C++ lib

reakplot for C++ now relies on reaktplot for Python, to avoid code duplication on the use of plotly.

This release also enables contour plots.

image

v0.2.0

20 Sep 12:49
Compare
Choose a tag to compare

⭐ Updated API

This release improves and extends the C++ and Python API of reaktplot.

v0.1.2

15 Sep 15:57
Compare
Choose a tag to compare

🛠️ Improvements

This release implements the Python API of reaktplot using Python itself, given that using pybind11 to generate the pybindings of the C++ library failed to work in macOS (but it worked fine in Linux).

v0.1.1

14 Sep 14:09
Compare
Choose a tag to compare

🛠️ Improvements

This release improves Python packaging and also the testing infrastructure of the library.

v0.1.0

14 Sep 12:10
Compare
Choose a tag to compare

⭐ First Release

This very first release of reaktplot already permits plotting in both C++ and Python programming languages.

Note: reaktplot relies on plotly for the actual plotting!