Antoine Pitrou

Results 66 issues of Antoine Pitrou

Several implementations got ``Column.get_buffers()`` wrong by assuming the buffers dtypes would be the same as the column dtype. Clarify to eliminate any ambiguity. See https://github.com/apache/arrow/issues/37598 for example. Closes #273

### Describe the bug, including details regarding any error messages, version, and platform. The Crossbow submission routines depend on an unstable setuptools_scm API that forces us to pin the setuptools_scm...

Type: bug
Component: Archery
Component: Continuous Integration

### Describe the enhancement requested The latest released Parquet format version is 2.10.0, but our ParquetVersion enum only goes up to 2.6.0. We should fill in the missing values. For...

Type: enhancement
Component: Parquet
Component: C++

### Describe the bug, including details regarding any error messages, version, and platform. The integration test runner displays skipped tests like this: ``` 2023-10-25T08:23:41.7618109Z ====================================================================== 2023-10-25T08:23:41.7618808Z ====================================================================== 2023-10-25T08:23:41.7619627Z Testing file...

Type: bug
Component: Integration

### Describe the enhancement requested Crossbow execution resources on Azure Pipelines are scarce, while they are quite ample on Github Actions. It would therefore be probably beneficial to move most...

Type: enhancement
Component: Continuous Integration

### Parquet 3 metadata proposal This is a very rough attempt at solving the problem of `FileMetadata` footprint and decoding cost, especially for Parquet files with many columns (think tens...

**Describe the bug** While `--python` allows flexible ways of specifying the desired interpreter (by version, by path...), the environment variable `PIPX_DEFAULT_PYTHON` only allows a full path to the Python executable....

### Describe the enhancement requested Free-threaded wheels on Windows were blocked on the availability of NumPy packages. Those are now available in https://anaconda.org/scientific-python-nightly-wheels/numpy/files Reference: https://github.com/numpy/numpy/issues/26157#issuecomment-2414471900 ### Component(s) Packaging, Python

Type: enhancement
Component: Python
Component: Packaging

### Rationale for this change ### What changes are included in this PR? ### Do these changes have PoC implementations?

Assorted fixes and improvements: * ensure the entire test suite passes under Linux * add `--no-patch` option to disable the DLL search path patching logic * add `--mangle-only` option to...