Gerenuk

Results 3 comments of Gerenuk

Or the new function could be called `directions_to(...)` Then one can leave the old function. Even though I cannot imagine that someone would not care about knowing all directions. If...

Had the same bug with all of float16, float32, int8, int16, int32, ... for `TableDisplay(pd.DataFrame(np.array([[1]], dtype="float32")))`

I'm using the standard > import logging > import daiquiri > daiquiri.setup(level=logging.INFO, outputs=[daiquiri.output.STDOUT]) > logger = daiquiri.getLogger(__name__) > logger.info("It works and log to stderr by default with color!") in Jupyter...