William Thompson

Results 26 issues of William Thompson

## Details See https://github.com/JuliaPlots/Plots.jl/issues/4087 and https://github.com/JuliaPlots/Plots.jl/pull/4088, and tagging @t-bltg. With GR, the tick positions of images are not placed correctly when the axes of the image are passed to `plot`:...

bug
GR

Over at https://github.com/JuliaAstro/AstroImages.jl/issues/29#issuecomment-1024632322 we have a use case that OffsetArrays is almost perfect for. In astronomy, it's common to have physical coordinates associated with the axes of a data cube....

What is the current status of this package? I noticed that it's the only JuliaAstro package repo that hasn't been registered. But the README seems to indicate that it was...

This PR address three other formatting differences between FITSIO and other software: 1. adds whitespace padding out to 80 columns 2. allows one more character for comments (previously cutting off...

Hello, I noticed that https://beautiful.makie.org/dev/ is not linked anywhere obvious from the main https://docs.makie.org/stable/ . The examples on beautiful Makie are a really nice addition, but right now you have...

In the latest version of MCMCChains, the function ` MCMCChains.get_sections(chain)` is broken. ``` julia> MCMCChains.get_sections(chain) ERROR: ArgumentError: index Symbol[] not found Stacktrace: [1] axisindexes @ AxisArrays ~/.julia/packages/AxisArrays/CtyI0/src/indexing.jl:329 [inlined] [2] axisindexes...

This PR just removes some apparently unneeded diff rules that pirated static arrays. Running ]test TemporalGPs passes after removing these lines.

It appears that ChainRules v1.58.1 and TemporalGPs v0.6.5 both define adjoints for static arrays. Loading static arrays, chain rules, and temporalGPs in one session results in: ``julia WARNING: Method definition...

Accessing columns through `Tables.getcolumn(table, name::Symbol)` works as expected, but using `Tables.getcolumn(table, ind::Int)` does not. Setup: ```julia using Tables, TypedTables table = Table(a=rand(300), b=rand(300)) table_nt = (;a=rand(300), b=rand(300)) ``` Expected behaviour:...