TidalPy 0.6.2__tar.gz → 0.6.3__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.
- {tidalpy-0.6.2 → tidalpy-0.6.3}/MANIFEST.in +17 -1
- tidalpy-0.6.3/PKG-INFO +234 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/README.md +2 -2
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/eos_solution_.cpp +0 -8
- tidalpy-0.6.3/TidalPy.egg-info/PKG-INFO +234 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy.egg-info/SOURCES.txt +0 -35
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy.egg-info/requires.txt +3 -3
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy.egg-info/top_level.txt +0 -2
- {tidalpy-0.6.2 → tidalpy-0.6.3}/_build_tidalpy.py +7 -2
- {tidalpy-0.6.2 → tidalpy-0.6.3}/pyproject.toml +16 -15
- {tidalpy-0.6.2 → tidalpy-0.6.3}/setup.py +1 -1
- tidalpy-0.6.2/PKG-INFO +0 -406
- tidalpy-0.6.2/TidalPy/Material/eos/eos_solution.cpp +0 -27023
- tidalpy-0.6.2/TidalPy/Material/eos/methods/interpolate.cpp +0 -27756
- tidalpy-0.6.2/TidalPy/Material/eos/ode.cpp +0 -27536
- tidalpy-0.6.2/TidalPy/Material/eos/solver.cpp +0 -29246
- tidalpy-0.6.2/TidalPy/RadialSolver/boundaries/boundaries.cpp +0 -5207
- tidalpy-0.6.2/TidalPy/RadialSolver/boundaries/surface_bc.cpp +0 -30537
- tidalpy-0.6.2/TidalPy/RadialSolver/collapse/collapse.cpp +0 -4842
- tidalpy-0.6.2/TidalPy/RadialSolver/constants.cpp +0 -4121
- tidalpy-0.6.2/TidalPy/RadialSolver/derivatives/odes.cpp +0 -30333
- tidalpy-0.6.2/TidalPy/RadialSolver/helpers.cpp +0 -37942
- tidalpy-0.6.2/TidalPy/RadialSolver/interfaces/interfaces.cpp +0 -29445
- tidalpy-0.6.2/TidalPy/RadialSolver/interfaces/reversed.cpp +0 -5523
- tidalpy-0.6.2/TidalPy/RadialSolver/love.cpp +0 -27155
- tidalpy-0.6.2/TidalPy/RadialSolver/matrix.cpp +0 -30894
- tidalpy-0.6.2/TidalPy/RadialSolver/matrix_types/solid_matrix.cpp +0 -31909
- tidalpy-0.6.2/TidalPy/RadialSolver/rs_solution.cpp +0 -39845
- tidalpy-0.6.2/TidalPy/RadialSolver/shooting.cpp +0 -34092
- tidalpy-0.6.2/TidalPy/RadialSolver/solver.cpp +0 -37394
- tidalpy-0.6.2/TidalPy/RadialSolver/starting/common.cpp +0 -5032
- tidalpy-0.6.2/TidalPy/RadialSolver/starting/driver.cpp +0 -29048
- tidalpy-0.6.2/TidalPy/RadialSolver/starting/kamata.cpp +0 -6218
- tidalpy-0.6.2/TidalPy/RadialSolver/starting/saito.cpp +0 -4336
- tidalpy-0.6.2/TidalPy/RadialSolver/starting/takeuchi.cpp +0 -5809
- tidalpy-0.6.2/TidalPy/constants.cpp +0 -6331
- tidalpy-0.6.2/TidalPy/rheology/base.cpp +0 -31018
- tidalpy-0.6.2/TidalPy/rheology/models.cpp +0 -21897
- tidalpy-0.6.2/TidalPy/tides/multilayer/heating.cpp +0 -32149
- tidalpy-0.6.2/TidalPy/tides/multilayer/sensitivity.cpp +0 -32846
- tidalpy-0.6.2/TidalPy/utilities/classes/base_x.cpp +0 -9334
- tidalpy-0.6.2/TidalPy/utilities/conversions/conversions_x.cpp +0 -9320
- tidalpy-0.6.2/TidalPy/utilities/dimensions/nondimensional.cpp +0 -8780
- tidalpy-0.6.2/TidalPy/utilities/math/complex.cpp +0 -11914
- tidalpy-0.6.2/TidalPy/utilities/math/numerics.cpp +0 -6461
- tidalpy-0.6.2/TidalPy/utilities/math/special.cpp +0 -7213
- tidalpy-0.6.2/TidalPy/utilities/types_x.cpp +0 -4255
- tidalpy-0.6.2/TidalPy.egg-info/PKG-INFO +0 -406
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/multilayer_radial_solver.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/multimode_solver.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/performance_base.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/performance_build_world.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/performance_complex_compliance_func.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/performance_eccentricity_func.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/performance_quick_calcs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/performance_tides.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Benchmarks & Performance/Performance/performance suite/run_suite.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/LICENSE.md +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Functions/test_rheology.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Math/test_utilities_complex.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Math/test_utilities_numerics.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Math/test_utilities_special.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetA_Package/test_a_version.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetA_Package/test_io.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetA_Package/test_tidalpy_config.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_numpy.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetB_Package/test_c_tools_timing.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetB_Package/test_d_basic_classes.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetB_Package/test_h_voxel_volume.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetB_Package/test_i_spherical_mass.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_dual_dissipation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_single_dissipation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_compliance_funcs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_partialmelt_funcs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_a_orbital_funcs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_c_mode_manipulation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetH_QuickCalc/test_a_quick_dissipation_calc_single_body.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetH_QuickCalc/test_b_quick_dissipation_calc_dual_body.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetK_PlanetBuild/test_a_build_star.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_a_orbit_construct.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_b_orbit_basic_manipulation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetL_Orbit/test_orbit_averaging.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_oop_rheology.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_radiogenic.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetS_Tides/Test_Collapse_Modes/test_collapse_mode_freqs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetS_Tides/Test_Heating/test_heating.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetS_Tides/Test_Unique_Modes/test_unique_freqs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_a_physics_orbit_global_tides.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_b_physics_orbit_layered_tides.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_c_physics_orbit_dual_body_tides.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetX_Potential/test_a_potential.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetX_Potential/test_b_mode_potential.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Numerical_Int/test_m1_multilayer_modes.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Package/test_configs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/Test_PropMatrix/test_b_radial_solver_matrix.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/test_a_boundary_conditions.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/test_a_helpers.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/test_a_interfaces.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/test_a_starting_condtions.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/test_b_radial_solver_1layer.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/test_d_alma_compare.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/test_e_radial_solver_3layer.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_RadialSolver/test_f_radial_solver_errors.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Tides/test_d_radial_sensativity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Utilities/Test_Dimensions/test_nondimensional.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/build.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/burnman_world.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/conversion.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/defaults.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/material/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/material/helper.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Extending/burnman/package.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/__init__.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/eos_solution.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/eos_solution.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/eos_solution_.hpp +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/methods/__init__.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/methods/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/methods/interpolate.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/methods/interpolate.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/ode.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/ode.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/solver.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/Material/eos/solver.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/__init__.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/boundaries/boundaries.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/boundaries/surface_bc.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/boundaries/surface_bc.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/constants.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/constants.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/derivatives/odes.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/helpers.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/love.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/love.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/love_.cpp +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/love_.hpp +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/matrix.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/matrix.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/matrix_types/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/matrix_types/solid_matrix.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/matrix_types/solid_matrix.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/rs_solution.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/rs_solution.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/rs_solution_.cpp +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/rs_solution_.hpp +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/shooting.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/shooting.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/solver.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/solver.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/common.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/common.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/driver.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/driver.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/WorldPack/WorldPack.zip +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/cache.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/configurations.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/constants.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/constants.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/cooling/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/cooling/cooling.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/cooling/cooling_models.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/defaultc.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/dynamics/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/dynamics/dual_dissipation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/dynamics/single_dissipation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/exceptions.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/initialize.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/logger.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/numba_scipy/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/numba_scipy/special/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/numba_scipy/special/overloads.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/numba_scipy/special/signatures.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/orbit/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/orbit/averaging.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/output.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/paths.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/radiogenics/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/radiogenics/radiogenic_models.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/radiogenics/radiogenics.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/base.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/base.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/models.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/models.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/partial_melt/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/rheology.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/viscosity/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/viscosity/viscosity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/stellar/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/stellar/habitability.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/stellar/insolation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/stellar/stellar.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/helpers/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/helpers/orbit_config.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/layers/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/layers/basic.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/layers/gas.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/layers/helper.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/layers/physics.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/orbit/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/orbit/base.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/orbit/physics.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/physical.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_builder/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_builder/config_handler.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_builder/world_builder.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_types/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_types/basic.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_types/gas.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_types/layered.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_types/stellar.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/structures/world_types/tidal.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/dissipation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/heating.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/love1d.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/methods/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/methods/base.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/methods/global_approx.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/methods/layered.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/collapse_modes.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/mode_manipulation.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/modes.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/modes/multilayer_modes.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/multilayer/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/multilayer/displacements.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/multilayer/heating.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/multilayer/heating.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/multilayer/sensitivity.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/multilayer/sensitivity.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/multilayer/stress_strain.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/tides/universal_coeffs.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/toolbox/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/toolbox/quick_tides.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/arrays/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/arrays/interp.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/arrays/interp.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/arrays/interp_.cpp +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/arrays/interp_.hpp +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/base.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/base_x.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/base_x.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/config/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/config/config.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/model/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/model/model.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/classes/model/model_utils.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/conversions/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/conversions/conversions.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/conversions/timing.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/dictionary_utils.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/dimensions/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/dimensions/nondimensional_.hpp +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/exoplanets/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/exoplanets/data_download.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/global_map.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/grid_plot.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/graphics/planet_plot.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/integration/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/integration/julia_helper.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/integration/scipy_helper.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/io/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/io/pathing.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/io/progress.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/__init__.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/complex.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/complex.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/numba_special.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/numerics.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/numerics.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/special.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/math/special.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/performance/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/performance/memory.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/performance/numba.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/performance/special/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/performance/special/factorial.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/spherical_helper/mass.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/spherical_helper/volume.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/string_helper/__init__.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/string_helper/string_helper.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/types.py +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/types_x.pxd +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy/utilities/types_x.pyx +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy.egg-info/dependency_links.txt +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/TidalPy.egg-info/entry_points.txt +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/cython_extensions.json +0 -0
- {tidalpy-0.6.2 → tidalpy-0.6.3}/setup.cfg +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# MANIFEST.in
|
|
2
2
|
|
|
3
|
+
# Exclude all c++ and c files; we will manually add back in some custom ones.
|
|
4
|
+
# This avoids shipping already cythonized c files that need to be cythonized locally.
|
|
5
|
+
exclude **/*.c
|
|
6
|
+
exclude **/*.cpp
|
|
7
|
+
exclude **/*.h
|
|
8
|
+
exclude **/*.hpp
|
|
9
|
+
|
|
3
10
|
# Include data files used for plotting and benchmarking
|
|
4
11
|
include TidalPy/utilities/graphics/multilayer/*.csv
|
|
5
12
|
|
|
@@ -20,4 +27,13 @@ include TidalPy/RadialSolver/rs_solution_.cpp
|
|
|
20
27
|
include TidalPy/RadialSolver/rs_solution_.hpp
|
|
21
28
|
include TidalPy/Material/eos/eos_solution_.cpp
|
|
22
29
|
include TidalPy/Material/eos/eos_solution_.hpp
|
|
23
|
-
include TidalPy/utilities/dimensions/nondimensional_.hpp
|
|
30
|
+
include TidalPy/utilities/dimensions/nondimensional_.hpp
|
|
31
|
+
|
|
32
|
+
# Exclude the whole Tests folder
|
|
33
|
+
exclude .vscode/*
|
|
34
|
+
exclude .idea/*
|
|
35
|
+
exclude .github/*
|
|
36
|
+
exclude Tests/*
|
|
37
|
+
exclude Papers/*
|
|
38
|
+
exclude Demos/*
|
|
39
|
+
exclude Documentation/*
|
tidalpy-0.6.3/PKG-INFO
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: TidalPy
|
|
3
|
+
Version: 0.6.3
|
|
4
|
+
Summary: Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python
|
|
5
|
+
Author-email: "Joe P. Renaud" <TidalPy@gmail.com>
|
|
6
|
+
License-Expression: CC-BY-NC-SA-4.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/jrenaud90/TidalPy
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/jrenaud90/TidalPy/issues
|
|
9
|
+
Keywords: Scientific Computing,Scientific Modeling,Astrophysics,Astronomy,Planets,Moons,Exoplanets,Planetary Science,Planetary Interiors,Orbital Dynamics,Tides,Tidal Dynamics,Tidal Heating,Numerical Integration
|
|
10
|
+
Classifier: Development Status :: 3 - Alpha
|
|
11
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
12
|
+
Classifier: Operating System :: MacOS
|
|
13
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
14
|
+
Classifier: Programming Language :: Cython
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
20
|
+
Classifier: Natural Language :: English
|
|
21
|
+
Classifier: Intended Audience :: Science/Research
|
|
22
|
+
Classifier: Intended Audience :: Developers
|
|
23
|
+
Classifier: Intended Audience :: Education
|
|
24
|
+
Classifier: Topic :: Scientific/Engineering
|
|
25
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
26
|
+
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
27
|
+
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
28
|
+
Classifier: Natural Language :: English
|
|
29
|
+
Requires-Python: <3.14,>=3.9
|
|
30
|
+
Description-Content-Type: text/markdown
|
|
31
|
+
License-File: LICENSE.md
|
|
32
|
+
Requires-Dist: numba>=0.54.1
|
|
33
|
+
Requires-Dist: numpy<3,>=1.22
|
|
34
|
+
Requires-Dist: scipy>=1.9.3
|
|
35
|
+
Requires-Dist: platformdirs<4,>=3.11.0
|
|
36
|
+
Requires-Dist: toml>=0.10.2
|
|
37
|
+
Requires-Dist: dill>=0.3.2
|
|
38
|
+
Requires-Dist: psutil>=5.8.0
|
|
39
|
+
Requires-Dist: pathos>=0.2.0
|
|
40
|
+
Requires-Dist: cyrk<0.14.0,>=0.13.5
|
|
41
|
+
Requires-Dist: astropy
|
|
42
|
+
Requires-Dist: astroquery
|
|
43
|
+
Requires-Dist: ipympl<0.10.0,>=0.9.6
|
|
44
|
+
Requires-Dist: matplotlib<5.0.0,>=3.4.2
|
|
45
|
+
Requires-Dist: cmcrameri
|
|
46
|
+
Provides-Extra: dev
|
|
47
|
+
Requires-Dist: jupyter; extra == "dev"
|
|
48
|
+
Requires-Dist: pytest; extra == "dev"
|
|
49
|
+
Requires-Dist: cmcrameri<2.0,>=1.4; extra == "dev"
|
|
50
|
+
Requires-Dist: matplotlib>=3.4.2; extra == "dev"
|
|
51
|
+
Requires-Dist: palettable>=3.3.0; extra == "dev"
|
|
52
|
+
Requires-Dist: ipympl>=0.8.7; extra == "dev"
|
|
53
|
+
Requires-Dist: julia>=0.5.7; extra == "dev"
|
|
54
|
+
Requires-Dist: diffeqpy>=1.2.0; extra == "dev"
|
|
55
|
+
Provides-Extra: graphics
|
|
56
|
+
Requires-Dist: jupyter; extra == "graphics"
|
|
57
|
+
Requires-Dist: cmcrameri<2.0,>=1.4; extra == "graphics"
|
|
58
|
+
Requires-Dist: matplotlib>=3.4.2; extra == "graphics"
|
|
59
|
+
Requires-Dist: palettable>=3.3.0; extra == "graphics"
|
|
60
|
+
Requires-Dist: ipympl>=0.8.7; extra == "graphics"
|
|
61
|
+
Provides-Extra: burnman
|
|
62
|
+
Requires-Dist: autograd; extra == "burnman"
|
|
63
|
+
Requires-Dist: burnman<3,>=2.1.0; extra == "burnman"
|
|
64
|
+
Provides-Extra: cartopy
|
|
65
|
+
Requires-Dist: cartopy>=0.22.0; extra == "cartopy"
|
|
66
|
+
Provides-Extra: julia
|
|
67
|
+
Requires-Dist: julia>=0.5.7; extra == "julia"
|
|
68
|
+
Requires-Dist: diffeqpy>=1.2.0; extra == "julia"
|
|
69
|
+
Dynamic: license-file
|
|
70
|
+
|
|
71
|
+
# TidalPy
|
|
72
|
+
|
|
73
|
+
<div style="text-align: center;">
|
|
74
|
+
<a href="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_win.yml"><img src="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_win.yml/badge.svg?branch=main" alt="Windows Tests" /></a>
|
|
75
|
+
<a href="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_mac.yml"><img src="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_mac.yml/badge.svg?branch=main" alt="MacOS Tests" /></a>
|
|
76
|
+
<a href="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_ubun.yml"><img src="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_ubun.yml/badge.svg?branch=main" alt="Ubuntu Tests" /></a><br />
|
|
77
|
+
<!--<a href="https://codecov.io/github/jrenaud90/TidalPy" ><img src="https://codecov.io/github/jrenaud90/TidalPy/branch/main/graph/badge.svg?token=35OY4ZLOA5"/></a><br />-->
|
|
78
|
+
<a href="https://doi.org/10.5281/zenodo.7017475"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.7017475.svg" alt="DOI"></a>
|
|
79
|
+
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/Python-3.9|3.10|3.11|3.12|3.13-blue" alt="Python Version 3.9-3.13" /></a>
|
|
80
|
+
</div>
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.3 Alpha-orange" alt="TidalPy Version 0.6.3 Alpha" /></a>
|
|
85
|
+
|
|
86
|
+
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
|
+
|
|
88
|
+
TidalPy is an open-source software suite that utilizes a semi-analytic approach to estimate tidal heating,
|
|
89
|
+
orbit-rotation evolution, and thermal changes for rocky and icy worlds. It has been used to simulate the thermal-orbital
|
|
90
|
+
evolution of moons within our Solar System as well as exoplanets beyond. TidalPy's `RadialSolver` package can accurately
|
|
91
|
+
estimate the viscoelastic Love and Shida numbers for a multi-layered, rocky or icy world, including the effects of liquid layers,
|
|
92
|
+
compressibility, dynamic tides, and advanced rheological models. This module has been used to study the tidal response
|
|
93
|
+
of Mercury, Venus, Earth, our Moon, Mars, and much more.
|
|
94
|
+
|
|
95
|
+
Have any questions? Feel free to leave an [issue](https://github.com/jrenaud90/TidalPy/issues) or send a message to
|
|
96
|
+
[TidalPy@gmail.com](mailto:tidalpy@gmail.com).
|
|
97
|
+
|
|
98
|
+
# How to Install
|
|
99
|
+
|
|
100
|
+
## Compatibility
|
|
101
|
+
|
|
102
|
+
* **Windows-Latest**: *Installation & tests passed.*
|
|
103
|
+
* **MacOS-Latest**: *Installation & tests passed.*
|
|
104
|
+
* **Ubuntu-Latest**: *Installation & tests passed.*
|
|
105
|
+
|
|
106
|
+
## Basic Installation
|
|
107
|
+
|
|
108
|
+
Installing TidalPy is ass simple as ensuring 64-bit [Python 3.9+](https://www.python.org/) is installed on your
|
|
109
|
+
system and performing the following in a terminal:
|
|
110
|
+
|
|
111
|
+
`pip install TidalPy`
|
|
112
|
+
|
|
113
|
+
_TidalPy can not currently be installed via `conda install`._
|
|
114
|
+
|
|
115
|
+
## Accessing Jupyter Notebooks
|
|
116
|
+
There are several jupyter notebooks with TidalPy demos found in the /Demos/ folder of this repository.
|
|
117
|
+
In order to access these you will need to make sure you install Jupyter and a few related packages:
|
|
118
|
+
|
|
119
|
+
`pip install ipympl ipython ipywidgets jupyter`
|
|
120
|
+
|
|
121
|
+
or
|
|
122
|
+
|
|
123
|
+
`conda install ipympl ipython ipywidgets jupyter`
|
|
124
|
+
|
|
125
|
+
You can then clone this GitHub repository,
|
|
126
|
+
|
|
127
|
+
`git clone https://github.com/jrenaud90/TidalPy`
|
|
128
|
+
|
|
129
|
+
to a local directory. Navigate to this directory and the `Demos` sub-directory then access the notebooks by using the command,
|
|
130
|
+
`jupyter notebook`.
|
|
131
|
+
|
|
132
|
+
## Cartopy
|
|
133
|
+
|
|
134
|
+
TidalPy offers the ability to make nice 2D plots using the [cartopy](https://scitools.org.uk/cartopy/docs/latest/index.html) package for some of
|
|
135
|
+
3d projection map plotting. In turn, cartopy relies on [GEOS](https://trac.osgeo.org/geos/) which is not a python
|
|
136
|
+
package and must be installed outside of pip.
|
|
137
|
+
|
|
138
|
+
The easiest way to install cartopy is using an Anaconda environment by,
|
|
139
|
+
|
|
140
|
+
`conda install -c conda-forge cartopy`
|
|
141
|
+
|
|
142
|
+
If you are not using a conda environment then you will need to find and install the GEOS binaries manually:
|
|
143
|
+
|
|
144
|
+
**Windows:** [Follow instructions here](https://trac.osgeo.org/osgeo4w/)
|
|
145
|
+
**On Ubuntu:** `sudo apt-get install libgeos-dev`
|
|
146
|
+
**On MacOS:** `brew install geos`
|
|
147
|
+
|
|
148
|
+
After GEOS is installed you can pip install the rest,
|
|
149
|
+
|
|
150
|
+
`pip install pyproj shapely pyshp cartopy`
|
|
151
|
+
|
|
152
|
+
## Installation Troubleshooting
|
|
153
|
+
|
|
154
|
+
_If you ran into a problem that is not listed below please [submit an issue](https://github.com/jrenaud90/TidalPy/issues) and we will work on addressing it!_
|
|
155
|
+
|
|
156
|
+
**Known Problems:**
|
|
157
|
+
* The `setuptools` package is required before TidalPy can be installed. Usually it is automatically installed, but if
|
|
158
|
+
you are starting with a clean virtual environment it may not have been.
|
|
159
|
+
* For Anaconda: `conda install setuptools`
|
|
160
|
+
* Or for regular Python: `pip install setuptools`
|
|
161
|
+
|
|
162
|
+
# How to Use TidalPy
|
|
163
|
+
|
|
164
|
+
Check out the `Documentation\1 - Getting Started.md` file. This is pretty bare bones at the moment but offers some basic
|
|
165
|
+
info about TidalPy. For now the best way to learn how to use TidalPy is by checking out the `Demos` directory. There
|
|
166
|
+
are "beginner" [Jupyter notebooks](https://jupyter.org/) that are a great starting point.
|
|
167
|
+
|
|
168
|
+
## Using TidalPy for Science
|
|
169
|
+
|
|
170
|
+
TidalPy has been used in several studies already, and we encourage you to use it in yours. We would appreciate you
|
|
171
|
+
include a link back to this [page](https://github.com/jrenaud90/TidalPy) and cite one of the papers discussed in
|
|
172
|
+
the next section. We also would love to see where TidalPy is being used! Please feel free to send us an
|
|
173
|
+
email: [TidalPy@gmail.com](mailto:TidalPy@gmail.com) when a paper or presentation utilized TidalPy. Anyone is welcome to
|
|
174
|
+
make forks or copies of TidalPy as long as their work references back to this page. License information can be found at
|
|
175
|
+
the end of this file.
|
|
176
|
+
|
|
177
|
+
## Citing TidalPy
|
|
178
|
+
|
|
179
|
+
If you use TidalPy for your research please cite its Zenodo [doi: 10.5281/zenodo.7017474](https://doi.org/10.5281/zenodo.7017474).
|
|
180
|
+
|
|
181
|
+
The science used in TidalPy is described in the following papers and software (with additional references therein):
|
|
182
|
+
|
|
183
|
+
* Rheological Modeling Package:
|
|
184
|
+
* [Tidally Heated Terrestrial Exoplanets: Viscoelastic Response Models](https://ui.adsabs.harvard.edu/abs/2009ApJ...707.1000H/abstract)
|
|
185
|
+
* [Increased Tidal Dissipation Using Advanced Rheological Models](https://ui.adsabs.harvard.edu/abs/2018ApJ...857...98R/abstract)
|
|
186
|
+
* Non-synchronous Rotation Evolution and High Eccentricity Truncation Packages:
|
|
187
|
+
* [Tidal Dissipation in Dual-Body, Highly Eccentric, and Non-synchronously Rotating System](https://ui.adsabs.harvard.edu/abs/2021PSJ.....2....4R/abstract)
|
|
188
|
+
* [Tidal Evolution of the Keplerian Elements](https://ui.adsabs.harvard.edu/abs/2019CeMDA.131...30B/abstract)
|
|
189
|
+
* Third Party Software:
|
|
190
|
+
* *Interior Model*: [BurnMan](https://github.com/geodynamics/burnman)
|
|
191
|
+
* *Integration Routines*: [CyRK](https://zenodo.org/records/8329446)
|
|
192
|
+
* *CVD Conscious Color Maps*: [Geodynamic Color Maps](http://doi.org/10.5281/zenodo.5501399)
|
|
193
|
+
* *Projection Maps*: [Cartopy](https://scitools.org.uk/cartopy/docs/latest/)
|
|
194
|
+
* *Exoplanet data*: [Astroquery](https://github.com/astropy/astroquery/blob/main/astroquery/CITATION), [AstroPy](https://www.astropy.org/acknowledging.html)
|
|
195
|
+
|
|
196
|
+
## Contribute to TidalPy
|
|
197
|
+
|
|
198
|
+
TidalPy is in early alpha and there are lots of areas where it can improve! If you are interested in helping out, please
|
|
199
|
+
check out the information in `Documentation\Contribute.md`.
|
|
200
|
+
|
|
201
|
+
**Found a bug or have an idea for a new feature?**
|
|
202
|
+
|
|
203
|
+
* Go to TidalPy's [Github page](https://github.com/jrenaud90/TidalPy) and click the "Issues" tab then make a new report.
|
|
204
|
+
* If you ran into a bug please include a code snippet (in markdown: code is designated by Grave accents surrounding
|
|
205
|
+
the text) that reproduces the error (please keep this snippet as concise as possible).
|
|
206
|
+
* It is helpful to triage issues when they are made. If you think you know the severity of a bug or can provide any
|
|
207
|
+
other *at-a-glance* context, consider adding a "label" (right-hand side of the github issue form) to the issue.
|
|
208
|
+
|
|
209
|
+
# License Information
|
|
210
|
+
You are welcome to copy/fork TidalPy and make modifications assuming the following conditions are met:
|
|
211
|
+
* Links are included that point back to this [page](https://github.com/jrenaud90/TidalPy).
|
|
212
|
+
* Any software derived from TidalPy must remain open-source and non-commercial.
|
|
213
|
+
|
|
214
|
+
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view
|
|
215
|
+
a copy of this license,
|
|
216
|
+
visit [http://creativecommons.org/licenses/by-nc-sa/4.0/](http://creativecommons.org/licenses/by-nc-sa/4.0/) or send a
|
|
217
|
+
letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
|
218
|
+
|
|
219
|
+
# Acknowledgements
|
|
220
|
+
TidalPy was partially developed with support from NASA Goddard Space Flight Center's
|
|
221
|
+
Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy ISFM.
|
|
222
|
+
TidalPy is partially based upon work supported by NASA under award number 80GSFC21M0002 and the
|
|
223
|
+
Center for Research and Exploration in Space Science & Technology II (CRESST II) administered at the University of
|
|
224
|
+
Maryland, College Park.
|
|
225
|
+
|
|
226
|
+
TidalPy has been improved by numerous contributors some of which you can find [here](https://github.com/jrenaud90/TidalPy/graphs/contributors).
|
|
227
|
+
|
|
228
|
+
TidalPy has benefited from work and conversations with the following:
|
|
229
|
+
- Wade G. Henning (U. of Maryland, College Park / NASA GSFC)
|
|
230
|
+
- Michael Efroimsky (U.S. Naval Observatory)
|
|
231
|
+
- Sander Goossens (NASA GSFC)
|
|
232
|
+
- Marc Neveu (U. of Maryland, College Park / NASA GSFC)
|
|
233
|
+
- Gael Cascioli (U. of Maryland, Baltimore County / NASA GSFC)
|
|
234
|
+
- Nick Wagner (Brown U.)
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
<a href="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_ubun.yml"><img src="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_ubun.yml/badge.svg?branch=main" alt="Ubuntu Tests" /></a><br />
|
|
7
7
|
<!--<a href="https://codecov.io/github/jrenaud90/TidalPy" ><img src="https://codecov.io/github/jrenaud90/TidalPy/branch/main/graph/badge.svg?token=35OY4ZLOA5"/></a><br />-->
|
|
8
8
|
<a href="https://doi.org/10.5281/zenodo.7017475"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.7017475.svg" alt="DOI"></a>
|
|
9
|
-
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/Python-3.9|3.10|3.11|3.12-blue" alt="Python Version 3.9-3.
|
|
9
|
+
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/Python-3.9|3.10|3.11|3.12|3.13-blue" alt="Python Version 3.9-3.13" /></a>
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.
|
|
14
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.3 Alpha-orange" alt="TidalPy Version 0.6.3 Alpha" /></a>
|
|
15
15
|
|
|
16
16
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
17
17
|
|
|
@@ -61,11 +61,7 @@ EOSSolutionCC::~EOSSolutionCC( )
|
|
|
61
61
|
// Reset each shared pointer in the cysolver vector
|
|
62
62
|
for (size_t i = 0; i < this->cysolver_results_sptr_bylayer_vec.size(); i++)
|
|
63
63
|
{
|
|
64
|
-
// TODO: A future version of CyRK should better handle the scenario that the dense outputs are not deallocated so there is a floating reference to the cysolver solution shared pointer.
|
|
65
|
-
// Until CyRK gets its act together, we need to manually release those dense outputs
|
|
66
64
|
this->cysolver_results_sptr_bylayer_vec[i]->dense_vec.clear();
|
|
67
|
-
this->cysolver_results_sptr_bylayer_vec[i]->solver_uptr->storage_sptr = nullptr;
|
|
68
|
-
|
|
69
65
|
// Reset this class reference to the shared pointer.
|
|
70
66
|
this->cysolver_results_sptr_bylayer_vec[i].reset();
|
|
71
67
|
}
|
|
@@ -184,11 +180,7 @@ void EOSSolutionCC::change_radius_array(
|
|
|
184
180
|
this->complex_bulk_array_vec.clear();
|
|
185
181
|
for (size_t i = 0; i < this->cysolver_results_sptr_bylayer_vec.size(); i++)
|
|
186
182
|
{
|
|
187
|
-
// TODO: A future version of CyRK should better handle the scenario that the dense outputs are not deallocated so there is a floating reference to the cysolver solution shared pointer.
|
|
188
|
-
// Until CyRK gets its act together, we need to manually release those dense outputs
|
|
189
183
|
this->cysolver_results_sptr_bylayer_vec[i]->dense_vec.clear();
|
|
190
|
-
this->cysolver_results_sptr_bylayer_vec[i]->solver_uptr->storage_sptr = nullptr;
|
|
191
|
-
|
|
192
184
|
this->cysolver_results_sptr_bylayer_vec[i].reset();
|
|
193
185
|
}
|
|
194
186
|
this->cysolver_results_sptr_bylayer_vec.clear();
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: TidalPy
|
|
3
|
+
Version: 0.6.3
|
|
4
|
+
Summary: Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python
|
|
5
|
+
Author-email: "Joe P. Renaud" <TidalPy@gmail.com>
|
|
6
|
+
License-Expression: CC-BY-NC-SA-4.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/jrenaud90/TidalPy
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/jrenaud90/TidalPy/issues
|
|
9
|
+
Keywords: Scientific Computing,Scientific Modeling,Astrophysics,Astronomy,Planets,Moons,Exoplanets,Planetary Science,Planetary Interiors,Orbital Dynamics,Tides,Tidal Dynamics,Tidal Heating,Numerical Integration
|
|
10
|
+
Classifier: Development Status :: 3 - Alpha
|
|
11
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
12
|
+
Classifier: Operating System :: MacOS
|
|
13
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
14
|
+
Classifier: Programming Language :: Cython
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
20
|
+
Classifier: Natural Language :: English
|
|
21
|
+
Classifier: Intended Audience :: Science/Research
|
|
22
|
+
Classifier: Intended Audience :: Developers
|
|
23
|
+
Classifier: Intended Audience :: Education
|
|
24
|
+
Classifier: Topic :: Scientific/Engineering
|
|
25
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
26
|
+
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
27
|
+
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
28
|
+
Classifier: Natural Language :: English
|
|
29
|
+
Requires-Python: <3.14,>=3.9
|
|
30
|
+
Description-Content-Type: text/markdown
|
|
31
|
+
License-File: LICENSE.md
|
|
32
|
+
Requires-Dist: numba>=0.54.1
|
|
33
|
+
Requires-Dist: numpy<3,>=1.22
|
|
34
|
+
Requires-Dist: scipy>=1.9.3
|
|
35
|
+
Requires-Dist: platformdirs<4,>=3.11.0
|
|
36
|
+
Requires-Dist: toml>=0.10.2
|
|
37
|
+
Requires-Dist: dill>=0.3.2
|
|
38
|
+
Requires-Dist: psutil>=5.8.0
|
|
39
|
+
Requires-Dist: pathos>=0.2.0
|
|
40
|
+
Requires-Dist: cyrk<0.14.0,>=0.13.5
|
|
41
|
+
Requires-Dist: astropy
|
|
42
|
+
Requires-Dist: astroquery
|
|
43
|
+
Requires-Dist: ipympl<0.10.0,>=0.9.6
|
|
44
|
+
Requires-Dist: matplotlib<5.0.0,>=3.4.2
|
|
45
|
+
Requires-Dist: cmcrameri
|
|
46
|
+
Provides-Extra: dev
|
|
47
|
+
Requires-Dist: jupyter; extra == "dev"
|
|
48
|
+
Requires-Dist: pytest; extra == "dev"
|
|
49
|
+
Requires-Dist: cmcrameri<2.0,>=1.4; extra == "dev"
|
|
50
|
+
Requires-Dist: matplotlib>=3.4.2; extra == "dev"
|
|
51
|
+
Requires-Dist: palettable>=3.3.0; extra == "dev"
|
|
52
|
+
Requires-Dist: ipympl>=0.8.7; extra == "dev"
|
|
53
|
+
Requires-Dist: julia>=0.5.7; extra == "dev"
|
|
54
|
+
Requires-Dist: diffeqpy>=1.2.0; extra == "dev"
|
|
55
|
+
Provides-Extra: graphics
|
|
56
|
+
Requires-Dist: jupyter; extra == "graphics"
|
|
57
|
+
Requires-Dist: cmcrameri<2.0,>=1.4; extra == "graphics"
|
|
58
|
+
Requires-Dist: matplotlib>=3.4.2; extra == "graphics"
|
|
59
|
+
Requires-Dist: palettable>=3.3.0; extra == "graphics"
|
|
60
|
+
Requires-Dist: ipympl>=0.8.7; extra == "graphics"
|
|
61
|
+
Provides-Extra: burnman
|
|
62
|
+
Requires-Dist: autograd; extra == "burnman"
|
|
63
|
+
Requires-Dist: burnman<3,>=2.1.0; extra == "burnman"
|
|
64
|
+
Provides-Extra: cartopy
|
|
65
|
+
Requires-Dist: cartopy>=0.22.0; extra == "cartopy"
|
|
66
|
+
Provides-Extra: julia
|
|
67
|
+
Requires-Dist: julia>=0.5.7; extra == "julia"
|
|
68
|
+
Requires-Dist: diffeqpy>=1.2.0; extra == "julia"
|
|
69
|
+
Dynamic: license-file
|
|
70
|
+
|
|
71
|
+
# TidalPy
|
|
72
|
+
|
|
73
|
+
<div style="text-align: center;">
|
|
74
|
+
<a href="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_win.yml"><img src="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_win.yml/badge.svg?branch=main" alt="Windows Tests" /></a>
|
|
75
|
+
<a href="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_mac.yml"><img src="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_mac.yml/badge.svg?branch=main" alt="MacOS Tests" /></a>
|
|
76
|
+
<a href="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_ubun.yml"><img src="https://github.com/jrenaud90/TidalPy/actions/workflows/push_tests_ubun.yml/badge.svg?branch=main" alt="Ubuntu Tests" /></a><br />
|
|
77
|
+
<!--<a href="https://codecov.io/github/jrenaud90/TidalPy" ><img src="https://codecov.io/github/jrenaud90/TidalPy/branch/main/graph/badge.svg?token=35OY4ZLOA5"/></a><br />-->
|
|
78
|
+
<a href="https://doi.org/10.5281/zenodo.7017475"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.7017475.svg" alt="DOI"></a>
|
|
79
|
+
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/Python-3.9|3.10|3.11|3.12|3.13-blue" alt="Python Version 3.9-3.13" /></a>
|
|
80
|
+
</div>
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.3 Alpha-orange" alt="TidalPy Version 0.6.3 Alpha" /></a>
|
|
85
|
+
|
|
86
|
+
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
|
+
|
|
88
|
+
TidalPy is an open-source software suite that utilizes a semi-analytic approach to estimate tidal heating,
|
|
89
|
+
orbit-rotation evolution, and thermal changes for rocky and icy worlds. It has been used to simulate the thermal-orbital
|
|
90
|
+
evolution of moons within our Solar System as well as exoplanets beyond. TidalPy's `RadialSolver` package can accurately
|
|
91
|
+
estimate the viscoelastic Love and Shida numbers for a multi-layered, rocky or icy world, including the effects of liquid layers,
|
|
92
|
+
compressibility, dynamic tides, and advanced rheological models. This module has been used to study the tidal response
|
|
93
|
+
of Mercury, Venus, Earth, our Moon, Mars, and much more.
|
|
94
|
+
|
|
95
|
+
Have any questions? Feel free to leave an [issue](https://github.com/jrenaud90/TidalPy/issues) or send a message to
|
|
96
|
+
[TidalPy@gmail.com](mailto:tidalpy@gmail.com).
|
|
97
|
+
|
|
98
|
+
# How to Install
|
|
99
|
+
|
|
100
|
+
## Compatibility
|
|
101
|
+
|
|
102
|
+
* **Windows-Latest**: *Installation & tests passed.*
|
|
103
|
+
* **MacOS-Latest**: *Installation & tests passed.*
|
|
104
|
+
* **Ubuntu-Latest**: *Installation & tests passed.*
|
|
105
|
+
|
|
106
|
+
## Basic Installation
|
|
107
|
+
|
|
108
|
+
Installing TidalPy is ass simple as ensuring 64-bit [Python 3.9+](https://www.python.org/) is installed on your
|
|
109
|
+
system and performing the following in a terminal:
|
|
110
|
+
|
|
111
|
+
`pip install TidalPy`
|
|
112
|
+
|
|
113
|
+
_TidalPy can not currently be installed via `conda install`._
|
|
114
|
+
|
|
115
|
+
## Accessing Jupyter Notebooks
|
|
116
|
+
There are several jupyter notebooks with TidalPy demos found in the /Demos/ folder of this repository.
|
|
117
|
+
In order to access these you will need to make sure you install Jupyter and a few related packages:
|
|
118
|
+
|
|
119
|
+
`pip install ipympl ipython ipywidgets jupyter`
|
|
120
|
+
|
|
121
|
+
or
|
|
122
|
+
|
|
123
|
+
`conda install ipympl ipython ipywidgets jupyter`
|
|
124
|
+
|
|
125
|
+
You can then clone this GitHub repository,
|
|
126
|
+
|
|
127
|
+
`git clone https://github.com/jrenaud90/TidalPy`
|
|
128
|
+
|
|
129
|
+
to a local directory. Navigate to this directory and the `Demos` sub-directory then access the notebooks by using the command,
|
|
130
|
+
`jupyter notebook`.
|
|
131
|
+
|
|
132
|
+
## Cartopy
|
|
133
|
+
|
|
134
|
+
TidalPy offers the ability to make nice 2D plots using the [cartopy](https://scitools.org.uk/cartopy/docs/latest/index.html) package for some of
|
|
135
|
+
3d projection map plotting. In turn, cartopy relies on [GEOS](https://trac.osgeo.org/geos/) which is not a python
|
|
136
|
+
package and must be installed outside of pip.
|
|
137
|
+
|
|
138
|
+
The easiest way to install cartopy is using an Anaconda environment by,
|
|
139
|
+
|
|
140
|
+
`conda install -c conda-forge cartopy`
|
|
141
|
+
|
|
142
|
+
If you are not using a conda environment then you will need to find and install the GEOS binaries manually:
|
|
143
|
+
|
|
144
|
+
**Windows:** [Follow instructions here](https://trac.osgeo.org/osgeo4w/)
|
|
145
|
+
**On Ubuntu:** `sudo apt-get install libgeos-dev`
|
|
146
|
+
**On MacOS:** `brew install geos`
|
|
147
|
+
|
|
148
|
+
After GEOS is installed you can pip install the rest,
|
|
149
|
+
|
|
150
|
+
`pip install pyproj shapely pyshp cartopy`
|
|
151
|
+
|
|
152
|
+
## Installation Troubleshooting
|
|
153
|
+
|
|
154
|
+
_If you ran into a problem that is not listed below please [submit an issue](https://github.com/jrenaud90/TidalPy/issues) and we will work on addressing it!_
|
|
155
|
+
|
|
156
|
+
**Known Problems:**
|
|
157
|
+
* The `setuptools` package is required before TidalPy can be installed. Usually it is automatically installed, but if
|
|
158
|
+
you are starting with a clean virtual environment it may not have been.
|
|
159
|
+
* For Anaconda: `conda install setuptools`
|
|
160
|
+
* Or for regular Python: `pip install setuptools`
|
|
161
|
+
|
|
162
|
+
# How to Use TidalPy
|
|
163
|
+
|
|
164
|
+
Check out the `Documentation\1 - Getting Started.md` file. This is pretty bare bones at the moment but offers some basic
|
|
165
|
+
info about TidalPy. For now the best way to learn how to use TidalPy is by checking out the `Demos` directory. There
|
|
166
|
+
are "beginner" [Jupyter notebooks](https://jupyter.org/) that are a great starting point.
|
|
167
|
+
|
|
168
|
+
## Using TidalPy for Science
|
|
169
|
+
|
|
170
|
+
TidalPy has been used in several studies already, and we encourage you to use it in yours. We would appreciate you
|
|
171
|
+
include a link back to this [page](https://github.com/jrenaud90/TidalPy) and cite one of the papers discussed in
|
|
172
|
+
the next section. We also would love to see where TidalPy is being used! Please feel free to send us an
|
|
173
|
+
email: [TidalPy@gmail.com](mailto:TidalPy@gmail.com) when a paper or presentation utilized TidalPy. Anyone is welcome to
|
|
174
|
+
make forks or copies of TidalPy as long as their work references back to this page. License information can be found at
|
|
175
|
+
the end of this file.
|
|
176
|
+
|
|
177
|
+
## Citing TidalPy
|
|
178
|
+
|
|
179
|
+
If you use TidalPy for your research please cite its Zenodo [doi: 10.5281/zenodo.7017474](https://doi.org/10.5281/zenodo.7017474).
|
|
180
|
+
|
|
181
|
+
The science used in TidalPy is described in the following papers and software (with additional references therein):
|
|
182
|
+
|
|
183
|
+
* Rheological Modeling Package:
|
|
184
|
+
* [Tidally Heated Terrestrial Exoplanets: Viscoelastic Response Models](https://ui.adsabs.harvard.edu/abs/2009ApJ...707.1000H/abstract)
|
|
185
|
+
* [Increased Tidal Dissipation Using Advanced Rheological Models](https://ui.adsabs.harvard.edu/abs/2018ApJ...857...98R/abstract)
|
|
186
|
+
* Non-synchronous Rotation Evolution and High Eccentricity Truncation Packages:
|
|
187
|
+
* [Tidal Dissipation in Dual-Body, Highly Eccentric, and Non-synchronously Rotating System](https://ui.adsabs.harvard.edu/abs/2021PSJ.....2....4R/abstract)
|
|
188
|
+
* [Tidal Evolution of the Keplerian Elements](https://ui.adsabs.harvard.edu/abs/2019CeMDA.131...30B/abstract)
|
|
189
|
+
* Third Party Software:
|
|
190
|
+
* *Interior Model*: [BurnMan](https://github.com/geodynamics/burnman)
|
|
191
|
+
* *Integration Routines*: [CyRK](https://zenodo.org/records/8329446)
|
|
192
|
+
* *CVD Conscious Color Maps*: [Geodynamic Color Maps](http://doi.org/10.5281/zenodo.5501399)
|
|
193
|
+
* *Projection Maps*: [Cartopy](https://scitools.org.uk/cartopy/docs/latest/)
|
|
194
|
+
* *Exoplanet data*: [Astroquery](https://github.com/astropy/astroquery/blob/main/astroquery/CITATION), [AstroPy](https://www.astropy.org/acknowledging.html)
|
|
195
|
+
|
|
196
|
+
## Contribute to TidalPy
|
|
197
|
+
|
|
198
|
+
TidalPy is in early alpha and there are lots of areas where it can improve! If you are interested in helping out, please
|
|
199
|
+
check out the information in `Documentation\Contribute.md`.
|
|
200
|
+
|
|
201
|
+
**Found a bug or have an idea for a new feature?**
|
|
202
|
+
|
|
203
|
+
* Go to TidalPy's [Github page](https://github.com/jrenaud90/TidalPy) and click the "Issues" tab then make a new report.
|
|
204
|
+
* If you ran into a bug please include a code snippet (in markdown: code is designated by Grave accents surrounding
|
|
205
|
+
the text) that reproduces the error (please keep this snippet as concise as possible).
|
|
206
|
+
* It is helpful to triage issues when they are made. If you think you know the severity of a bug or can provide any
|
|
207
|
+
other *at-a-glance* context, consider adding a "label" (right-hand side of the github issue form) to the issue.
|
|
208
|
+
|
|
209
|
+
# License Information
|
|
210
|
+
You are welcome to copy/fork TidalPy and make modifications assuming the following conditions are met:
|
|
211
|
+
* Links are included that point back to this [page](https://github.com/jrenaud90/TidalPy).
|
|
212
|
+
* Any software derived from TidalPy must remain open-source and non-commercial.
|
|
213
|
+
|
|
214
|
+
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view
|
|
215
|
+
a copy of this license,
|
|
216
|
+
visit [http://creativecommons.org/licenses/by-nc-sa/4.0/](http://creativecommons.org/licenses/by-nc-sa/4.0/) or send a
|
|
217
|
+
letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
|
218
|
+
|
|
219
|
+
# Acknowledgements
|
|
220
|
+
TidalPy was partially developed with support from NASA Goddard Space Flight Center's
|
|
221
|
+
Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy ISFM.
|
|
222
|
+
TidalPy is partially based upon work supported by NASA under award number 80GSFC21M0002 and the
|
|
223
|
+
Center for Research and Exploration in Space Science & Technology II (CRESST II) administered at the University of
|
|
224
|
+
Maryland, College Park.
|
|
225
|
+
|
|
226
|
+
TidalPy has been improved by numerous contributors some of which you can find [here](https://github.com/jrenaud90/TidalPy/graphs/contributors).
|
|
227
|
+
|
|
228
|
+
TidalPy has benefited from work and conversations with the following:
|
|
229
|
+
- Wade G. Henning (U. of Maryland, College Park / NASA GSFC)
|
|
230
|
+
- Michael Efroimsky (U.S. Naval Observatory)
|
|
231
|
+
- Sander Goossens (NASA GSFC)
|
|
232
|
+
- Marc Neveu (U. of Maryland, College Park / NASA GSFC)
|
|
233
|
+
- Gael Cascioli (U. of Maryland, Baltimore County / NASA GSFC)
|
|
234
|
+
- Nick Wagner (Brown U.)
|