Yves Delley

Results 42 issues of Yves Delley

The following code fails in the last line: ```python import numpy as np import pandas as pa import pint_pandas x = pint_pandas.PintArray(np.arange(4),"m") print(np.sqrt(x.quantity)) print(np.sqrt(x)) ```

## Description Recently, in the standalone Jupyter notebook mode, I started to occasionally observe a scroll glitch. https://github.com/jupyterlab/jupyterlab/assets/1310437/7b74fadf-7a70-4124-8807-1b1452eec86a ## Reproduce It is unfortunately unclear what exactly is required to trigger...

bug

Now that TF 2.16 is released which makes Keras 3 the default, it would be great if the official models would be compatible with Keras 3 too. Are there any...

type:feature
models:official

I would like to automatically export 3D models of my PCBs from within our automated PCB build flow. The KiCad native STEP exporter is known to generate wrong output (at...

Although in [an older issue](https://github.com/boostorg/intrusive/issues/47), it was concluded that general `constexpr` may be difficult to achieve, I believe there would be considerable benefit in just a `constexpr` default constructor for...

Looking for a good example on how to use the IOM HAL to implement an I2C master, I found `ios_lram_host.c`. That one has a (minor) bug. Given that Ambiq doesn't...

documentation
2.5.1

The magic name-matching of pytest's fixtures can lead to namespace clashes, apart from being unpythonic (see #3834). Getting a wrong fixture may lead to hard-to-debug errors, especially if one does...

topic: reporting
type: backward compatibility
topic: fixtures

### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...

bug

Starting with GCC 9 (though not with GCC 8, nor Clang 9), I get a warning when I assign a mutation handle (`-Wdeprecated-copy`). The reason seems to be that, because...