Release 0.8.0
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()
andjoin()
toconcat()
- Moved InputFiles into separate module