Skip to content

Releases: Ciriphys/Dali

v1.0.6 - Bug Fixes

Choose a tag to compare

@Ciriphys Ciriphys released this 11 Jun 19:12
  • Fixed a bug on ShowPlot() that wouldn't save images with labels.

v1.0.5 - New features

Choose a tag to compare

@Ciriphys Ciriphys released this 11 Jun 10:07
  • Added xlim and ylim options to plotting.py.

v1.0.4 - Bug Fixes

Choose a tag to compare

@Ciriphys Ciriphys released this 08 Jun 23:08

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

Choose a tag to compare

@Ciriphys Ciriphys released this 08 Jun 22:35

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.