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.
- {ethraid-2.4.4/ethraid.egg-info → ethraid-2.5.1}/PKG-INFO +1 -1
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/__init__.py +1 -1
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/_kepler.cpython-37m-darwin.so +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/helper_functions_general.c +2733 -1511
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/helper_functions_astro.cpython-37m-darwin.so +0 -0
- ethraid-2.5.1/ethraid/compiled/helper_functions_general.cpython-37m-darwin.so +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/helper_functions_imaging.cpython-37m-darwin.so +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/helper_functions_rv.cpython-37m-darwin.so +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/driver.py +7 -7
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_general.pyx +35 -6
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/load_save.py +13 -6
- {ethraid-2.4.4 → ethraid-2.5.1/ethraid.egg-info}/PKG-INFO +1 -1
- ethraid-2.4.4/ethraid/compiled/helper_functions_general.cpython-37m-darwin.so +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/LICENSE +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/MANIFEST.in +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/README.md +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/__init__.py +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/_kepler.c +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/_kepler.pyx +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/kepler.c +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/radvel_requirements.txt +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/c_kepler/radvel_setup.py +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/cli.py +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/c_kepler/_kepler.c +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/c_kepler/kepler.c +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/helper_functions_astro.c +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/helper_functions_imaging.c +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/compiled/ethraid/helper_functions_rv.c +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/.DS_Store +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/TOI1694_832.csv +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/bands.csv +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/baraffe_table_4.csv +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/mamajek.csv +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/data/test_K_band.csv +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_astro.pyx +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_imaging.pyx +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_plotting.py +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/helper_functions_rv.pyx +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/kern_profiler_dummy.py +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid/plotter.py +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/SOURCES.txt +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/dependency_links.txt +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/entry_points.txt +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/requires.txt +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/ethraid.egg-info/top_level.txt +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/requirements.txt +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/setup.cfg +0 -0
- {ethraid-2.4.4 → ethraid-2.5.1}/setup.py +0 -0
|
Binary file
|