-
pint: 0.17
numpy: 1.21.0
python: 3.9.1
___
Hi,
the docs state that np.linspace is supported by pint, thus maybe this would be nice to have someone looking into.
```python
time = 10 * ure…
-
I am building a `ConvLSTM2D` for time series prediction and in that i need to check the results on `kernel_size` `(1,3)` and `(1,5) `but i found out that the hp.Choice doesnt allow that. Is there any …
-
### Bug description
When using a NewType type definition based on `Dict[str,str]` and using regular dict-access methods, this generates various false positive warnings, e.g. `unsupported-assignment-o…
-
## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [x] …
-
### Background
Currently in HTML, Sphinx gives each footnote a number. Numbers are per document (`.rst` file), so different HTML output files will both use `[1]` for the first footnote in that HTML…
-
I've been using the python api in an external module and have run into some inconsistencies in the use of the argument/option `metavar` feature. This is more of a discussion / clarification issue befo…
-
**[Original report](https://bitbucket.org/mchaput/whoosh/issue/258) by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/t…
-
> Python DBI2 is not all that compelling -- it is a least likely to offend, erstwhile attempt at genericity.
> Times have changed some. I have no qualm with using it to make sure 'bases are covered'.
…
-
networkx version: 2.0
nxviz version: 0.3.6
Python: 3.5.2
Operating System: Linux-4.4.96+-x86_64-with-Ubuntu-16.04-xenial
### Description
I want node labels to show up in the ArcPlot. They don't…
-
class c: pass
c.x, c.y = (5,6)
reports exception: can't assign to literals
this works in python. This makes solving the destructuring bind bug for classes somewhat tricky. I've worked around it, b…