Jules Chéron
Jules Chéron
CI is failing because of a problem on CircleCI I think. Pipeline needs to be triggered again.
Pint only supports babel 2.8. if anyone is interested in looking into that.
Seems like some tests with xarray are making CI fail. Do we know what's triggering this ?
you're trying to install `python3-influxdb-client` which does not exists. Also when using the system `pip` command you're trying to install `influxdb-client` with the system python which is probably still python2...
See https://github.com/hgrecco/pint/issues/1650 and https://github.com/hgrecco/pint/issues/1344 We made the decisions to keep angles units calculations out of those kind of consideration. That said, I don't know if we can implement context transformation...
It's caused by a floating point error. I'll check that deeper if there is a quick fix that does not affect performance
is there any news on merging this, any required change or should it be impelmented on another lib to ease maintainability ?
Like @kevinsa5 I'd say it's way to early to support polars instead of pandas. The API is still unstable, version 0.X. I'm a big user of polars on personal projects...
After adding this: ```console $ docker run -p 8123:8123 myhomeassistant [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying...
@RonnyPfannschmidt Is it possible to use `SCMVersion` attributes in the template. For now only `version` string & `version_tuple` is available ?