Skip to content

Releases: theOehrly/Timple

Release v0.1.8

27 Dec 11:38
f502bf7

Choose a tag to compare

  • fixed a compatibility issue with older versions of Matplotlib that was introduced in v0.1.7

Release v0.1.7

09 Oct 15:07
524e017

Choose a tag to compare

  • fixed a bug that caused a crash when Pandas Series objects are passed to the converter

Release v0.1.6

15 May 20:23
4289064

Choose a tag to compare

  • added correct support for masked arrays, as introduced in Matplotlib version 3.7.0
  • fixed typecasting errors in newer versions of Pandas
  • maintenance changes to guarantee compatibility with upcoming NumPy deprecations
  • fixed a crash when trying to plot a list or tuple of Pandas Timedelta values

Release v0.1.5

18 Nov 17:41

Choose a tag to compare

Compatibility fixes for Matplotlib v3.5.0

Release v0.1.4

16 Aug 21:20

Choose a tag to compare

Unpin matplotlib dependency after temporarily pinning it to <= 3.4.2 in the previous release

Release v0.1.3

14 Aug 05:50
e0bc89a

Choose a tag to compare

Pin matplotlib version to <=3.4.2 temporarily.

Release v0.1.2

03 Mar 15:17

Choose a tag to compare

This release mainly offers improved support for the pandas.NaT datatype

Release v0.1.1

03 Mar 10:26

Choose a tag to compare

  • minor bug fixes
  • added support for argument pass through from converters to formatters
  • added possibility to hide axis offset if the offset is zero (concise formatter)

First release

02 Mar 20:58

Choose a tag to compare

First release of Timple