Skip to content

Releases: ccmorenos/pretty_verbose

Pretty Verbose Version 0.1.0

17 Nov 17:27
Compare
Choose a tag to compare

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

04 Nov 22:26
Compare
Choose a tag to compare

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

27 Oct 20:51
Compare
Choose a tag to compare

Change an example

Pretty Verbose Version 0.0.6

24 Oct 07:11
Compare
Choose a tag to compare

Fig bug when saving the log and simplify the message printing

Pretty Verbose Version 0.0.5

16 Feb 04:00
Compare
Choose a tag to compare

Remove requirements version restrictions.

Pretty Verbose Version 0.0.4

17 Oct 03:56
Compare
Choose a tag to compare

Update version in package configuration.

Pretty Verbose Version 0.0.3

17 Oct 03:48
Compare
Choose a tag to compare

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

28 Aug 23:03
Compare
Choose a tag to compare

Add support for several arguments in the messages.

Pretty Verbose Version 0.0.1

28 Aug 20:07
Compare
Choose a tag to compare
v0.0.1

Modify workflow