Robert Kern

Results 3 issues of Robert Kern

`setup.py` claims `>= 0.12`, but it does not appear to work with 1.2.1 or 1.1.0: ``` [~]$ ipython Python 2.7.3 | 64-bit | (default, Aug 8 2013, 05:37:06) Type "copyright",...

bug

The `@profile` decorator needs to be the most proximate decorator to the function since it registers the function object itself with the profiler. Also, since it replaces the function with...

The [CC-BY license](https://creativecommons.org/licenses/by/4.0/) is very explicit about permitting commercial use, contrary to the description in the `README`: https://github.com/datamol-io/safe/blob/main/README.md?plain=1#L163 Can you clarify what the actual license is? Is it actually CC-BY,...