Ubelt

Latest version: v1.3.5

Safety actively analyzes 628969 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 11

0.9.0

Fixed
* Fixed issue in setup.py that broke the previous release.

0.8.9

NOTE: THIS RELEASE WAS BROKEN DUE TO AN ISSUE WITH THE SETUP SCRIPT

Added
* `dpath` and `fname` keywords to the `ub.download` function.
* `modname_to_modpath` can now find modules referenced by egg-link files.
* `ub.sorted_keys` and `ub.sorted_vals` for sorting dictionaries


Fixed
* `ub.download` now accepts `sha256` and `md5` hashes.

Changed
* The argument names in `ub.group_items`, `groupids` was changed to `key`.
* The argument names in `ub.dict_hist`. `item_list` was changed to `items`,
`weight_list` was changed to `weights`.
* The argument names in `ub.flatten`. `nested_list` was changed to `nested`

0.8.8

Added
* Added `check` kwarg to `ub.cmd`, which when True will raise a
`CalledProcessError` if the exit-code is non-zero.
* Added support for pypy.

Changed
* Moved `timerit` to its own module.

0.8.7

Fixed
* Fixed corner case where `util_hash` raised an import error when python was
not compiled with OpenSSL.

0.8.6

Fixed
* Removed the `NoParam.__call__` method. This method should not have been
defined, and by existing it caused issues when using `NoParam` as a
column-key in pandas.

0.8.5

Added
* Timerit now has 3 new properties `measures`, `rankings`, and `consistency`.
These keep track of and analyze differences in timings between labeled
timerit runs.
* `ub.take` now accepts `default=NoParam` keyword argument.


Changed
* Substantially improved documentation.
* The following functions are now officially deprecated: `dict_take`

Page 5 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.