tvalentyn
tvalentyn
Since 0.28 non-const arguments cannot be passed into functions that take const-qualified parameters
With migration from Cython 0.27 to 0.28.2 I noticed a compilation error "Cannot assign type 'vector[int64]' to 'const vector[int64]'" in a codebase that looks roughly like: ``` bool foo[L](const vector[L]...
### What needs to happen? Currently the MLTransform tests are included in a benchmark suite, which might reduce visibility of test failures MLTransform functionality. ### Issue Priority Priority: 3 (nice-to-have...
### What needs to happen? Current project summary is a very short paragraph: https://pypi.org/project/apache-beam/. We could add more content and useful pointers to that page, perhaps similar to https://pypi.org/project/scipy/. ###...
### Description We observe in https://github.com/apache/beam/issues/28703 that `cibuildwheel` in our github action runs sometimes fails with a time out after the wheel is built. The 30 second timeout seems to...
### What needs to happen? GCR is deprecated in favor of Google Artifact registry. We use GCR in some integration tests, such as Python ValidatesContainer test, and possibly a few...
### What happened? There might be a race in sentence_transformers tests: ``` if os.path.exists(path + ".lock"): > os.remove(path + ".lock") E FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/.cache/torch/sentence_transformers/sentence-transformers_all-mpnet-base-v2/sentence_bert_config.json.lock'...
Context: https://github.com/pypa/pip/issues/8419. When major.minor.patch versions are passed to python_version requirements specification (see https://www.python.org/dev/peps/pep-0508/), pip behavior is not intuitive: ``` docker -- run -it --entrypoint /bin/bash python:3.5-slim-stretch root@bcd3693fbfa1:/# python --version Python...
Follow up for #31321
tvalentyn's branch to test changes to GHA workflows. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention...