Recent Releases of vela.jl
vela.jl - v0.1.1
What's Changed
- Script/function to plot chains by @dlakaplan in https://github.com/abhisrkckl/Vela.jl/pull/249
- Get marginalized parameter samples by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/253
- Fix analytically marginalized parameters in output par file by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/254
- Enable work stealing in pyvela CI tests by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/258
- Fix warning in
SPNTA.save_new_parfileby @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/262 - Make LNEDOT zeroable by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/263
- Correctly deal with non-existent truth par file in
pyvela-rethinby @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/267 - Save the JLSO file, summary file etc into the output directory before starting MCMC by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/268
- Gaussian priors for analytically marginalized parameters by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/269
- Correctly show the pulsar name from a TCB par file in
pyvela-plotby @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/271 - Wrms and KS test in
pyvela-plotby @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/272 - Fix plot margins in
pyvela-plotby @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/273 - marginalizedparamscale_factors should be 1 by default by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/275
- Plot titles with median and nmad by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/274
- Adjust range quantile in
pyvela-plotby @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/276 - Prior scaling for
PGeneralizedGaussianby @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/277 - Better starting points for MCMC chains by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/278
- Correct prior for KIN + Priors for RAJ, DECJ, ELAT, and ELONG by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/279
- Specify number of walkers in
pyvelaby @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/280 - Deal with parameter degeneracies while computing MCMC starting points by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/281
- Revert changes from #278 and #279 by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/284
- Subtract ECORR while computing whitened residuals by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/283
- Prepare for Release 0.1.1 by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/285
Full Changelog: https://github.com/abhisrkckl/Vela.jl/compare/v0.1.0...v0.1.1
- Jupyter Notebook
Published by abhisrkckl 6 months ago
vela.jl - v0.1.0
What's Changed
- Improve tests by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/217
- Normalized priors for plotting by @dlakaplan in https://github.com/abhisrkckl/Vela.jl/pull/220
- Added script/function to resample existing chain by @dlakaplan in https://github.com/abhisrkckl/Vela.jl/pull/218
- Test for
SPNTA.get_marginalized_gp_noise_realization()by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/221 - Put the pulsar name as title in the result plot by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/223
- Fix
SPNTA.full_prior_dict()by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/222 - Can restart emcee from a prior chain by @dlakaplan in https://github.com/abhisrkckl/Vela.jl/pull/219
- Start sampling close to default values by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/228
- Better priors for T0, TASC, JUMP, M2, and H3 by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/229
- Fix output files and plots by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/230
- Marginalized parameter names by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/231
- Summary file now reports start and stop times by @dlakaplan in https://github.com/abhisrkckl/Vela.jl/pull/232
- Partial marginalization of linear timing parameters by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/233
- Make tim file a mandatory argument while reading from JLSO file by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/242
- Read from JLSO file while resuming
pyvelascript by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/243 - Fix analytic marginalization in
pyvela-rethinscript by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/244 -A alloption inpyvelascript by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/245- Make FD and FDJUMP analytic marginalizable by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/246
SPNTA.maxpost_paramsproperty by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/248- Update Docs by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/250
- pre-commit hooks by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/251
- Prepare to release v0.1.0 by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/252
Full Changelog: https://github.com/abhisrkckl/Vela.jl/compare/v0.0.10...v0.1.0
- Jupyter Notebook
Published by abhisrkckl 9 months ago
vela.jl - v0.0.6
What's Changed
- Update pint model by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/129
- Fix allocations in gp_noise by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/133
- Replace setup.py with pyproject.toml by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/137
- Use Coveralls for coverage upload by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/138
- Improve coverage by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/139
- Normal units in prior JSON file by @abhisrkckl in https://github.com/abhisrkckl/Vela.jl/pull/140
Full Changelog: https://github.com/abhisrkckl/Vela.jl/compare/v0.0.5...v0.0.6
- Jupyter Notebook
Published by abhisrkckl over 1 year ago