-
Beacon Biosignals
- Madrid, Spain
- https://ericphanson.com
- @ericphanson
Pinned Loading
-
-
TrackingTimers.jl
TrackingTimers.jl PublicEasily log timing info in the presence of parallelism
Julia 19
-
SearchablePDFs.jl
SearchablePDFs.jl PublicCreate searchable PDFs via optical character recognition
-
UnbalancedOptimalTransport.jl
UnbalancedOptimalTransport.jl PublicSinkhorn divergences for measures of unequal mass
-
SDPAFamily.jl
SDPAFamily.jl PublicA Julia interface to the SDPA-GMP, SDPA-DD, and SDPA-QD high precision semidefinite programming solvers.
-
MajorizationExtrema.jl
MajorizationExtrema.jl PublicCompute majorization minimizers and maximizers over total variation balls
Julia 2
2,322 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 8 commits in 2 repositories
Created 2 repositories
-
ericphanson/ExperimentalTagBot.jl
Julia
This contribution was made on Mar 20
-
ericphanson/ObjectDetector.jl
Julia
This contribution was made on Mar 18
Created a pull request in r3tex/ObjectDetector.jl that received 3 comments
Set default slab size to 512MB
This PR sets the default slab size to 512MB and makes the allocator configurable. Here I chose nothing
rather than allocator as the default kwarg to …
Opened 15 other pull requests in 6 repositories
ericphanson/AllocArrays.jl
1
open
6
merged
1
closed
-
WIP: add VectorOfAllocBuffer
This contribution was made on Mar 22
-
restore tagbot?
This contribution was made on Mar 19
-
Try to workaround tagbot issues
This contribution was made on Mar 19
-
support Adapt
This contribution was made on Mar 19
-
rm UnsafeArrays, use previous way
This contribution was made on Mar 19
-
fix GC issue by globally rooting values
This contribution was made on Mar 19
-
Breaking: always represent inner array as UnsafeArray
This contribution was made on Mar 18
-
Update Bumper compat to v0.7
This contribution was made on Mar 17
r3tex/ObjectDetector.jl
3
merged
-
Update README example
This contribution was made on Mar 22
-
Switch to using Adapt
This contribution was made on Mar 19
-
allocarrayize the model too
This contribution was made on Mar 18
cadojo/ExperimentalTagBot.jl
1
open
-
Add custom release notes & tweak formatting
This contribution was made on Mar 20
beacon-biosignals/AlignedSpans.jl
1
open
-
use rational/int sampling rates
This contribution was made on Mar 18
KristofferC/TimerOutputs.jl
1
open
-
fix missing codecov for
@timeit
-defined functions, and add tests for issue 77This contribution was made on Mar 7
beacon-biosignals/OndaEDF.jl
1
open
-
rethrow ctrl-c
This contribution was made on Mar 4
Reviewed 8 pull requests in 4 repositories
r3tex/ObjectDetector.jl
3 pull requests
-
Automatically use
AllocArrays
to reduce allocations on CPUThis contribution was made on Mar 22 -
Automatically use
AllocArrays
etc. if no gpuThis contribution was made on Mar 22 -
Switch to using Adapt
This contribution was made on Mar 19
ericphanson/AllocArrays.jl
2 pull requests
-
Add support for growable SlabBuffer, and use by default
This contribution was made on Mar 21
-
support Adapt
This contribution was made on Mar 19
beacon-biosignals/AlignedSpans.jl
2 pull requests
-
fix assert violation found in #40 by canonicalizing to closed-closed intervals
This contribution was made on Mar 7
-
Attempt to handle floating point weirdness with rationals
This contribution was made on Mar 4
JuliaFolds2/OhMyThreads.jl
1 pull request
-
Detect and throw an error when multithreading with
Box
ed variablesThis contribution was made on Mar 15
Created an issue in JuliaLang/julia that received 5 comments
rounding bug: div(1, 1/30, RoundUp) == 31
on Julia 1.11.3, 1.13.0-DEV.72 julia> x = 1/30 0.03333333333333333 julia> cld(1,x) 31.0 julia> ceil(1/x) 30.0 julia> div(1, x, RoundUp) 31.0 # inco…
Opened 1 other issue in 1 repository
beacon-biosignals/OndaEDF.jl
1
open
-
OndaEDF should rethrow interrupt exceptions
This contribution was made on Mar 4