Ben Greiner

Results 84 issues of Ben Greiner

**Describe the issue**: Upgrading from numpy 1 to 2.0.0rc1, the fastparquet test suite starts to fail during the unit tests for the openSUSE rpm packaging builds. ```python [ 76s] _______________________________...

`test_import_without_warning` does this: ``` subprocess.check_call([sys.executable, "-Werror", "-c", "import fastparquet"]) ``` But with packaging >= 20.5 this raises a DeprecationWarning: ``` [ 95s] E subprocess.CalledProcessError: Command '['/usr/bin/python3.6', '-Werror', '-c', 'import fastparquet']'...

## Description `test_ypy_yjs_0[0]` randomly fails in comparing the generated code cells to the reference. This behavior is flaky, though. Sometimes there is only one cell, sometimes there are multiple duplicates:...

bug

`scipy.spatial.transform.Rotation.from_dcm()` [was removed in SciPy 1.6.0](https://docs.scipy.org/doc/scipy-1.4.0/reference/generated/scipy.spatial.transform.Rotation.from_dcm.html). The proper name is [`.from_matrix()` since Scipy 1.4](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.from_matrix.html).

[Boost 1.85 removed filesystem/convenience.hpp](https://www.boost.org/doc/libs/1_85_0/libs/filesystem/doc/deprecated.html) Commit 611afd97895a092bc226c11b373b1451cf0f4171 already replaced the deprecated function `basename()` consumed from it, but the header include is still there and causes a build with boost 1.85 to...

I'm currently testing numpy 2 on the the openSUSE python ecosystem. I notice the pandas test suite failing when numpy 2.0.0rc1 is installed instead of 1.26.4: ``` [ 681s] ===================================...

Follow up of https://github.com/pydata/bottleneck/pull/449#issuecomment-2100314258

[Hypothesis](https://github.com/HypothesisWorks/hypothesis) uses tags in the form of `hypothesis-python-%{version}`. The following service definition does not work: ```xml https://github.com/HypothesisWorks/hypothesis.git git hypothesis-python-5.23.11 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python/tests hypothesis-python-tests ``` Apparently the hyphens are stripped already...

Influxdb 1 is old, python-influxdb is no longer maintained. See - https://build.opensuse.org/request/show/1112253 - https://github.com/influxdata/influxdb-python/blob/master/README.rst Tasks: - [x] submit [server:database/influxdb2](https://build.opensuse.org/package/show/server:database/influxdb2) to Factory - [x] create [python-influxdb-client](https://pypi.org/project/influxdb-client/) package for Factory - [...

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Needs Triage