Simon-Martin Schröder

Results 69 issues of Simon-Martin Schröder

It would be nice to have some examples for each of the supported db abstraction libraries. Right now, I can not easily judge if architect could maybe help my with...

Is there a way to get a list of all currently running workers?

When using HDBSCAN with a current numpy version (1.20.3), I get the following error: ``` .../venv/lib/python3.9/site-packages/hdbscan/hdbscan_.py:275: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning,...

### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge,...

For `OutputContainer.add_stream` , only `codec_name` and `rate` are documented. Descriptions are missing for `template`, `options` and `**kwargs`.

## Description [API Changes](https://scikit-image.org/docs/0.19.x/api_changes.html) has not been updated since 0.16, although notable changes took place.

Like the author of #376 already said: > A viable alternative would be to use the warnings infrastructure instead. This would allow developers to configure for warnings, specifically, such as...

type: enhancement
core

I would like to use DragSelect only for *selecting* elements (no free movement). Then, I want to drag and drop them to another place (think of files being dragged into...

help wanted
not an issue
feature request

Is there a ask/tell interface? If not, is there a workaround? I'd like to initialize the optimizer with already known function evaluations. Likewise, I'd like to query the next data...

It would be great if lycon included affine transformations. I use Lycon for loading of images for CNN training. Affine transformations are a common technique for augmentation. OpenCV is hard...