Releases: hersle/SymBoltz.jl
Releases · hersle/SymBoltz.jl
v0.3.1
SymBoltz v0.3.1
v0.3.0
SymBoltz v0.3.0
Breaking changes
- Default to flat models (curvature is only partially implemented)
v0.2.1
SymBoltz v0.2.1
v0.2.0
SymBoltz v0.2.0
Breaking changes
- Unknown thermodynamics variables are automatically splined in the perturbations system (see
CosmologyProblem(...; spline = [...])
). - Line-of-sight integral is split into two terms (see
los_integrate()
:
$\int dt S(k,t) j_l(k(t_0-t)) = \int dt S_0(k,t) j_l(k(t_0-t)) + \int dt S_1(k,t) j_l\prime(k(t_0-t))$ - Initial scale factor is set like any other unknown variable (e.g.
pars = Dict(M.g.a => 1e-8)
)