Skip to content

Release 3.8.2

Latest
Compare
Choose a tag to compare
@fsoubelet fsoubelet released this 15 Aug 15:26
c0c54ba

Release 3.8.2 brings two minor changes, which are fully transparent to the user.

Changes

  • The headers of a TfsDataFrame are now stored as a dict and no longer an OrderedDict. This should save some memory.
  • Removed a workaround function for some pandas behaviour which is no longer necessary due to the higher minimum pandas version.

What's Changed

Full Changelog: v3.8.1...v3.8.2