Skip to content

1.2.0

Compare
Choose a tag to compare
@sqonk sqonk released this 09 Oct 07:16
· 75 commits to master since this release
  • 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.