Rachit Singh

Results 14 issues of Rachit Singh

I'll probably do this anyway in my fork just to make a Windows executable (and see if it works fine), but have you considered using [fbs](https://github.com/mherrmann/fbs) to make .app and...

This PR adds support for recurrent batch normalization to the LSTM and GRU implementations, via the flag `-batch_norm`. The most important structural change is that the new RecurrentBatchNorm module contains...

Feel free to close if this is out of scope, but I have a large (15MB) PDF file that I am trying to view, and I attempted to use forma...

bug

I don't have a direct use-case at the moment, and feel free to close if out of scope, but I think it would be pretty useful to have the equivalent...

### Steps to Reproduce I might be doing something wrong, so bear with me. I have an organization with 5 packages, let's call them `package_a` to `package_e`. For unfortunate historical...

I'm happy to implement this feature, just wanted to open an issue to make sure it's desired. ### What is the expected enhancement? Currently `rustworkx.visualization.mpl_draw` takes a single `font_size` argument...

### Steps to Reproduce Add a private Git repo as a dependency to a project, and run rye sync. Note that this is a slight duplicate / fork off https://github.com/astral-sh/rye/issues/671,...

enhancement

Recently learned a lot about (numerically stable) sampling from a variety of distributions. Will incorporate once I have a free moment.

### Steps to Reproduce `uv` can find this package fine: ``` ~/proj/uv-test ❯ which uv /home/singhrac/.cargo/bin/uv ~/proj/uv-test ❯ uv venv Using Python 3.12.1 interpreter at: /home/singhrac/.rye/py/[email protected]/install/bin/python3 Creating virtualenv at: .venv...

Fixes https://github.com/casey/just/issues/2311 Should hopefully not be a big maintenance burden, but will make it easier for me to recommend `just` as the Python make replacement. To do (by maintainer): -...