Release 1.5.1

Change log

  • Fixed issue with OS display scaling.
  • Fixed bug while using clab.pyd directly from Python command line.
  • Time format HHMMSS will display up to 23h and then cycle back to 00h.
  • Removed .size() from clab.Array and clab.TimeSeries. Use len(), as it is the way Python query length of sequences.
  • Included clab.drop(), that creates a new object by droping values in the clab.TimeSeries that are outside the specified boundaries.
  • Other minor bug-fixes and improvements.
Posted on November 7th, 2022.