Zack Li

Results 16 issues of Zack Li

This implements the handling of hidpi displays for PyPlot (#902) like IPython does. During `display`, it sends metadata with the PNG images that specify half-height and width, with these dimensions...

Here's another attempt to allow PyPlot to work in PackageCompiler sysimages, for #476. The goal is to delay the init code until Jupyter cell execution, by adding init to the...

(this is a mostly self-todo issue) I'd like to eventually upstream my synalm function, which I've been keeping in [AngularPowerSpectra.jl](https://github.com/xzackli/AngularPowerSpectra.jl/blob/9626df5eaf62a3ac403b9d5fef10a178c0dc0194/src/util.jl#L48).

enhancement

Fixes #61 by adding a blank `__init__.py` file in the likelihoods directory. Otherwise the call to import likelihoods.your_likelihood will fail in data.py.

The RECFAST implementation currently in *Bolt* should be on the order of milliseconds. What's happening?

I played with Enzyme a little bit, and I suspect it's not ready for use with our package. It can't differentiate simple ODEs at present. There's a fair amount of...

This PR will improve the RECFAST routine and make it compatible with reverse-mode AD like Zygote. In RECFAST, certain analytic approximations are applied during different epochs. I don't really want...

From @jmsull, > When I look at the MB expression (eqn 67) for the baryon velocity, there is a speed of sound term that is proportional to delta_b that is...

Seeing Jamie's code has inspired me to start using Plots.jl instead of PyPlot. Back when I started using Julia, Plots.jl used to take 30 seconds to start (absolutely brutal), but...

I'm disabling the compat helper and removing all compat entries. Let's add them back when we tag our first release, as things are pretty fluid right now. I don't want...