1.2.0
- Preliminary compatibility with PHP 8.2
- CSVImporter class, that provides an object orientated approach to working with CSV files.
- Importer class now uses CSVImporter as it's underlying engine for all of its CSV methods.
- DataFrame round() now converts datapoints to a string in order to maintain the specified precision.
- Increased type hints
- Now requires Plotlib 1.1.1 or later.