ethraid 0.1.100__tar.gz → 0.1.102__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 (52) hide show
  1. {ethraid-0.1.100 → ethraid-0.1.102}/PKG-INFO +1 -1
  2. ethraid-0.1.102/ethraid/__init__.py +5 -0
  3. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid.egg-info/PKG-INFO +1 -1
  4. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid.egg-info/SOURCES.txt +0 -1
  5. ethraid-0.1.102/ethraid.egg-info/requires.txt +11 -0
  6. ethraid-0.1.102/requirements.txt +11 -0
  7. ethraid-0.1.100/ethraid/__init__.py +0 -5
  8. ethraid-0.1.100/ethraid.egg-info/requires.txt +0 -11
  9. ethraid-0.1.100/pyproject.toml +0 -2
  10. ethraid-0.1.100/requirements.txt +0 -11
  11. {ethraid-0.1.100 → ethraid-0.1.102}/MANIFEST.in +0 -0
  12. {ethraid-0.1.100 → ethraid-0.1.102}/README.md +0 -0
  13. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/c_kepler/__init__.py +0 -0
  14. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/c_kepler/_kepler.c +0 -0
  15. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/c_kepler/_kepler.pyx +0 -0
  16. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/c_kepler/kepler.c +0 -0
  17. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/c_kepler/radvel_requirements.txt +0 -0
  18. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/c_kepler/radvel_setup.py +0 -0
  19. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/cli.py +0 -0
  20. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/_kepler.cpython-37m-darwin.so +0 -0
  21. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/ethraid/c_kepler/_kepler.c +0 -0
  22. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/ethraid/c_kepler/kepler.c +0 -0
  23. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/ethraid/helper_functions_astro.c +0 -0
  24. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/ethraid/helper_functions_general.c +0 -0
  25. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/ethraid/helper_functions_imaging.c +0 -0
  26. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/ethraid/helper_functions_rv.c +0 -0
  27. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/helper_functions_astro.cpython-37m-darwin.so +0 -0
  28. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/helper_functions_general.cpython-37m-darwin.so +0 -0
  29. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/helper_functions_imaging.cpython-37m-darwin.so +0 -0
  30. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/compiled/helper_functions_rv.cpython-37m-darwin.so +0 -0
  31. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/data/.DS_Store +0 -0
  32. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/data/bands.csv +0 -0
  33. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/data/baraffe_table_4.csv +0 -0
  34. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/data/mamajek.csv +0 -0
  35. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/data/test_K_band.csv +0 -0
  36. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/driver.py +0 -0
  37. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/example_config_files/.DS_Store +0 -0
  38. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/example_config_files/config_191939.py +0 -0
  39. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/helper_functions_astro.pyx +0 -0
  40. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/helper_functions_general.pyx +0 -0
  41. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/helper_functions_imaging.pyx +0 -0
  42. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/helper_functions_plotting.py +0 -0
  43. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/helper_functions_rv.pyx +0 -0
  44. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/kern_profiler_dummy.py +0 -0
  45. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/load_save.py +0 -0
  46. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/plotter.py +0 -0
  47. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid/system_params_local.py +0 -0
  48. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid.egg-info/dependency_links.txt +0 -0
  49. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid.egg-info/entry_points.txt +0 -0
  50. {ethraid-0.1.100 → ethraid-0.1.102}/ethraid.egg-info/top_level.txt +0 -0
  51. {ethraid-0.1.100 → ethraid-0.1.102}/setup.cfg +0 -0
  52. {ethraid-0.1.100 → ethraid-0.1.102}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ethraid
3
- Version: 0.1.100
3
+ Version: 0.1.102
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
@@ -0,0 +1,5 @@
1
+ import os
2
+
3
+ __version__='0.1.102'
4
+
5
+ _ROOT = os.path.abspath(os.path.dirname(__file__))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ethraid
3
- Version: 0.1.100
3
+ Version: 0.1.102
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,6 +1,5 @@
1
1
  MANIFEST.in
2
2
  README.md
3
- pyproject.toml
4
3
  requirements.txt
5
4
  setup.py
6
5
  ethraid/__init__.py
@@ -0,0 +1,11 @@
1
+ astropy
2
+ Cython
3
+ h5py
4
+ matplotlib
5
+ numpy
6
+ pandas
7
+ radvel
8
+ scipy
9
+ setuptools
10
+ tqdm
11
+ celerite
@@ -0,0 +1,11 @@
1
+ astropy
2
+ Cython
3
+ h5py
4
+ matplotlib
5
+ numpy
6
+ pandas
7
+ radvel
8
+ scipy
9
+ setuptools
10
+ tqdm
11
+ celerite
@@ -1,5 +0,0 @@
1
- import os
2
-
3
- __version__='0.1.100'
4
-
5
- _ROOT = os.path.abspath(os.path.dirname(__file__))
@@ -1,11 +0,0 @@
1
- astropy==4.3.1
2
- Cython==0.29.33
3
- h5py==3.8.0
4
- matplotlib==3.5.3
5
- numpy==1.21.6
6
- pandas==1.3.5
7
- radvel==1.3.8
8
- scipy==1.7.3
9
- setuptools==65.6.3
10
- tqdm==4.64.0
11
- celerite==0.3.1
@@ -1,2 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools", "wheel", "Cython"]
@@ -1,11 +0,0 @@
1
- astropy==4.3.1
2
- Cython==0.29.33
3
- h5py==3.8.0
4
- matplotlib==3.5.3
5
- numpy==1.21.6
6
- pandas==1.3.5
7
- radvel==1.3.8
8
- scipy==1.7.3
9
- setuptools==65.6.3
10
- tqdm==4.64.0
11
- celerite==0.3.1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes