Jules Chéron

Results 17 issues of Jules Chéron

- Fix import time benchmark - [x] Closes #1542 - [ ] Executed ``pre-commit run --all-files`` with no errors - [ ] The change is fully covered by automated unit...

- [x] Closes #1553 - [ ] Executed ``pre-commit run --all-files`` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented...

Following how it is done with multiple repository (numpy, pandas, xarray, metpy, etc) It'd be good to move every files/configuration to a specific folder for asv benchmarks

This my go to rework the Pint Documentation. About the theme, we can choose between, they are widely used & offer good reading experience : - [furo](https://pradyunsg.me/furo/quickstart/) (urllib3, black, pip,...

## Context When using a jupyter notebook & setting a default format. Formatting is not applied on cells ouput. ## Expected After applying a default format, formatting should be applied...

formatting

Numpy is going to introduce custom Dtypes to embed metadata. The scope clearly add units as one of the use case, and dtypes like datetime etc. Is it already used...

enhancement
numpy

We should use magnitude repr for Quantity repr as follow ```python ``` using `units=` might be a good idea too. _Originally posted by @jules-ch in https://github.com/hgrecco/pint/issues/1342#issuecomment-1057058129_

The `preprocessors` feature is undocumented. It is really usefull when one has to pass input strings or data through some filters. It should be documented 😃.

docs

Just a thought here. We had a lot of questions regarding offset units particularly when using multiplication with unit. Like : ```python 15 * ureg.deg_C Raising an error instead of...

Following #1486 - Remove pvlib/_version.py (versioneer) - Use importlib.metadata to retrieve version from PKG-INFO - Add importlib-metadata backport for python < 3.8 - Create pyproject.toml with setuptools build backend -...