TidalPy 0.6.8__tar.gz → 0.6.9__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.8/TidalPy.egg-info → tidalpy-0.6.9}/PKG-INFO +2 -2
- {tidalpy-0.6.8 → tidalpy-0.6.9}/README.md +1 -1
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/test_e_radial_solver_3layer.py +7 -3
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/shooting.pyx +1 -1
- {tidalpy-0.6.8 → tidalpy-0.6.9/TidalPy.egg-info}/PKG-INFO +2 -2
- {tidalpy-0.6.8 → tidalpy-0.6.9}/pyproject.toml +1 -1
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/multilayer_radial_solver.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/multimode_solver.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/performance_base.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/performance_build_world.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/performance_complex_compliance_func.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/performance_eccentricity_func.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/performance_quick_calcs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/performance_tides.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/run_suite.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/LICENSE.md +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/MANIFEST.in +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Functions/test_rheology.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Math/test_utilities_complex.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Math/test_utilities_numerics.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Math/test_utilities_special.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetA_Package/test_a_version.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetA_Package/test_io.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetA_Package/test_tidalpy_config.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_numpy.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_c_tools_timing.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_d_basic_classes.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_h_voxel_volume.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_i_spherical_mass.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_dual_dissipation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_single_dissipation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_compliance_funcs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_partialmelt_funcs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_a_orbital_funcs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_c_mode_manipulation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetH_QuickCalc/test_a_quick_dissipation_calc_single_body.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetH_QuickCalc/test_b_quick_dissipation_calc_dual_body.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetK_PlanetBuild/test_a_build_star.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_a_orbit_construct.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_b_orbit_basic_manipulation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetL_Orbit/test_orbit_averaging.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_oop_rheology.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_radiogenic.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetS_Tides/Test_Collapse_Modes/test_collapse_mode_freqs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetS_Tides/Test_Heating/test_heating.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetS_Tides/Test_Unique_Modes/test_unique_freqs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_a_physics_orbit_global_tides.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_b_physics_orbit_layered_tides.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_c_physics_orbit_dual_body_tides.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetX_Potential/test_a_potential.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetX_Potential/test_b_mode_potential.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Numerical_Int/test_m1_multilayer_modes.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Package/test_configs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/Test_PropMatrix/test_b_radial_solver_matrix.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/test_a_boundary_conditions.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/test_a_helpers.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/test_a_interfaces.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/test_a_starting_condtions.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/test_b_radial_solver_1layer.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/test_d_alma_compare.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/test_f_radial_solver_errors.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Tides/test_d_radial_sensativity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Utilities/Test_Dimensions/test_nondimensional.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/build.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/burnman_world.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/conversion.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/defaults.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/material/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/material/helper.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Extending/burnman/package.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/__init__.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/eos_solution.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/eos_solution.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/eos_solution_.cpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/eos_solution_.hpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/methods/__init__.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/methods/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/methods/interpolate.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/methods/interpolate.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/ode.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/ode.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/solver.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/Material/eos/solver.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/__init__.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/boundaries/boundaries.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/boundaries/surface_bc.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/boundaries/surface_bc.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/constants.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/constants.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/derivatives/odes.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/helpers.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/love.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/love.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/love_.cpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/love_.hpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/matrix.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/matrix.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/matrix_types/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/matrix_types/solid_matrix.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/matrix_types/solid_matrix.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/rs_solution.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/rs_solution.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/rs_solution_.cpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/rs_solution_.hpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/shooting.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/solver.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/solver.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/common.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/common.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/driver.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/driver.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/WorldPack/WorldPack.zip +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/cache.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/configurations.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/constants.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/constants.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/cooling/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/cooling/cooling.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/cooling/cooling_models.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/defaultc.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/dynamics/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/dynamics/dual_dissipation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/dynamics/single_dissipation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/exceptions.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/initialize.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/logger.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/numba_scipy/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/numba_scipy/special/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/numba_scipy/special/overloads.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/numba_scipy/special/signatures.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/orbit/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/orbit/averaging.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/output.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/paths.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/radiogenics/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/radiogenics/radiogenic_models.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/radiogenics/radiogenics.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/base.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/base.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/models.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/models.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/partial_melt/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/rheology.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/viscosity/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/viscosity/viscosity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/stellar/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/stellar/habitability.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/stellar/insolation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/stellar/stellar.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/helpers/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/helpers/orbit_config.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/layers/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/layers/basic.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/layers/gas.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/layers/helper.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/layers/physics.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/orbit/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/orbit/base.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/orbit/physics.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/physical.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_builder/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_builder/config_handler.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_builder/world_builder.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_types/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_types/basic.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_types/gas.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_types/layered.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_types/stellar.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/structures/world_types/tidal.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/dissipation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/heating.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/love1d.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/methods/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/methods/base.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/methods/global_approx.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/methods/layered.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/collapse_modes.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/mode_manipulation.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/modes.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/modes/multilayer_modes.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/multilayer/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/multilayer/displacements.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/multilayer/heating.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/multilayer/heating.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/multilayer/sensitivity.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/multilayer/sensitivity.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/multilayer/stress_strain.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/tides/universal_coeffs.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/toolbox/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/toolbox/quick_tides.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/arrays/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/arrays/interp.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/arrays/interp.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/arrays/interp_.cpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/arrays/interp_.hpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/base.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/base_x.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/base_x.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/config/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/config/config.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/model/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/model/model.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/classes/model/model_utils.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/conversions/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/conversions/conversions.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/conversions/timing.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/dictionary_utils.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/dimensions/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/dimensions/nondimensional_.hpp +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/exoplanets/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/exoplanets/data_download.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/global_map.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/grid_plot.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/graphics/planet_plot.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/integration/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/integration/julia_helper.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/integration/scipy_helper.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/io/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/io/pathing.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/io/progress.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/__init__.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/complex.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/complex.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/numba_special.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/numerics.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/numerics.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/special.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/math/special.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/performance/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/performance/memory.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/performance/numba.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/performance/special/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/performance/special/factorial.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/spherical_helper/mass.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/spherical_helper/volume.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/string_helper/__init__.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/string_helper/string_helper.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/types.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/types_x.pxd +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy/utilities/types_x.pyx +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy.egg-info/SOURCES.txt +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy.egg-info/dependency_links.txt +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy.egg-info/entry_points.txt +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy.egg-info/requires.txt +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/TidalPy.egg-info/top_level.txt +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/_build_tidalpy.py +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/cython_extensions.json +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/setup.cfg +0 -0
- {tidalpy-0.6.8 → tidalpy-0.6.9}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TidalPy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.9
|
|
4
4
|
Summary: Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python
|
|
5
5
|
Author-email: "Joe P. Renaud" <TidalPy@gmail.com>
|
|
6
6
|
License-Expression: CC-BY-NC-SA-4.0
|
|
@@ -81,7 +81,7 @@ Dynamic: license-file
|
|
|
81
81
|
|
|
82
82
|
---
|
|
83
83
|
|
|
84
|
-
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.
|
|
84
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.9 Alpha-orange" alt="TidalPy Version 0.6.9 Alpha" /></a>
|
|
85
85
|
|
|
86
86
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
87
|
|
|
@@ -11,7 +11,7 @@
|
|
|
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.9 Alpha-orange" alt="TidalPy Version 0.6.9 Alpha" /></a>
|
|
15
15
|
|
|
16
16
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
17
17
|
|
|
@@ -54,16 +54,20 @@ layer_types = ("solid", "liquid", "solid")
|
|
|
54
54
|
@pytest.mark.parametrize('solid_is_incompressible', (True, False))
|
|
55
55
|
@pytest.mark.parametrize('liquid_is_incompressible', (True, False))
|
|
56
56
|
@pytest.mark.parametrize('method', ("rk23", "rk45", "dop853"))
|
|
57
|
-
@pytest.mark.parametrize('degree_l', (2,))
|
|
57
|
+
@pytest.mark.parametrize('degree_l', (2,3,10))
|
|
58
58
|
@pytest.mark.parametrize('use_kamata', (True,))
|
|
59
59
|
@pytest.mark.parametrize('solve_for', (('free',), ('tidal',), ('loading',)))
|
|
60
|
+
@pytest.mark.parametrize('starting_radius', (0.1, 0.0, icb_r + (cmb_r - icb_r) / 2.0, cmb_r + (planet_r - cmb_r) / 2.0))
|
|
60
61
|
def test_radial_solver_3layer(solid_is_static, liquid_is_static,
|
|
61
62
|
solid_is_incompressible, liquid_is_incompressible,
|
|
62
|
-
method, degree_l, use_kamata, solve_for):
|
|
63
|
+
method, degree_l, use_kamata, solve_for, starting_radius):
|
|
63
64
|
|
|
64
65
|
is_static_by_layer = (solid_is_static, liquid_is_static, solid_is_static)
|
|
65
66
|
is_incompressible_by_layer = (solid_is_incompressible, liquid_is_incompressible, solid_is_incompressible)
|
|
66
67
|
|
|
68
|
+
if starting_radius == 0.1 and degree_l > 3:
|
|
69
|
+
pytest.skip("Skipping small starting radius at large degree l because its slow!")
|
|
70
|
+
|
|
67
71
|
try:
|
|
68
72
|
out = radial_solver(
|
|
69
73
|
radius_array, density_array, bulk_modulus_array, complex_shear_modulus_array,
|
|
@@ -72,7 +76,7 @@ def test_radial_solver_3layer(solid_is_static, liquid_is_static,
|
|
|
72
76
|
degree_l=degree_l, solve_for=solve_for, use_kamata=use_kamata,
|
|
73
77
|
integration_method=method, integration_rtol=1.0e-7, integration_atol=1.0e-10,
|
|
74
78
|
scale_rtols_bylayer_type=False,
|
|
75
|
-
max_num_steps=5_000_000, expected_size=250, max_step=0, starting_radius=
|
|
79
|
+
max_num_steps=5_000_000, expected_size=250, max_step=0, starting_radius=starting_radius,
|
|
76
80
|
raise_on_fail=True,
|
|
77
81
|
verbose=False, nondimensionalize=True)
|
|
78
82
|
|
|
@@ -807,7 +807,7 @@ cdef int cf_shooting_solver(
|
|
|
807
807
|
first_slice_index = last_index_before_start + 1
|
|
808
808
|
|
|
809
809
|
# When we loop through slices we only want to loop between the starting slice and the top of the layer
|
|
810
|
-
layer_slices -=
|
|
810
|
+
layer_slices -= start_index_in_layer
|
|
811
811
|
else:
|
|
812
812
|
first_slice_index = first_slice_index_by_layer_vec[layer_i_reversed]
|
|
813
813
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TidalPy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.9
|
|
4
4
|
Summary: Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python
|
|
5
5
|
Author-email: "Joe P. Renaud" <TidalPy@gmail.com>
|
|
6
6
|
License-Expression: CC-BY-NC-SA-4.0
|
|
@@ -81,7 +81,7 @@ Dynamic: license-file
|
|
|
81
81
|
|
|
82
82
|
---
|
|
83
83
|
|
|
84
|
-
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.
|
|
84
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.9 Alpha-orange" alt="TidalPy Version 0.6.9 Alpha" /></a>
|
|
85
85
|
|
|
86
86
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
87
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Benchmarks & Performance/Performance/performance suite/run_suite.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py
RENAMED
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.8 → tidalpy-0.6.9}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|