-
currently missing decent setTimout and clearTimeout methods.
I'd like these to work 2 ways. async and not. so a flag needs to be added to make async=True. currently i doubled up and 2 new ones to '…
-
I'm not sure of the best/usual approach to documenting these, because the dunder methods are called via specific python syntax. But these are definitely intended to be part of the API.
-
At the moment, when using pyopencl and clesperanto together, pyclesperanto breaks pyopencl in some contexts, e.g.
* working with complex numbers (see also #115)
* adding images with > 3 dimensions
…
-
When overriding binary special methods (e.g., `__eq__`, etc.), returning [`NotImplemented`](https://docs.python.org/3/library/constants.html?highlight=notimplemented#NotImplemented) is a common conven…
-
To avoid explicit type coersion in Dask Array `map_blocks`, consider adding
- [x] `dtype`
- [x] `shape`
- [x] `ndim`
- [ ] `__array_function__`
to `itk.Image`.
@jakirkham @mrocklin
-
As in pandas: `Series.eq('some_value)` or `Series.gt(2)`. It allows for more convenient syntax with dot notation when creating composite masks.
-
As of python 3.9, python dictionaries now support being merged via
```python
c = a | b
```
and updated via
```python
c = a |= b
```
see [PEP 584](https://www.python.org/dev/peps/pep-0584/#abst…
-
Be sure to visit our [Resources Page](https://github.com/section-engineering-education/engineering-education/blob/master/new_contributors/resources-page.md) for tools, resources, and example articles …
-
An initial prototype of API documentation in the sidebar that integrates with the editor.
This is early, exploratory work.
Aim to explore:
- Where we get the data from (stubs?, via Pyright?, pr…
-
**Describe the bug**
py domain: All `:py:*` roles can refer python objects even if objtype not matched.
**To Reproduce**
Both `:py:meth:` and `:py:class:` are converted into hyperlinks to `.. p…