- Fixed
LRFutils.archive.new()without name leanding to "None" in the archive name.
- Now, if any other parameter than
nameorverboseis given to theLRFutils.archive.ew()function, this parameter will be added to the name usingLRFutils.archive.description()method.
Warning
This update include breaking changes 💥
- This module is now available on Pypi!
https://pypi.org/project/LRFutils/0.0.11/
- You can then install it using
pip install LRFutils
- You can then install it using
- Added
average_ETAparameter on progress bar to prevent variating ETA. By default, this parameter is set to 10
- 💥
LRFutils.progress.Bar()'sdurationparameter was renamed inshow_durationto be more explicit. - 💥
LRFutils.logmodule was renamedLRFutils.logsin order to have a conveniant import line (from LRFutils import logs) while avoiding conflict with mathematical log function. - 💥
LRFutils.color.Colorclass, was removed. All the attribute are now directly in the moduleLRFutils.color(which allow to import the module on the same line than other onesfrom LRFutils import color, logs, archive [...])
🔎 Changelog doesn't go that far...