-
Hi, I ran into your repo and wanted to share that I've been thinking about something similar.
I'd like to be able to declare typed vector dataclasses as concisely as possible, and validate/serializ…
-
Hi,
We are using Stingray to analyse time data, and we are interested on performing an epoch folding search with a large dataset (much larger than what can be fit in the RAM of the computer). Our str…
-
I think that taking advantage of [this](https://www.pnas.org/content/102/25/8844) should let you get a significant improvement in sampling without being _too_ much work.
ghost updated
3 years ago
-
We add a few constructions of difference matrices whose lambda parameter is not 1.
We then modify the orthogonal arrays and transversal designs constructions
to take advantage of these additions. F…
-
Subscribe to this issue and stay notified about new [daily trending repos in Julia](https://github.com/trending/julia?since=daily).
-
I would like to use rational functions as elements of rational matrices. I wonder if this package is still actively developed and if it can be expected that a registered and fully tested version will…
-
This is the meta issue for the 3.0 release of MDAnalysis.
The target date will be a year from the ideal release date of v2.3.0 (which we will release early): 2nd September 2023.
This will allow …
-
I tested KeystrokeListener and found small but annoying bug. To reproduce bug, add to class KeystrokeTest call tf1.setBackground() as follows and run server-side demo app.
......
final TextFi…
-
On netcdf 4.8.1 when I try to use ncdump to print a zarr file with a variable length (jagged) array, it crashes with a segmentation fault. On 4.9.0 on a mac, the same command hangs indefinitely. The …
-
## Description
When an event has an indexed parameter of type `bytes`, the `abi` and `abiFrom` template Haskell helpers produce `Tagged n Bytes` types inside an event's `*Indexed` and event types. …