Dan King
Dan King
Thanks for maintaining this great crate! I can't seem to figure out how to have a PackedStruct whose fields are `usize`. Is there any intention to support this as long...
For example, the following should Just Work. ```python import vortex as vx url = "hf://datasets/danking00/statpopgen-benchmark/10000/vortex-file-compressed/gnomad.genomes.v3.1.2.hgdp_tgp.chr21.vortex" f = vx.open(url) arrays = list(f.scan()) array = vx.io.read_url(url) ``` This works fine for Parquet...
### Describe the bug Consumers should have the opportunity to provide simplification rules or to participate in expression partitioning. --- Vortex expression partitioning (e.g. in Struct Layout) critically relies on...
### Describe the bug See the title. See also: - https://spiraldb.slack.com/archives/C07BV3GKAJ2/p1761662879954439 - https://github.com/vortex-data/vortex/pull/5101 ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_
### Describe the bug The sequence array `[30, 20, 10, 0]` should be castable to u8, but it is not because its multiplier is -10. Sequence Array should use one...
### What happened? This does not do I expected: ``` In [10]: hl.nd.array([hl.array([[[0,1],[2,3]],[[4,5],[6,7]]]), hl.array([[[0,1],[2,3]],[[4,5],[6,7]]])]) Out[10]: ``` This does what I expected: ``` In [11]: hl.nd.array(hl.array([hl.array([[[0,1],[2,3]],[[4,5],[6,7]]]), hl.array([[[0,1],[2,3]],[[4,5],[6,7]]])])) Out[11]: ``` In particular,...
### What happened? The Australians have a 105(?) image that works for them. We should steal that. ### Version 0.2.117 ### Relevant log output _No response_
### What happened? The NDArrayNumericExpression currently lacks a max method that allows users to compute the maximum value along a specified axis of the NDArray, akin to numpy's max method....
### What happened? The left-hand-side is the VEP schema Hail uses for VEP 95. The right-hand-side is the VEP schema gnomAD team uses for VEP 105. It's possible that Hail's...