github Erotemic/ubelt v0.11.0
Version 0.11.0

latest releases: v1.3.6, v1.3.5, v1.3.4...
2 years ago

Version 0.11.0 - Released 2022-01-03

Added

  • Added ubelt.Path, as an extension and quicker-to-type version of pathlib.Path with extra functionality.
  • Added progkw as argument to JobPool.as_completed to control progress reporting
  • Added progkw as argument to ub.download / ub.grabdat to control progress reporting
  • Added util_zip with the zopen function. Access a file inside a zipfile with a standard open like interface.

Fixed

  • ubelt.hash_data now handles non-numeric float values.
  • ubelt.chunks now works correctly when nchunks is specified.

Changed

  • Changed default of _hashable_sequence types arg from True to False to be
    consistent, but kept existing types=True behavior in hashable extensions. Changes
    should be backwards compatible, but in the future we may introduce a breaking
    change to make hash behavior more consistent.

Don't miss a new ubelt release

NewReleases is sending notifications on new releases.