Releases: ccmorenos/pretty_verbose
Releases · ccmorenos/pretty_verbose
Pretty Verbose Version 0.1.0
New Features:
- Error message can exit the process.
- New Class Tasks For managing task loggers. It allows to measure time intervals of execution.
- New Class Process. For managing different layers of processors.
- New Class Logger. For administrating the files and the outputs. (WIP)
TODO:
- Allow raising errors and catch some of them.
- Communication between processes.
- Control deletion of tasks.
- Manage better the names, delete scope attribute.
Pretty Verbose Version 0.0.7
Optimisations:
- Remove the dependencies to pandas and to colorama.
- Modify printing formatting.
Bug fixing:
- Print the same length of the terminal, avoid break with percentage printing.
Pretty Verbose Version 0.0.6-1
Change an example
Pretty Verbose Version 0.0.6
Fig bug when saving the log and simplify the message printing
Pretty Verbose Version 0.0.5
Remove requirements version restrictions.
Pretty Verbose Version 0.0.4
Update version in package configuration.
Pretty Verbose Version 0.0.3
Change requirements file. The version of the required packages should not be equal to the specific version but higher.
Also an input function was added
Pretty Verbose Version 0.0.2
Add support for several arguments in the messages.
Pretty Verbose Version 0.0.1
v0.0.1 Modify workflow