Skip to content

Release 0.8.0

Compare
Choose a tag to compare
@JoschD JoschD released this 25 Apr 14:38
· 42 commits to master since this release
2bb6b5b

In this release we fixed matplotlib to version 3.7.0 or higher to be compatible with pandas version 2.0.0 or higher, which is also fixed.
Compatibility with tfs-pandas for this pandas version is ensured not by fixing the version, but by removing join and append functions from the code and instead using the concat method.
Nonetheless, it is recommenteded, to use tfs-pandas version 3.6.0.

Fix:

  • Changed all pandas/tfs-pandas append() and join() to concat()
  • Moved InputFiles into separate module