@KevinKaichuang uv venvs should work just like with a regular remote venv, though pycharm doesn't run uv commands on the remove (yet). anything specific that's not working with it?
Announcing the Astral OSS Fund.
We're giving > $3,000 per Astral team member per year to open source projects, maintainers, and foundations, inspired by @getsentry's OSS Pledge.
https://t.co/96W5T8syzk
But our goal is to evolve uv into a "Cargo for Python": a comprehensive project and package manager that's fast, reliable, and easy to use, wrapped in an opinionated workflow.
Think: a single static binary that bootstraps everything you need to be productive with Python.
Announcing uv: an extremely fast Python package installer and resolver, written in Rust.
uv is designed as a drop-in replacement for pip, pip-tools, and virtualenv.
https://t.co/9cRaTBfkEU
i'll also be at #PyConUS if you're interested in chatting about maturin, pyo3, evolving packaging standards, python tooling in rust or just python packaging in general
I've started a company, Astral, to continue building high-performance developer tools for the Python ecosystem.
We're going to keep building Ruff, and build more Ruff-like things.
We've raised a seed round led by @Accel.
I'm extremely excited :)
https://t.co/ELCNKkzaGN
@domenkozar there's also some (very different looking) data in https://t.co/7iBj45aXeT and https://t.co/OZjSyl7CRC, but they didn't explicitly ask for other package managers
i've reimplemented PEP 440 (the python version standard) and wrote about the depths of PEP 440 and how to evolve it for the future https://t.co/lbRQYdQu6S
@SDuninHorkawicz For the cosine search, have you seen https://t.co/CVLoppGkCo? That should solve the maximal size of the target database, without much optimization we got e.g. 313k pLM embeddings searched all-against-all in 77s, and their benchmarks go up to 2 billion embeddings
@SDuninHorkawicz I benchmarked length-dependence rather extensively in https://t.co/UfsxGtl808 . Funnily enough for single domains, performance generally increases with length. (knnProtT5: cosine similarity on flattened embeddings of Pfam ful-length proteins, 2nd picture is knn on CATH <20% PIDE)