Skip to content
View ericphanson's full-sized avatar

Organizations

@apache @JuliaCloud @JuliaCollections @JuliaRegistries @beacon-biosignals @julia-actions @JuliaEcosystem @JuliaLogging

Block or report ericphanson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. JuliaEcosystem/PackageAnalyzer.jl Public

    Julia 61 7

  2. TrackingTimers.jl Public

    Easily log timing info in the presence of parallelism

    Julia 19

  3. SearchablePDFs.jl Public

    Create searchable PDFs via optical character recognition

    Julia 15 1

  4. UnbalancedOptimalTransport.jl Public

    Sinkhorn divergences for measures of unequal mass

    Julia 14 1

  5. SDPAFamily.jl Public

    A Julia interface to the SDPA-GMP, SDPA-DD, and SDPA-QD high precision semidefinite programming solvers.

    Julia 13 4

  6. MajorizationExtrema.jl Public

    Compute majorization minimizers and maximizers over total variation balls

    Julia 2

2,322 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 2 repositories

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

+16 −11 lines changed 3 comments
Opened 15 other pull requests in 6 repositories
Reviewed 8 pull requests in 4 repositories

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…

5 comments
Opened 1 other issue in 1 repository
beacon-biosignals/OndaEDF.jl 1 open
59 contributions in private repositories Mar 4 – Mar 22
Loading