ethraid 2.5.1__tar.gz → 3.0__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 (55) hide show
  1. {ethraid-2.5.1/ethraid.egg-info → ethraid-3.0}/PKG-INFO +3 -3
  2. {ethraid-2.5.1 → ethraid-3.0}/README.md +2 -2
  3. {ethraid-2.5.1 → ethraid-3.0}/ethraid/__init__.py +1 -1
  4. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/ethraid/helper_functions_general.c +7333 -6224
  5. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/ethraid/helper_functions_imaging.c +1086 -1008
  6. ethraid-3.0/ethraid/compiled/helper_functions_general.cpython-37m-darwin.so +0 -0
  7. ethraid-3.0/ethraid/compiled/helper_functions_imaging.cpython-37m-darwin.so +0 -0
  8. ethraid-3.0/ethraid/data/baraffe_table1.csv +25 -0
  9. ethraid-3.0/ethraid/data/baraffe_table2.csv +25 -0
  10. ethraid-3.0/ethraid/data/baraffe_table3.csv +25 -0
  11. ethraid-3.0/ethraid/data/baraffe_table4.csv +23 -0
  12. ethraid-3.0/ethraid/data/baraffe_table5.csv +22 -0
  13. ethraid-3.0/ethraid/data/test_K_band_altered.csv +71 -0
  14. {ethraid-2.5.1 → ethraid-3.0}/ethraid/driver.py +44 -22
  15. {ethraid-2.5.1 → ethraid-3.0}/ethraid/helper_functions_general.pyx +238 -45
  16. {ethraid-2.5.1 → ethraid-3.0}/ethraid/helper_functions_imaging.pyx +21 -11
  17. {ethraid-2.5.1 → ethraid-3.0}/ethraid/helper_functions_plotting.py +0 -2
  18. {ethraid-2.5.1 → ethraid-3.0}/ethraid/load_save.py +48 -35
  19. {ethraid-2.5.1 → ethraid-3.0}/ethraid/plotter.py +11 -24
  20. {ethraid-2.5.1 → ethraid-3.0/ethraid.egg-info}/PKG-INFO +3 -3
  21. {ethraid-2.5.1 → ethraid-3.0}/ethraid.egg-info/SOURCES.txt +7 -2
  22. ethraid-2.5.1/ethraid/compiled/helper_functions_general.cpython-37m-darwin.so +0 -0
  23. ethraid-2.5.1/ethraid/compiled/helper_functions_imaging.cpython-37m-darwin.so +0 -0
  24. ethraid-2.5.1/ethraid/data/baraffe_table_4.csv +0 -27
  25. {ethraid-2.5.1 → ethraid-3.0}/LICENSE +0 -0
  26. {ethraid-2.5.1 → ethraid-3.0}/MANIFEST.in +0 -0
  27. {ethraid-2.5.1 → ethraid-3.0}/ethraid/c_kepler/__init__.py +0 -0
  28. {ethraid-2.5.1 → ethraid-3.0}/ethraid/c_kepler/_kepler.c +0 -0
  29. {ethraid-2.5.1 → ethraid-3.0}/ethraid/c_kepler/_kepler.pyx +0 -0
  30. {ethraid-2.5.1 → ethraid-3.0}/ethraid/c_kepler/kepler.c +0 -0
  31. {ethraid-2.5.1 → ethraid-3.0}/ethraid/c_kepler/radvel_requirements.txt +0 -0
  32. {ethraid-2.5.1 → ethraid-3.0}/ethraid/c_kepler/radvel_setup.py +0 -0
  33. {ethraid-2.5.1 → ethraid-3.0}/ethraid/cli.py +0 -0
  34. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/_kepler.cpython-37m-darwin.so +0 -0
  35. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/ethraid/c_kepler/_kepler.c +0 -0
  36. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/ethraid/c_kepler/kepler.c +0 -0
  37. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/ethraid/helper_functions_astro.c +0 -0
  38. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/ethraid/helper_functions_rv.c +0 -0
  39. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/helper_functions_astro.cpython-37m-darwin.so +0 -0
  40. {ethraid-2.5.1 → ethraid-3.0}/ethraid/compiled/helper_functions_rv.cpython-37m-darwin.so +0 -0
  41. {ethraid-2.5.1 → ethraid-3.0}/ethraid/data/.DS_Store +0 -0
  42. {ethraid-2.5.1 → ethraid-3.0}/ethraid/data/TOI1694_832.csv +0 -0
  43. {ethraid-2.5.1 → ethraid-3.0}/ethraid/data/bands.csv +0 -0
  44. {ethraid-2.5.1 → ethraid-3.0}/ethraid/data/mamajek.csv +0 -0
  45. {ethraid-2.5.1 → ethraid-3.0}/ethraid/data/test_K_band.csv +0 -0
  46. {ethraid-2.5.1 → ethraid-3.0}/ethraid/helper_functions_astro.pyx +0 -0
  47. {ethraid-2.5.1 → ethraid-3.0}/ethraid/helper_functions_rv.pyx +0 -0
  48. {ethraid-2.5.1 → ethraid-3.0}/ethraid/kern_profiler_dummy.py +0 -0
  49. {ethraid-2.5.1 → ethraid-3.0}/ethraid.egg-info/dependency_links.txt +0 -0
  50. {ethraid-2.5.1 → ethraid-3.0}/ethraid.egg-info/entry_points.txt +0 -0
  51. {ethraid-2.5.1 → ethraid-3.0}/ethraid.egg-info/requires.txt +0 -0
  52. {ethraid-2.5.1 → ethraid-3.0}/ethraid.egg-info/top_level.txt +0 -0
  53. {ethraid-2.5.1 → ethraid-3.0}/requirements.txt +0 -0
  54. {ethraid-2.5.1 → ethraid-3.0}/setup.cfg +0 -0
  55. {ethraid-2.5.1 → ethraid-3.0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ethraid
3
- Version: 2.5.1
3
+ Version: 3.0
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
@@ -24,12 +24,12 @@ Please cite Van Zandt \& Petigura (2024, Accepted) and the following DOI if you
24
24
  - *\$ pip install ethraid*
25
25
  - If the installation fails, try upgrading pip: *\$ curl https://bootstrap.pypa.io/get-pip.py | python*
26
26
 
27
- ## Download repo from Github
27
+ ## OR Download repo from Github
28
28
  ### Install dependencies using requirements.txt
29
29
  - *\$ pip install -r requirements.txt*
30
30
 
31
31
  ### Build code from top level of repo
32
- - *\$ cd trends/*
32
+ - *\$ cd ethraid/*
33
33
  - *\$ python setup.py build_ext --inplace*
34
34
 
35
35
  ### Run 3 simple test configuration files to ensure all API and CLI functions are working correctly
@@ -14,12 +14,12 @@ Please cite Van Zandt \& Petigura (2024, Accepted) and the following DOI if you
14
14
  - *\$ pip install ethraid*
15
15
  - If the installation fails, try upgrading pip: *\$ curl https://bootstrap.pypa.io/get-pip.py | python*
16
16
 
17
- ## Download repo from Github
17
+ ## OR Download repo from Github
18
18
  ### Install dependencies using requirements.txt
19
19
  - *\$ pip install -r requirements.txt*
20
20
 
21
21
  ### Build code from top level of repo
22
- - *\$ cd trends/*
22
+ - *\$ cd ethraid/*
23
23
  - *\$ python setup.py build_ext --inplace*
24
24
 
25
25
  ### Run 3 simple test configuration files to ensure all API and CLI functions are working correctly
@@ -1,7 +1,7 @@
1
1
  import os
2
2
  from astropy.time import Time
3
3
 
4
- __version__='2.5.1' # Remember to remove random seed
4
+ __version__='3.0' # Remember to remove random seed
5
5
 
6
6
  _ROOT = os.path.abspath(os.path.dirname(__file__))
7
7