-
It would be very useful to record and publish benchmarks of how zarr-python performs in various workloads. Especially with the addition of sharding, I think people working with Zarr will benefit from …
d-v-b updated
3 months ago
-
I tried installing rookiepy for Python 3.13 (on windows 10) and got error messages including:
error: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported versio…
-
Just curious if any of you have had a look at the Clojure [libpython-clj](https://github.com/clj-python/libpython-clj) or used it. Might be a useful source of ideas for select problems.
Having a l…
-
https://tox.readthedocs.io
```
[tox]
envlist = py27,py35,py36,py37
[testenv]
# install pytest in the virtualenv where commands will be executed
deps = pytest
commands =
# NOTE: you can r…
-
libpython should be left in the environment. This is useful for us developing c libraries with python bindings. And in fact python expects this as well (look at the `not found` line below):
`…
-
current repository seems to be compiled only up to python 3.11.
this prevents leveraging performance improvement of python 3.12 with the adi-reader library.
it looks like following the readme inst…
-
### Describe the bug
Aiohttp, as I understand it, cannot set the SSL certificate correctly. When trying to establish a connection with the login site of my university, aiohttp cannot get the correct …
-
This could be useful when someone asks for Python videos, someone could then proceed to type `!resources watch` or `!resources videos` and the Python bot would link [the Watch part of the resources pa…
15696 updated
3 months ago
-
See if we can implement logging for the Python integration.
## To do
- [ ] Research how to implement logging
- [ ] OpenTelemetry logging?
- [ ] Add OpenTelemetry logging support to the a…
-
I would like to be able to write a callback that accepts accepts unbatched arguments, which would normally be executed under `pure_callball(... vmap_method='sequential')`, but then perform `vmap` usin…