Haakon Ludvig Langeland Ervik
Haakon Ludvig Langeland Ervik
Fixes #93. Note: the latest version of HDF5.jl is v0.16.12. In this PR, I only bumped compat to 0.14.2, which is the first non-breaking release. In general, it may be...
There seems to be two sources of this issue, both related binaries / BinaryBuilder (see e.g. https://github.com/JuliaPackaging/Yggdrasil/issues/4105) ### [LightXML](https://github.com/JuliaIO/LightXML.jl) This package is currently pinned to 0.8.1. Trying to precompile with...
due to pinned dependencies in SeisIO. See https://github.com/jpjones76/SeisIO.jl/issues/93 and proposed fix https://github.com/jpjones76/SeisIO.jl/pull/94. Depending on how the SeisIO version is bumped after that fix, compat changes may be needed here too....
Following up from a discussion of slack, I've spent some time thinking about how I can take a divergent colormap (e.g. `"RdBu"`) center it at zero, and let the `lo`...
I recently discovered this package, and so far I'm really enjoying the new REPL experience, so thanks! A small question (I wasn't able to find relevant opened or closed issues)....
I was curious if there exists (or is even possible to implement) a variant of `load!` that accumulates the array instead of (over)writing? e.g. if `x=ones(3,3)` and `ds["var"][:, :] ==...
[`AbbreviatedStackTraces.jl`](https://github.com/BioTurboNick/AbbreviatedStackTraces.jl) is a package which essentially shortens stack traces to "your own" code, relying on the (often correct) assumption that you are doing something wrong, not a bunch of julia...
This is an attempt to write a type-stable variant of `variable`, which enables completely type stable reading of data from NetCDF files. Currently, reading data is not type stable since...
## Purpose ## To-do ## Content ---- - [ ] I have read and checked the items on the review checklist.
When running tests locally, I get the following warning: ```julia Starting tests for TOMLInterface ┌ Warning: `MvNormal(d::Int, σ::Real)` is deprecated, use `MvNormal(LinearAlgebra.Diagonal(FillArrays.Fill(σ ^ 2, d)))` instead. │ caller = ip:0x0...