Julien de la Bruère-T.

Results 8 issues of Julien de la Bruère-T.

matplotlib is currently listed in `install_requires` parameter of setup and is installed automatically along with the package. In instances where the package is installed for inference only, matplotlib is not...

It would be very useful if the `dataframe_regression` fixture could check non-numeric columns in dataframes. One simple work around is to use `data_regression` and convert the dataframe to a dictionary:...

## Description The `TernaryAxesSubplot.scatter()` method skips the first color of the default matplotlib colormap in version 1.0.8. ## Steps to reproduce ```python import ternary fig, tax = ternary.figure(scale=1) tax.scatter([(1.1/3, 0.9/3,...

https://github.com/DrGFreeman/dynamo-pandas/pull/76 bumped black to 24.3.0 in `requirements-dev.txt` however the version in `.pre-commit-config.yaml` is still 22.3.0. Align the two versions to avoid formatting conflicts.

dependencies

The [Macros](https://rust-exercises.com/04_traits/04_derive#macros) section of the book's **4.4 - Derive macros** page has a link to a [Further Reading](https://rust-exercises.com/04_traits/04_derive#further-reading) section but the subsection is missing from the page. BTW, this an...

The `OIDCAuth` class and group-based features added in 2.3.0 are great! It would be useful for the `OIDCAuth` class to take a callable that is executed at the end of...

When running in Python 3.12 and above, the following warning is issued: ``` .../site-packages/json_logging/__init__.py:247: DeprecationWarning: datetime is deprecated and scheduled for removal in a future version. Use timezone-aware objects to...

I'm working on a Python package that embeds the data tables from this repo and provides a function to dynamically load a table to a dictionary at runtime like in...