Skip to content

Releases: SteveDoyle2/cpylog

1.0.4

23 May 16:14
Compare
Choose a tag to compare

Dropping Python 2.7 support

1.0.3

11 Apr 00:16
Compare
Choose a tag to compare
  • Removing colorama import when already dumping content to a text file
  • Adding check to get_logger's first argument

1.0.2

13 Mar 00:57
Compare
Choose a tag to compare

Removing six dependency to fix install when you don't have pip.

Adding temporary Python 2.7 support. It'll be removed in a future release (6/2019?).

Adding travis CI testing.

1.0.1

11 Mar 23:38
Compare
Choose a tag to compare

First official (working) release

cpylog supports:

  • colorama (optionally)
  • Jupyter notebook HTML output (optionally)
  • overwritable with a standard Python logger
  • crashes (a good thing) on misformatted logging statements (instead of being silently dropped)