-
Our refactor of `Base.tryparse(...)` in #182 broke path parsing for `S3Path`s that contain colons (which are officially supported as object keys: https://docs.aws.amazon.com/AmazonS3/latest/userguide/…
-
```julia
julia> ParentRow = Legolas.@row("myparent@1", a::Int=1)
Legolas.Row{Legolas.Schema{:myparent, 1}, F} where F
julia> ChildRow=Legolas.@row("mychild@1" > "myparent@1", b::Int = a+1) # can'…
-
Discussed with @kimlaberinto and @hannahilea and we are kind of confused:
```julia
julia> using OndaDSP, Onda, Dates, UUIDs # OndaDSP is not open source yet, sorry onlookers
julia> samples = sine…
-
As part of https://github.com/openjournals/joss-reviews/issues/3702
### Summary
I think the summary nicely conveys in layman terms, the aim of the package, which is to allow for different method…
-
In the [Dropbox Folder](https://www.dropbox.com/sh/kr04xkj4vjsubqn/AAAv9urE9VI5F35JYLqquLsfa?dl=0), I uploaded a sample data recorded in our study. We have a data file `data.bdf` and a trigger data fi…
-
(transferred from https://github.com/beacon-biosignals/OldLighthouse.jl/issues/134)
> The consensus is that AbstractPlotting is easier to work with and gives you more control, and that the conversi…
-
Probably good to add at least two more sets of tests - one with categorical variables, and one with some variables missing from the design/formula
_Originally posted by @kleinschmidt in https://git…
-
Per chat with @omus, there is a much better way to specify which dependencies to include in the sysimage that does not involve tight_deps.sh-like ugliness:
Use Pkg.jl's package pinning mechanism in…
kolia updated
3 years ago
-
I'm a bit worried about computing the `schema` from the reference grid (rather than the original data/concrete terms in the original formula). If the reference grid omits levels for any of the catego…
-
@palday @kimlaberinto any bikeshedding on the naming? Scope is to provide exact or approximate solutions to combinatorial problems around partitioning objects, with an eye to usage in cross validation…