Matti Picus

Results 116 issues of Matti Picus

NumPy recently disallowed manually setting the `writable` flag to `True`. Perhaps there is a work-around by making sure `_interface.get_file` returns a writeable bytearray rather than a byte-string. For instance, in...

performance

Started in #13104, turned into a tracking issue here. Turning on -n in sphinx-build results in over 1000 warnings about bad references in docs. Trying to break these down with...

04 - Documentation
Sprint

In #13664 @luzpaz used codespell to find typos. We could maybe do this by adding this to a travis CI run. I wonder how many false positives it would generate....

01 - Enhancement
component: build

As described in the [ARROW-2651](https://issues.apache.org/jira/browse/ARROW-2651) issue, this patch fixes the C datetime module import mechanism for PyPy. This is related to #2089 which was closed in favor of the JIRA...

lang-python

It seems there is a problem somewhere releasing a resource so that the jupyter kernel can die. This manifests itself both in a [PR to ipykernel](https://github.com/ipython/ipykernel/pull/700) and a [PR to...

ndarrays cannot be passed to cpython?: ``` cnp = import_module("numpy") # import numpy from cpython import numpy as np # import numpy from pypy a=np.random.random(30) + 1j*np.random.rand(30) # create a...

Builds on #81 so that `PYTHON=python2 make tests` and `PYTHON=python3 make tests` both pass

cla: no

This project [depends on pynvml](https://github.com/mosaicml/llm-foundry/blob/93e3290fe2c228a50a67546e6191b71db7171ccb/setup.py#L57), where the nvidia-blessed bindings to nvml are in the [nvidia-ml-py](https://pypi.org/project/nvidia-ml-py/) package instead. This is causing problems for the [gpustat project](https://github.com/wookayin/gpustat/issues/153#issuecomment-1551036105), which needs some internals from...

### Search before asking - [X] I had searched in the [issues](https://github.com/ray-project/ray/issues) and found no similar feature requirement. ### Description speedscope is vendored into the dashboard at version 1.5.3 from...

enhancement
dashboard
stale

## Why are these changes needed? Issue #34094 covers the network connection problems with ray startup. One of [the conclusions](https://github.com/ray-project/ray/issues/34094#issuecomment-1551786648) was to improve the error message reported when the worker...