Tim Holy
Tim Holy
(With contributions from @tlycken) There is lots of room for improvement in our test suite. Here are some areas that are in need of improvement: - Vector-valued indexing (ref #24,...
We've talked a fair bit about getting Revise to work properly in vscode's terminal, but I've finally noticed that some of my problems with vscode itself may be specific to...
Road to 1.0
I'd like to move the whole JuliaImages stack to version numbers >= 1.0 (see JuliaImages/Images.jl#825). Let's use this issue to collect plans for breaking changes in the near future. Issues/PRs...
This is one of those love/hate changes...in brief, it allows one to set up alternate rules for how the "epsilon" component of dual numbers behaves by changing the type of...
Not sure how we should handle this.
Appveyor
I had far too many projects running on my Appveyor account, and they were clogging my CI queue quite badly. I've removed this one from my account, so alternative arrangements...
For reasons I don't really understand, this fixes a collision with Images. But in principle, this is a better way to design types anyway (particularly for an immutable).
This conflict is unfortunate, and can lead to error messages like ``` ERROR: no method Image(Array{Float64,2}, Dict{ASCIIString,ASCIIString}) in anonymous at no file:3 while loading /home/tim/julia/juliafunc/test/register_optimize.jl, in expression starting on line...
When intervals are components of bigger `struct`s that impose `eltype`-consistency, it would be nice not to have to force the `eltype` to be an `AbstractFloat`. It's been possible to construct...
This pull request sets up the CI workflow on this repository.