Skip to content

2.3.1

Choose a tag to compare

@lifedox lifedox released this 06 May 22:18
· 233 commits to main since this release
772e358

Added

  • Added doc-strings to Configuration.copy and MutableConfiguration.copy methods.
  • Added parameters to Configuration.__init__ and MutableConfiguration.__init__ documentation
  • Duplicated overloads to improve MutableConfiguration documentation.

Fixed

  • Baked-In Documentation: Corrected grammar in Project description and Readme.
  • EagerIOBinaryFile, EagerIOTextFile: Updated to exclude data from repr and hash.
  • Added Generic Type Parameters to MutableConfiguration
    • Both default to typing.Any, so no behavior change.
    • Should have been updated alongside Configuration.
  • KT is now bound to collections.abc.Hashable