All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix: Style serialization
- Doc: correcting an image
- More traits for
Style
and be more careful with conversions - Add
serde
support - Add z axis configuration
- Add key positioning
- Add countour plot
- Fix: Heatmaps are now plotted correctly using
pm3d
instead ofimage
- Updated dependencies
- Errors are now non-exhaustive for less breaking changes
- Correct Style::Point symbol documentation
- Add a global
preexplorer::clean()
function to remove all generated files
- Make Style Enum public
- Update documentation
- Warning added when saving a struct when no data
- Implement statistical data representation
- Sequence and Process variants of: bin, error and violin plots.
- Implement heatmap
- Add bins to Density
- More intuitive and idiomatic crate structure:
- Add and AddAssign traits.
- From/Into traits.
- Drop the trait bound PartialOrd for Density, as it is not needed anymore.
- Change Density plotting: instead of (incorrect) binning, use smooth kdensity from gnuplot.
- Idiomatic implementation of Setter and Getter methods.
- Moved from failure to thiserror crate.
- Documentation bug: rustdoc and images.
- Update dependencies.
- More general input for id's.
- Documentation improved: now images in rustdoc.
- Documentation improved.
- Documentation added, specially traits.
- New default plot for Density
- Documentation added.
- First working version