Bartosz Telenczuk
Bartosz Telenczuk
The dot example gives wrong result due to an overflow in int32 accumulator. This PR fixes it by working with int64 arrays instead. To make this change feasible the following...
### Summary This PR proposes to clarify the mechanism of creation validation set generation in function `flow_from_directory` when validate_split option is used. This may be potentially important when the image...
`pandas` uses `vbench` to run benchmarks on each new version of code. This way all possible "performance regressions" are early detected. Something similar could be useful for elephant. More information:...
## What it would be nice to have more examples that can be downloaded and adapted by the user, this examples should be shown in an easy to browse gallery...
## What Documentation is essential for every project. Read through the docs and find any errors, undocumented functions and maybe add more tutorials, examples ## How the docs are available...
## What template module allows for easy laying out the figure panels. It's useful, but not documented. Submit a PR that would add doc of the API and possibly a...
## What svg_utils is useful to add annotations to existing SVG images (or even bitmaps). For now, we are supporting a few annotation primitives (like lines, texts), but it would...
## What We need to make sure that SVG files generated with svg_utils are compliant with the SVG standard. To do that, we could use an existing validator tool such...
we should have an easy way to determine which plugins are installed. Adding an option to `quetz` command might be one solution: ``` quetz plugin list ``` we could have...
