Ivan Smirnov

Results 269 comments of Ivan Smirnov

@ritchie46 Asked someone to run a test independently on their M1 machine, same story: ```python 📦 Built wheel for abi3 Python ≥ 3.7 to /var/folders/dr/72hf18qj4yn4zsqd2q9fwtvm0000gn/T/.tmp7M9b7w/polars-0.16.16-cp37-abi3-macosx_11_0_arm64.whl 🛠 Installed polars-0.16.16 .venv/bin/pytest -n...

Using the previous version (bitflags 1.3.2) – constants can be found but highlighting of the constants is wrong (looks related to #8649). This doesn't cancel the question why it doesn't...

Moreover, the whole package is just binary files which isn't great given that it's also closed-source: ``` site-packages/khash site-packages/khash/container.cpython-311-darwin.so site-packages/khash/__init__.py site-packages/khash/khash.cpython-311-darwin.so site-packages/khash/__pycache__ site-packages/khash/__pycache__/__init__.cpython-311.pyc site-packages/khash/siphash.cpython-311-darwin.so site-packages/khash/tree.cpython-311-darwin.so ```

Since a bunch of reduction functions have been implemented lately (like `np.ptp` in the latest 0.43 release), would it make sense to enhance them so they actually support axis arguments?...

I meant `PartialOrd` of course -- and forgot that it already uses these method names :) So `ne`, `eq`, `ge`, `gt`, `le`, `lt` are taken by traits, I guess the...

Just noticed the same thing. Would be nice to have a rustls flag to avoid an openssl dependency (however, it doesn't look like isahc supports it...).

@alexliesenfeld Yes this should do it, thanks. However it doesn't look like https://github.com/sagebind/isahc/issues/199 will be merged anytime soon (not earlier than autumn this year according to author)...

Wonder if we could git-bisect it in a sane way...

Numpy structured arrays will produce packed layouts by default. You can check that `.dtype.itemsize` in your case is equal to 44, whereas for the Rust struct you have it's `repr(C)`,...

@wiwski Does this problem still occur? It would be pretty hard to help out unless you try to narrow it down, i.e. what does pyo3 have to do with it,...