- Fixed
LRFutils.archive.new()
without name leanding to "None" in the archive name.
- Now, if any other parameter than
name
orverbose
is 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_ETA
parameter on progress bar to prevent variating ETA. By default, this parameter is set to 10
- 💥
LRFutils.progress.Bar()
'sduration
parameter was renamed inshow_duration
to be more explicit. - 💥
LRFutils.log
module was renamedLRFutils.logs
in order to have a conveniant import line (from LRFutils import logs
) while avoiding conflict with mathematical log function. - 💥
LRFutils.color.Color
class, 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...