Releases: wbalmer/backtracks
v0.6.2 - astroquery>0.4.9 compatibility and stationary fitting
v0.6.2 now on pip and github
Full Changelog: v0.6.1...v0.6.2
v0.6.1 - Fixes and small changes ahead of various publications
v0.6.0 - Small improvements and Zenodo for citations
This release contains a number of small improvements to the tutorials, and will (hopefully) automatically generate a zenodo DOI for citation in upcoming papers.
Full Changelog: v0.5.0...v0.6.0
v0.5.0 - source ids and small improvements
Since the source id issue was breaking the pypi release, I've bumped backtracks
to v0.5!
All updates are now uploaded to pypi
What's Changed
- Swap ra axes limits on plots, update tutorial notebook by @wbalmer in #51
- Moved radecdists to utils.py, additional info on NOVAS in docstrings by @gotten in #52
- Slightly updated docs. by @gotten in #54
- Protect against maskedconstant return from gaia query of no RV by @wbalmer in #55
- Check SOURCE_ID and source_id by @tomasstolker in #56
Full Changelog: v0.4.0...v0.5.0
Stationary track overhaul, vastly improved documentation
⭐ v0.4.0 now available on pypi 💫
What's Changed
- Updated Actions workflow by @tomasstolker in #46
- Wordy tutorial that includes pure stationary case before running fit. by @wbalmer in #48
- Explicitly set reference epoch, save chi2 to object, and fixes plotting for stationary tracks by @wbalmer in #47
- Updated docstrings + bugfix pol2car by @gotten in #50
Full Changelog: v0.3.4...v0.4.0
Host Star astrometry priors and time updates
⭐ v0.3.4 now available on pypi 💫
What's Changed
- Fixed time scale of the Julian Dates (Terrestrial Time for calls to app_star) - Closes #29 by @gotten in #33
- Introduce host star priors, based on 5D+RV Gaia statistics (incl. covariance) by @gotten in #37
- Split host RV prior and allow RV prior override. by @gotten in #43
Full Changelog: v0.3.3...v0.3.4
Gaia future proofing and documentation
⭐ v0.3.3 now on pypi 💫
What's Changed
- Sphinx documentation by @tomasstolker in #28
- Added the gaia_release and gaia_epoch attributes by @tomasstolker in #34
- Cleanup by @wbalmer in #36
Full Changelog: v0.3.2...v0.3.3
v0.3.2 Fix Likelihood + data w/Cov Bug, more QOL
@tomasstolker saves us yet again. Major clarifications and improvements to the package structure (no more binary files, for instance). Fixed a big bug where data with covariance between terms was not included in the likelihood function (this was defeating the purpose of including all our excellent GRAVITY data!) and a few more knobs and user options (like setting sampling style within dynesty - if your sampler is running slowly, try changing the sample_method
keyword from 'unif'
to 'rwalk'
or 'rslice'
in system.fit
!)
v0.3.1 pypi fully operational
A quick hot-fix to ensure that installing directly from pypi, e.g.
pip install backtracks
includes the data files needed to run. Now, no need to clone the repo! Just run
conda create python=3.9 -n backtrack
conda activate backtrack
conda install pip
pip install backtracks
download our example data and script (or make your own), and run
wget https://raw.githubusercontent.com/wbalmer/backtrack/main/tests/scorpions1b_orbitizelike.csv
wget https://raw.githubusercontent.com/wbalmer/backtrack/main/tests/hd131339a.py
python hd131339a.py
pypi installation released! and more QOL improvements
Some big PRs including wonderful updates from @tomasstolker , and now backtrack
is officially bundled as a package install-able via
pip install -e .
or
pip install backtracks==0.3.0