Skip to content

Ultranest for Mac/Unix users

Compare
Choose a tag to compare
@rzellem rzellem released this 01 Sep 17:12
· 774 commits to main since this release
4658228

Features:

  • The nested sampler package has been changed from dynesty to ultranest for an increase in speed. Please make sure to update your package requirements by running pip3 install requirements.txt. ultranest will only be usable for macOS/Linux users and dynesty for Windows due to the former having a C++ compiler by default.
  • Updated README.md partially to include labels of PyPi version, license, and publication. Also updated the inits.json and final planetary parameters output in the README.md only as well as adding dependabot (mainly GitHub additions).
  • Degrees and decimal minutes were added to the additional list of latitude and longitude conversions.
  • Centroid graphs all singled to one pdf/png.
  • Comparison stars are able to be inputted from command-line or inits.json for pre-reduced data.

Bugs:

  • Removing codependency between exotic.py and exotic_gui.py by placing NEA API into a separate file called nea.py that is located in the api folder.
  • Fixed real-time reduction and added the ability to utilize through GUI.
  • Command-line entry of inputs is working again for pre-reduced data.
  • Modified phase calculation to a single equation.