Closed paranoya closed 3 weeks ago
VERSION 2
Besides, I don't think a logging facility is really necessary for this library...
What to do with the print
statements? Comment those at "INFO" level, and keep "WARNING"s?
I actually find many of the "INFO"s useful (e.g. those that initialise the SSP
classes). Maybe add a verbose=True
parameter to all functions that currently print
anything? I think this is the option I like the most...
Then you have to update all the documentation
Right now, there are quite a few
print
statements here and there. We should definitely move tologging
; the question is whether this is something for version 1 or version 2