Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,449 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 1 repository
Created a pull request in JuliaDiff/ChainRules.jl that received 2 comments
Tighten up a bunch of test accurasy requirements now that have FiniteDifferences v0.11.4
Closes #284 by undoing the changes made in 9fc8c57#diff-18f60c608d1cadf3013a4e16d696c43ea9f488fa49caa48cb6b582481025bc0fR57 (well at least the once…
Opened 6 other pull requests in 5 repositories
JuliaDiff/ChainRules.jl
1
open
1
merged
JuliaDiff/FiniteDifferences.jl
1
merged
rofinn/FilePathsBase.jl
1
merged
JuliaCollections/DataStructures.jl
1
open
invenia/ObservationDims.jl
1
merged
Reviewed 8 pull requests in 5 repositories
JuliaDiff/ChainRulesCore.jl 2 pull requests
JuliaDiff/FiniteDifferences.jl 2 pull requests
invenia/BlockDiagonals.jl 2 pull requests
invenia/NamedDims.jl 1 pull request
invenia/ObservationDims.jl 1 pull request
Created an issue in JuliaLang/Pkg.jl that received 7 comments
Deprecate implicit ^ versioning, require the ^ to be written
People are constantly getting confused and thinking that:
the behavour of "1.2.3" is to only allow exactly version "1.2.3" and no other (i.e. the …