Kristian Agasøster Haaga
Kristian Agasøster Haaga
> Although it may not be the user's fault entirely.. it looks like this issue arises when you have the same reference in multiple footnotes? Precisely. Below is a use-case...
Hey @lucaferranti! Thanks for the initial comments. > This PR is based on the code and docs in the main branch. I noticed you have a PR "JOSS paper" that...
@jarvist I'll have these comments addressed within a day or two.
@jarvist Sorry for the delay! We have now addressed @dawbarton's comments. The changes have been merged to the `main` branch. > I tried the timing code - it was a...
@lucaferranti I originally submitted the paper referring to the `JOSSPaper` branch, which no longer exists, because it was merged to `main` and deleted (see discussion above). The [error](https://github.com/openjournals/joss-papers/actions/runs/2880454779?check_suite_focus=true) seems to...
@editorialbot set main as branch
> Somewhat relevant: During this movement the DynamicalSystems.jl framework will be split into more packages, specifically Datasets.jl (which will have everything Dataset related, leaving all emedding stuff in DelayEmbeddings) and...
This should probably be done by having a method `sort(d::AbstractUncertainDataset, method::Function = StatsBase.mean)`, which would sort the dataset according to the mean of each uncertain value furnishing it. This way,...
If the interface would require that the return type is a subtype of `AbstractSampling`, then we should implement a simple return type holding an array of resampled values supporting regular...
Thanks for bringing [Measurements.jl](https://github.com/JuliaPhysics/Measurements.jl) to my attention; it had completely slipped my radar. I’ll make sure to include a link to it in the documentation in the next release! From...