-
Often times in the process of building a block the top of the block will be the same as a previous block. In that case, we should be able to reload a previously built block's state instead of reconstr…
-
`logp` in the `BetaGeoBetaBinom` distribution block contains an iterable currently serviced by a `Scan` from `pytensor`. It's possible to refactor this so that `Scan` is no longer needed:
```pytho…
-
It would be neat if bounded channels could be resized, to increase or decrease the allocated capacity, like `Vec::shrink_to` and `Vec::reserve_exact`.
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars.
### Reproduc…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/10900504174
## Patch information
Applied patches: 1 -> 1
A…
-
Hi, predicates_vec.npy file not exist. can you please send it. or kindly tell me how did you make it
-
I am trying to serialize this
```rust
#[derive(Serialize)]
pub struct Test {
pub val: Vec,
}
#[derive(Serialize)]
pub enum TestEnum {
#[serde(rename_all = "camelCase")]
First…
-
**Describe the bug**
Here, `vec` should have the same color as `x` and `y`.
![image](https://user-images.githubusercontent.com/34583604/126876727-f9005f59-4c6b-4690-b2e7-a1b4c33ea8ed.png)
**O…
-
As we approach a stable version of the LogUp-GKR implementation, we should start thinking about refining the interface between the STARK and GKR. For example, in the current implementation, we open th…
-
请问pull_coord*_vec的值只能是0、1或者-1嘛?我做配体结合受体的模拟,配体到达结合位点之前变换移动方向,设置pull_coord*_geometry = direction_periodic,改变pull_coord*_vec的值对吗?