Skip to content

Releases: Ciriphys/Dali

v1.0.6 - Bug Fixes

11 Jun 19:12

Choose a tag to compare

  • Fixed a bug on ShowPlot() that wouldn't save images with labels.

v1.0.5 - New features

11 Jun 10:07

Choose a tag to compare

  • Added xlim and ylim options to plotting.py.

v1.0.4 - Bug Fixes

08 Jun 23:08

Choose a tag to compare

Fixed a bug that occurred when more than 8 plots were added before showing.
Also, calling ShowPlot() will now reset the internal colorIndex.

v1.0.3 - First Release

08 Jun 22:35

Choose a tag to compare

This is the first release of Dali!

There are very few functions, but all that is necessary to do basic data analysis.
The two main features of this release are the LaTeX module, which allows to export DataFrames and measurements in formatted LaTeX code, and the Plotting API, which is very versatile and its modular design allows to quickly plot and export the computed outputs.