Assistant Professor at University of Cambridge in Data Intensive Science. Works on AI + astro/physics.
-
University of Cambridge
- Cambridge, UK
-
13:14
(UTC) - astroautomata.com
- @MilesCranmer
Highlights
- Pro
Block or Report
Block or report MilesCranmer
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
symbolic_deep_learning
symbolic_deep_learning PublicCode for "Discovering Symbolic Models from Deep Learning with Inductive Biases"
-
SymbolicRegression.jl
SymbolicRegression.jl PublicDistributed High-Performance Symbolic Regression in Julia
-
-
SymbolicML/DynamicQuantities.jl
SymbolicML/DynamicQuantities.jl PublicEfficient and type-stable physical quantities in Julia
-
SymbolicML/DynamicExpressions.jl
SymbolicML/DynamicExpressions.jl PublicRidiculously fast symbolic expressions
5,053 contributions in the last year
| Day of Week | 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2024
Created 189 commits in 9 repositories
Created 2 repositories
-
MilesCranmer/ReadOnlyArrays.jl
Julia
This contribution was made on Mar 20
-
MilesCranmer/ArtPop
Python
This contribution was made on Mar 3
Created a pull request in JuliaPy/PythonCall.jl that received 24 comments
Unittest IPython extension + Automatic loading
This adds unittesting for the IPython extension, using nbval: https://nbval.readthedocs.io/ As discussed in issue () with @cjdoris, I have also set…
+171
−5
lines changed
•
24
comments
Opened 21 other pull requests in 8 repositories
MilesCranmer/PySR
5
merged
1
open
-
Revert GitHub-based registry for backend
This contribution was made on Mar 26
-
Bump backend version and switch to GitHub-based registry
This contribution was made on Mar 24
-
Fix extensions not being added to package env
This contribution was made on Mar 23
-
Limit to Julia 1.6.7-1.10.0 and 1.10.3+
This contribution was made on Mar 11
-
Automated update to backend: v0.24.0
This contribution was made on Mar 9
-
Overhaul type hints with beartype and PEP 585 compliance
This contribution was made on Mar 3
SymbolicML/DynamicQuantities.jl
1
open
5
merged
-
Test 1.11
This contribution was made on Mar 24
-
Make default parametric denominator of FixedRational
::Int64This contribution was made on Mar 13 -
Add example of
AngleDimensionsThis contribution was made on Mar 13 -
Fix error message for
us"Constants.*"This contribution was made on Mar 5 -
Disable Meshes.jl test
This contribution was made on Mar 2
-
Add angular units
This contribution was made on Mar 2
MilesCranmer/SymbolicRegression.jl
2
merged
1
closed
-
Move test dependencies to test folder
This contribution was made on Mar 23
-
Ensure we load ClusterManagers.jl on workers
This contribution was made on Mar 23
-
Better specialization
This contribution was made on Mar 22
bkamins/ReadOnlyArrays.jl
1
closed
1
merged
-
Store shape parameters as immutable values
This contribution was made on Mar 20
-
Fix behavior of
copyandsimilarThis contribution was made on Mar 20
JuliaNLSolvers/Optim.jl
1
open
-
Create benchmark suite
This contribution was made on Mar 18
JuliaLang/Pkg.jl
1
open
-
Add example of manually checking specifications
This contribution was made on Mar 17
SymbolicML/DynamicExpressions.jl
1
closed
-
Switch to immutable nodes in expressions
This contribution was made on Mar 9
ArtificialStellarPopulations/ArtPop
1
open
-
Fix bugs in latest Python
This contribution was made on Mar 3
Reviewed 8 pull requests in 4 repositories
SymbolicML/DynamicQuantities.jl
3 pull requests
-
Add
binomialandfactorialas potential dimensionless functionsThis contribution was made on Mar 20 -
Improved Base.isapprox support
This contribution was made on Mar 11
-
Define
|>as an infix operator foruconvertThis contribution was made on Mar 2
MilesCranmer/PySR
3 pull requests
-
Refactor update_backend.yml workflow
This contribution was made on Mar 9
-
All cell state in bio image paper
This contribution was made on Mar 5
-
fix TypeError when a variable name matches a builtin python function
This contribution was made on Mar 3
JuliaPy/PythonCall.jl
1 pull request
-
Unittest IPython extension + Automatic loading
This contribution was made on Mar 27
JuliaNLSolvers/Optim.jl
1 pull request
-
Make MathOptInterface.jl a weak dependency
This contribution was made on Mar 13
Created an issue in MilesCranmer/AirspeedVelocity.jl that received 4 comments
Consider switch to Chairmarks.jl
Chairmarks.jl (discourse thread here) from @LilithHafner is much faster than BenchmarkTools.jl. With BenchmarkTools.jl, it can definitely take a wh…
4
comments
Opened 15 other issues in 9 repositories
MilesCranmer/PySR
1
closed
2
open
-
Error Running PySR with Julia in Windows 10 (Anaconda Environment)
This contribution was made on Mar 26
-
Search-replace old code snippets with new syntax
This contribution was made on Mar 25
-
[Feature]: TensorBoard support
This contribution was made on Mar 24
JuliaPy/PythonCall.jl
2
open
1
closed
-
Managing optional dependencies in Python projects
This contribution was made on Mar 24
-
pyjlcallbacknot defined?This contribution was made on Mar 16 -
Typing stubs
This contribution was made on Mar 3
bkamins/ReadOnlyArrays.jl
1
closed
1
open
-
Bug:
copyandsimilarshould return parent array type, not ReadOnlyArrayThis contribution was made on Mar 20 -
Easy-to-use macro?
This contribution was made on Mar 20
JuliaLang/BugReporting.jl
2
closed
-
Still incompatible with Julia <1.7
This contribution was made on Mar 16
-
Broken on Julia <1.7 due to
printstyledkwargsThis contribution was made on Mar 16
julia-actions/setup-julia
1
open
-
Add 'alpha' version for pre-releases like juliaup?
This contribution was made on Mar 24
JuliaLang/julia
1
open
-
"Unreachable reached" bug during
Test.@inferredon Julia 1.6.7This contribution was made on Mar 16
conda-forge/pyjuliacall-feedstock
1
closed
-
@conda-forge-admin, please add bot automerge
This contribution was made on Mar 15
ArtificialStellarPopulations/ArtPop
1
closed
-
JWST filters?
This contribution was made on Mar 3
SymbolicML/DynamicQuantities.jl
1
open
-
Meshes.jl test failure
This contribution was made on Mar 2
Answered 5 discussions in 1 repository
MilesCranmer/PySR
MilesCranmer/PySR
-
Error Running PySR with Julia in Windows 10 (Anaconda Environment)
This contribution was made on Mar 27
-
Question about input X's dimension
This contribution was made on Mar 27
-
Transform str expression into tree
This contribution was made on Mar 24
-
[Feature]: Select Julia version at first import.
This contribution was made on Mar 21
-
How to implement RMSE loss function
This contribution was made on Mar 3
50
contributions
in private repositories
Mar 1 – Mar 21







