ethraid 2.4.4__tar.gz → 2.5.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. {ethraid-2.4.4/ethraid.egg-info → ethraid-2.5.1}/PKG-INFO +1 -1
  2. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/__init__.py +1 -1
  3. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/_kepler.cpython-37m-darwin.so +0 -0
  4. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/helper_functions_general.c +2733 -1511
  5. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/helper_functions_astro.cpython-37m-darwin.so +0 -0
  6. ethraid-2.5.1/ethraid/compiled/helper_functions_general.cpython-37m-darwin.so +0 -0
  7. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/helper_functions_imaging.cpython-37m-darwin.so +0 -0
  8. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/helper_functions_rv.cpython-37m-darwin.so +0 -0
  9. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/driver.py +7 -7
  10. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_general.pyx +35 -6
  11. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/load_save.py +13 -6
  12. {ethraid-2.4.4 → ethraid-2.5.1/ethraid.egg-info}/PKG-INFO +1 -1
  13. ethraid-2.4.4/ethraid/compiled/helper_functions_general.cpython-37m-darwin.so +0 -0
  14. {ethraid-2.4.4 → ethraid-2.5.1}/LICENSE +0 -0
  15. {ethraid-2.4.4 → ethraid-2.5.1}/MANIFEST.in +0 -0
  16. {ethraid-2.4.4 → ethraid-2.5.1}/README.md +0 -0
  17. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/__init__.py +0 -0
  18. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/_kepler.c +0 -0
  19. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/_kepler.pyx +0 -0
  20. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/kepler.c +0 -0
  21. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/radvel_requirements.txt +0 -0
  22. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/radvel_setup.py +0 -0
  23. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/cli.py +0 -0
  24. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/c_kepler/_kepler.c +0 -0
  25. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/c_kepler/kepler.c +0 -0
  26. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/helper_functions_astro.c +0 -0
  27. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/helper_functions_imaging.c +0 -0
  28. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/helper_functions_rv.c +0 -0
  29. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/.DS_Store +0 -0
  30. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/TOI1694_832.csv +0 -0
  31. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/bands.csv +0 -0
  32. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/baraffe_table_4.csv +0 -0
  33. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/mamajek.csv +0 -0
  34. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/test_K_band.csv +0 -0
  35. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_astro.pyx +0 -0
  36. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_imaging.pyx +0 -0
  37. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_plotting.py +0 -0
  38. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_rv.pyx +0 -0
  39. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/kern_profiler_dummy.py +0 -0
  40. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/plotter.py +0 -0
  41. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/SOURCES.txt +0 -0
  42. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/dependency_links.txt +0 -0
  43. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/entry_points.txt +0 -0
  44. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/requires.txt +0 -0
  45. {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/top_level.txt +0 -0
  46. {ethraid-2.4.4 → ethraid-2.5.1}/requirements.txt +0 -0
  47. {ethraid-2.4.4 → ethraid-2.5.1}/setup.cfg +0 -0
  48. {ethraid-2.4.4 → ethraid-2.5.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ethraid
3
- Version: 2.4.4
3
+ Version: 2.5.1
4
4
  Summary: Characterize long-period companions using RV trends, astrometric accelerations, and direct imaging
5
5
  Home-page:
6
6
  Author: Judah Van Zandt
@@ -1,7 +1,7 @@
1
1
  import os
2
2
  from astropy.time import Time
3
3
 
4
- __version__='2.4.4' # Remember to remove random seed
4
+ __version__='2.5.1' # Remember to remove random seed
5
5
 
6
6
  _ROOT = os.path.abspath(os.path.dirname(__file__))
7
7