TidalPy 0.6.5__tar.gz → 0.6.7__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.5/TidalPy.egg-info → tidalpy-0.6.7}/PKG-INFO +10 -8
- {tidalpy-0.6.5 → tidalpy-0.6.7}/README.md +8 -6
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Numerical_Int/test_m1_multilayer_modes.py +5 -3
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_d_alma_compare.py +3 -1
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/eos_solution.pxd +6 -7
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/eos_solution_.cpp +14 -14
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/eos_solution_.hpp +4 -4
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/solver.pxd +4 -7
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/solver.pyx +79 -85
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix.pyx +9 -9
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/rs_solution.pxd +4 -5
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/rs_solution.pyx +10 -15
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/rs_solution_.cpp +4 -9
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/rs_solution_.hpp +9 -10
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/shooting.pxd +3 -1
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/shooting.pyx +102 -100
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/solver.pxd +5 -4
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/solver.pyx +20 -25
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/driver.pxd +2 -1
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/driver.pyx +19 -22
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/multilayer_modes.py +53 -25
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/julia_helper.py +1 -1
- {tidalpy-0.6.5 → tidalpy-0.6.7/TidalPy.egg-info}/PKG-INFO +10 -8
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/requires.txt +1 -1
- {tidalpy-0.6.5 → tidalpy-0.6.7}/pyproject.toml +3 -3
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/multilayer_radial_solver.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/multimode_solver.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_base.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_build_world.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_complex_compliance_func.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_eccentricity_func.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_quick_calcs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_tides.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/run_suite.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/LICENSE.md +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/MANIFEST.in +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Functions/test_rheology.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Math/test_utilities_complex.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Math/test_utilities_numerics.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Math/test_utilities_special.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetA_Package/test_a_version.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetA_Package/test_io.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetA_Package/test_tidalpy_config.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_numpy.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_c_tools_timing.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_d_basic_classes.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_h_voxel_volume.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_i_spherical_mass.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_dual_dissipation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_single_dissipation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_compliance_funcs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_partialmelt_funcs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_a_orbital_funcs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_c_mode_manipulation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetH_QuickCalc/test_a_quick_dissipation_calc_single_body.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetH_QuickCalc/test_b_quick_dissipation_calc_dual_body.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetK_PlanetBuild/test_a_build_star.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_a_orbit_construct.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_b_orbit_basic_manipulation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetL_Orbit/test_orbit_averaging.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_oop_rheology.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_radiogenic.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetS_Tides/Test_Collapse_Modes/test_collapse_mode_freqs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetS_Tides/Test_Heating/test_heating.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetS_Tides/Test_Unique_Modes/test_unique_freqs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_a_physics_orbit_global_tides.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_b_physics_orbit_layered_tides.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_c_physics_orbit_dual_body_tides.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetX_Potential/test_a_potential.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetX_Potential/test_b_mode_potential.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Package/test_configs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/Test_PropMatrix/test_b_radial_solver_matrix.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_a_boundary_conditions.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_a_helpers.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_a_interfaces.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_a_starting_condtions.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_b_radial_solver_1layer.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_e_radial_solver_3layer.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_f_radial_solver_errors.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Tides/test_d_radial_sensativity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Utilities/Test_Dimensions/test_nondimensional.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/build.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/burnman_world.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/conversion.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/defaults.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/helper.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/package.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/__init__.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/eos_solution.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/methods/__init__.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/methods/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/methods/interpolate.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/methods/interpolate.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/ode.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/ode.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/__init__.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/boundaries.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/surface_bc.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/surface_bc.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/constants.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/constants.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/derivatives/odes.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/helpers.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/love.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/love.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/love_.cpp +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/love_.hpp +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix_types/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix_types/solid_matrix.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix_types/solid_matrix.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/common.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/common.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/WorldPack/WorldPack.zip +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/cache.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/configurations.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/constants.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/constants.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/cooling/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/cooling/cooling.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/cooling/cooling_models.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/defaultc.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/dynamics/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/dynamics/dual_dissipation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/dynamics/single_dissipation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/exceptions.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/initialize.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/logger.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/numba_scipy/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/numba_scipy/special/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/numba_scipy/special/overloads.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/numba_scipy/special/signatures.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/orbit/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/orbit/averaging.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/output.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/paths.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/radiogenics/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/radiogenics/radiogenic_models.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/radiogenics/radiogenics.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/base.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/base.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/models.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/models.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/partial_melt/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/rheology.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/viscosity/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/viscosity/viscosity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/stellar/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/stellar/habitability.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/stellar/insolation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/stellar/stellar.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/helpers/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/helpers/orbit_config.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/basic.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/gas.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/helper.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/physics.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/orbit/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/orbit/base.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/orbit/physics.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/physical.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_builder/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_builder/config_handler.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_builder/world_builder.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/basic.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/gas.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/layered.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/stellar.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/tidal.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/dissipation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/heating.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/love1d.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/methods/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/methods/base.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/methods/global_approx.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/methods/layered.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/collapse_modes.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_manipulation.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/modes.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/displacements.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/heating.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/heating.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/sensitivity.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/sensitivity.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/stress_strain.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/universal_coeffs.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/toolbox/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/toolbox/quick_tides.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/interp.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/interp.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/interp_.cpp +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/interp_.hpp +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/base.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/base_x.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/base_x.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/config/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/config/config.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/model/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/model/model.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/model/model_utils.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/conversions.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/timing.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dictionary_utils.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dimensions/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dimensions/nondimensional_.hpp +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/exoplanets/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/exoplanets/data_download.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/global_map.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/grid_plot.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/planet_plot.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/scipy_helper.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/io/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/io/pathing.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/io/progress.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/__init__.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/complex.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/complex.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/numba_special.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/numerics.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/numerics.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/special.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/special.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/memory.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/numba.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/special/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/special/factorial.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/spherical_helper/mass.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/spherical_helper/volume.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/string_helper/__init__.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/string_helper/string_helper.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/types.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/types_x.pxd +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/types_x.pyx +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/SOURCES.txt +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/dependency_links.txt +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/entry_points.txt +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/top_level.txt +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/_build_tidalpy.py +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/cython_extensions.json +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/setup.cfg +0 -0
- {tidalpy-0.6.5 → tidalpy-0.6.7}/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.7
|
|
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
|
|
@@ -37,7 +37,7 @@ Requires-Dist: toml>=0.10.2
|
|
|
37
37
|
Requires-Dist: dill>=0.3.2
|
|
38
38
|
Requires-Dist: psutil>=5.8.0
|
|
39
39
|
Requires-Dist: pathos>=0.2.0
|
|
40
|
-
Requires-Dist: cyrk<0.
|
|
40
|
+
Requires-Dist: cyrk<0.16.0,>=0.15.1
|
|
41
41
|
Requires-Dist: astropy
|
|
42
42
|
Requires-Dist: astroquery
|
|
43
43
|
Requires-Dist: ipympl<0.10.0,>=0.9.6
|
|
@@ -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.7 Alpha-orange" alt="TidalPy Version 0.6.7 Alpha" /></a>
|
|
85
85
|
|
|
86
86
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
87
|
|
|
@@ -105,7 +105,7 @@ Have any questions? Feel free to leave an [issue](https://github.com/jrenaud90/T
|
|
|
105
105
|
|
|
106
106
|
## Basic Installation
|
|
107
107
|
|
|
108
|
-
Installing TidalPy is
|
|
108
|
+
Installing TidalPy is as simple as ensuring 64-bit [Python 3.9+](https://www.python.org/) is installed on your
|
|
109
109
|
system and performing the following in a terminal:
|
|
110
110
|
|
|
111
111
|
`pip install TidalPy`
|
|
@@ -141,10 +141,12 @@ TidalPy offers the ability to make nice 2D plots using the [cartopy](https://sci
|
|
|
141
141
|
3d projection map plotting. In turn, cartopy relies on [GEOS](https://trac.osgeo.org/geos/) which is not a python
|
|
142
142
|
package and must be installed outside of pip.
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
### Installing Cartopy using `conda`
|
|
145
|
+
The easiest way to install cartopy is using a conda environment by,
|
|
145
146
|
|
|
146
147
|
`conda install -c conda-forge cartopy`
|
|
147
148
|
|
|
149
|
+
### Installing Cartopy using `pip`
|
|
148
150
|
If you are not using a conda environment then you will need to find and install the GEOS binaries manually:
|
|
149
151
|
|
|
150
152
|
**Windows:** [Follow instructions here](https://trac.osgeo.org/osgeo4w/)
|
|
@@ -162,8 +164,8 @@ _If you ran into a problem that is not listed below please [submit an issue](htt
|
|
|
162
164
|
**Known Problems:**
|
|
163
165
|
* The `setuptools` package is required before TidalPy can be installed. Usually it is automatically installed, but if
|
|
164
166
|
you are starting with a clean virtual environment it may not have been.
|
|
165
|
-
* For
|
|
166
|
-
* Or
|
|
167
|
+
* For conda: `conda install setuptools`
|
|
168
|
+
* Or pip: `pip install setuptools`
|
|
167
169
|
|
|
168
170
|
# How to Use TidalPy
|
|
169
171
|
|
|
@@ -224,7 +226,7 @@ letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
|
|
224
226
|
|
|
225
227
|
# Acknowledgements
|
|
226
228
|
TidalPy was partially developed with support from NASA Goddard Space Flight Center's
|
|
227
|
-
Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy
|
|
229
|
+
Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy ISFMs.
|
|
228
230
|
TidalPy is partially based upon work supported by NASA under award number 80GSFC21M0002 and the
|
|
229
231
|
Center for Research and Exploration in Space Science & Technology II (CRESST II) administered at the University of
|
|
230
232
|
Maryland, College Park.
|
|
@@ -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.7 Alpha-orange" alt="TidalPy Version 0.6.7 Alpha" /></a>
|
|
15
15
|
|
|
16
16
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
17
17
|
|
|
@@ -35,7 +35,7 @@ Have any questions? Feel free to leave an [issue](https://github.com/jrenaud90/T
|
|
|
35
35
|
|
|
36
36
|
## Basic Installation
|
|
37
37
|
|
|
38
|
-
Installing TidalPy is
|
|
38
|
+
Installing TidalPy is as simple as ensuring 64-bit [Python 3.9+](https://www.python.org/) is installed on your
|
|
39
39
|
system and performing the following in a terminal:
|
|
40
40
|
|
|
41
41
|
`pip install TidalPy`
|
|
@@ -71,10 +71,12 @@ TidalPy offers the ability to make nice 2D plots using the [cartopy](https://sci
|
|
|
71
71
|
3d projection map plotting. In turn, cartopy relies on [GEOS](https://trac.osgeo.org/geos/) which is not a python
|
|
72
72
|
package and must be installed outside of pip.
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
### Installing Cartopy using `conda`
|
|
75
|
+
The easiest way to install cartopy is using a conda environment by,
|
|
75
76
|
|
|
76
77
|
`conda install -c conda-forge cartopy`
|
|
77
78
|
|
|
79
|
+
### Installing Cartopy using `pip`
|
|
78
80
|
If you are not using a conda environment then you will need to find and install the GEOS binaries manually:
|
|
79
81
|
|
|
80
82
|
**Windows:** [Follow instructions here](https://trac.osgeo.org/osgeo4w/)
|
|
@@ -92,8 +94,8 @@ _If you ran into a problem that is not listed below please [submit an issue](htt
|
|
|
92
94
|
**Known Problems:**
|
|
93
95
|
* The `setuptools` package is required before TidalPy can be installed. Usually it is automatically installed, but if
|
|
94
96
|
you are starting with a clean virtual environment it may not have been.
|
|
95
|
-
* For
|
|
96
|
-
* Or
|
|
97
|
+
* For conda: `conda install setuptools`
|
|
98
|
+
* Or pip: `pip install setuptools`
|
|
97
99
|
|
|
98
100
|
# How to Use TidalPy
|
|
99
101
|
|
|
@@ -154,7 +156,7 @@ letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
|
|
154
156
|
|
|
155
157
|
# Acknowledgements
|
|
156
158
|
TidalPy was partially developed with support from NASA Goddard Space Flight Center's
|
|
157
|
-
Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy
|
|
159
|
+
Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy ISFMs.
|
|
158
160
|
TidalPy is partially based upon work supported by NASA under award number 80GSFC21M0002 and the
|
|
159
161
|
Center for Research and Exploration in Space Science & Technology II (CRESST II) administered at the University of
|
|
160
162
|
Maryland, College Park.
|
|
@@ -7,7 +7,7 @@ import TidalPy
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
from TidalPy.constants import G, mass_trap1
|
|
10
|
-
from TidalPy.rheology import Maxwell, Elastic
|
|
10
|
+
from TidalPy.rheology import Maxwell, Elastic, Newton
|
|
11
11
|
from TidalPy.tides.modes.multilayer_modes import collapse_multilayer_modes
|
|
12
12
|
from TidalPy.utilities.conversions import orbital_motion2semi_a
|
|
13
13
|
from TidalPy.utilities.spherical_helper.volume import calculate_voxel_volumes
|
|
@@ -68,8 +68,8 @@ input_kwargs = {
|
|
|
68
68
|
'shear_array' : shear_array,
|
|
69
69
|
'bulk_viscosity_array' : bulk_viscosity_array,
|
|
70
70
|
'shear_viscosity_array' : shear_viscosity_array,
|
|
71
|
-
'
|
|
72
|
-
'
|
|
71
|
+
'bulk_rheology_inst_bylayer' : tuple([bulk_rheology_inst]),
|
|
72
|
+
'shear_rheology_inst_bylayer': tuple([shear_rheology_inst]),
|
|
73
73
|
'upper_radius_bylayer_array' : np.asarray((R,), dtype=np.float64),
|
|
74
74
|
'density_array' : density_array,
|
|
75
75
|
'longitude_matrix' : longitude_matrix,
|
|
@@ -548,6 +548,8 @@ def test_collapse_multilayer_modes_liquid_solid():
|
|
|
548
548
|
input_kwargs_to_use['layer_types'] = ('liquid', 'solid')
|
|
549
549
|
input_kwargs_to_use['is_static_bylayer'] = (True, False)
|
|
550
550
|
input_kwargs_to_use['is_incompressible_bylayer'] = (True, False)
|
|
551
|
+
input_kwargs_to_use['bulk_rheology_inst_bylayer'] = (Elastic(), Elastic())
|
|
552
|
+
input_kwargs_to_use['shear_rheology_inst_bylayer'] = (Newton(), Maxwell())
|
|
551
553
|
input_kwargs_to_use['upper_radius_bylayer_array'] = np.asarray((r_core, planet_R), dtype=np.float64)
|
|
552
554
|
|
|
553
555
|
radius_array_to_use = np.concatenate((
|
|
@@ -182,7 +182,6 @@ def test_radial_solver_alma_compare(degree_l, use_prop_matrix):
|
|
|
182
182
|
perform_checks=True
|
|
183
183
|
)
|
|
184
184
|
solution = radial_solver(*inputs, **kwarg_inputs)
|
|
185
|
-
|
|
186
185
|
if not solution.success:
|
|
187
186
|
raise AssertionError(solution.message)
|
|
188
187
|
|
|
@@ -206,3 +205,6 @@ def test_radial_solver_alma_compare(degree_l, use_prop_matrix):
|
|
|
206
205
|
raise AssertionError(f'Failed at degree={degree_l} for Im[{name}]:: {imag_pctdiff} (TidalPy = {tpy_imag}; ALMA = {alma_imag}).')
|
|
207
206
|
|
|
208
207
|
del solution
|
|
208
|
+
|
|
209
|
+
if __name__ == "__main__":
|
|
210
|
+
test_radial_solver_alma_compare(3, False)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from libcpp cimport bool as cpp_bool
|
|
2
2
|
from libcpp.vector cimport vector
|
|
3
|
-
from libcpp.memory cimport
|
|
3
|
+
from libcpp.memory cimport unique_ptr
|
|
4
|
+
from libcpp.string cimport string as cpp_string
|
|
4
5
|
|
|
5
6
|
cimport numpy as cnp
|
|
6
7
|
cnp.import_array()
|
|
@@ -28,7 +29,7 @@ cdef extern from "eos_solution_.cpp" nogil:
|
|
|
28
29
|
cpp_bool radius_array_set
|
|
29
30
|
cpp_bool other_vecs_set
|
|
30
31
|
|
|
31
|
-
|
|
32
|
+
cpp_string message
|
|
32
33
|
|
|
33
34
|
size_t current_layers_saved
|
|
34
35
|
size_t num_layers
|
|
@@ -51,7 +52,7 @@ cdef extern from "eos_solution_.cpp" nogil:
|
|
|
51
52
|
double redim_pascal_scale
|
|
52
53
|
|
|
53
54
|
vector[double] upper_radius_bylayer_vec
|
|
54
|
-
vector[
|
|
55
|
+
vector[unique_ptr[CySolverResult]] cysolver_results_uptr_bylayer_vec
|
|
55
56
|
vector[size_t] steps_taken_vec
|
|
56
57
|
|
|
57
58
|
vector[double] radius_array_vec
|
|
@@ -73,10 +74,8 @@ cdef extern from "eos_solution_.cpp" nogil:
|
|
|
73
74
|
size_t radius_array_size
|
|
74
75
|
)
|
|
75
76
|
|
|
76
|
-
void save_cyresult(
|
|
77
|
-
|
|
78
|
-
void save_steps_taken(
|
|
79
|
-
size_t steps_taken)
|
|
77
|
+
void save_cyresult(unique_ptr[CySolverResult] new_cysolver_result_uptr)
|
|
78
|
+
void save_steps_taken(size_t steps_taken)
|
|
80
79
|
|
|
81
80
|
void call(
|
|
82
81
|
const size_t layer_index,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
#include "eos_solution_.hpp"
|
|
2
1
|
#include <exception>
|
|
3
2
|
#include <cmath>
|
|
4
3
|
|
|
4
|
+
#include "eos_solution_.hpp"
|
|
5
5
|
|
|
6
6
|
bool isclose(double a, double b)
|
|
7
7
|
{
|
|
@@ -46,7 +46,7 @@ EOSSolutionCC::EOSSolutionCC(
|
|
|
46
46
|
current_layers_saved(0),
|
|
47
47
|
num_layers(num_layers)
|
|
48
48
|
{
|
|
49
|
-
this->
|
|
49
|
+
this->cysolver_results_uptr_bylayer_vec.reserve(num_layers);
|
|
50
50
|
this->upper_radius_bylayer_vec.resize(num_layers);
|
|
51
51
|
|
|
52
52
|
// Store the upper radius of each layer to make it easier to call interpolators later
|
|
@@ -59,14 +59,14 @@ EOSSolutionCC::EOSSolutionCC(
|
|
|
59
59
|
EOSSolutionCC::~EOSSolutionCC( )
|
|
60
60
|
{
|
|
61
61
|
// Reset each shared pointer in the cysolver vector
|
|
62
|
-
for (size_t i = 0; i < this->
|
|
62
|
+
for (size_t i = 0; i < this->cysolver_results_uptr_bylayer_vec.size(); i++)
|
|
63
63
|
{
|
|
64
|
-
this->
|
|
64
|
+
this->cysolver_results_uptr_bylayer_vec[i]->dense_vec.clear();
|
|
65
65
|
// Reset this class reference to the shared pointer.
|
|
66
|
-
this->
|
|
66
|
+
this->cysolver_results_uptr_bylayer_vec[i].reset();
|
|
67
67
|
}
|
|
68
68
|
// Clear all vectors
|
|
69
|
-
this->
|
|
69
|
+
this->cysolver_results_uptr_bylayer_vec.clear();
|
|
70
70
|
this->upper_radius_bylayer_vec.clear();
|
|
71
71
|
this->radius_array_vec.clear();
|
|
72
72
|
this->gravity_array_vec.clear();
|
|
@@ -78,11 +78,11 @@ EOSSolutionCC::~EOSSolutionCC( )
|
|
|
78
78
|
this->complex_bulk_array_vec.clear();
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
void EOSSolutionCC::save_cyresult(std::
|
|
81
|
+
void EOSSolutionCC::save_cyresult(std::unique_ptr<CySolverResult> new_cysolver_result_uptr)
|
|
82
82
|
{
|
|
83
83
|
// We will save a copy of the shared pointer to ensure that the underlying object does not get deconstructed as long
|
|
84
84
|
// as this object is alive. We will also save the raw pointer for ease of access and performance.
|
|
85
|
-
this->
|
|
85
|
+
this->cysolver_results_uptr_bylayer_vec.push_back(std::move(new_cysolver_result_uptr));
|
|
86
86
|
this->current_layers_saved++;
|
|
87
87
|
}
|
|
88
88
|
|
|
@@ -99,7 +99,7 @@ void EOSSolutionCC::call(
|
|
|
99
99
|
{
|
|
100
100
|
if (layer_index < this->current_layers_saved) [[likely]]
|
|
101
101
|
{
|
|
102
|
-
this->
|
|
102
|
+
this->cysolver_results_uptr_bylayer_vec[layer_index]->call(radius, y_interp_ptr);
|
|
103
103
|
|
|
104
104
|
if (this->nondim_status == 1)
|
|
105
105
|
{
|
|
@@ -178,12 +178,12 @@ void EOSSolutionCC::change_radius_array(
|
|
|
178
178
|
this->density_array_vec.clear();
|
|
179
179
|
this->complex_shear_array_vec.clear();
|
|
180
180
|
this->complex_bulk_array_vec.clear();
|
|
181
|
-
for (size_t i = 0; i < this->
|
|
181
|
+
for (size_t i = 0; i < this->cysolver_results_uptr_bylayer_vec.size(); i++)
|
|
182
182
|
{
|
|
183
|
-
this->
|
|
184
|
-
this->
|
|
183
|
+
this->cysolver_results_uptr_bylayer_vec[i]->dense_vec.clear();
|
|
184
|
+
this->cysolver_results_uptr_bylayer_vec[i].reset();
|
|
185
185
|
}
|
|
186
|
-
this->
|
|
186
|
+
this->cysolver_results_uptr_bylayer_vec.clear();
|
|
187
187
|
this->current_layers_saved = 0;
|
|
188
188
|
|
|
189
189
|
// Indicate that all vectors are cleared.
|
|
@@ -268,7 +268,7 @@ void EOSSolutionCC::interpolate_full_planet()
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
// Call interpolate using temp array as holder.
|
|
271
|
-
this->
|
|
271
|
+
this->cysolver_results_uptr_bylayer_vec[current_layer_index]->call(radius, y_interp_ptr);
|
|
272
272
|
|
|
273
273
|
// Store results
|
|
274
274
|
this->gravity_array_vec.push_back(y_interp_ptr[0]);
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
#include <cstring>
|
|
5
5
|
#include <vector>
|
|
6
6
|
#include <memory>
|
|
7
|
+
#include <string>
|
|
7
8
|
|
|
8
9
|
#include "cysolution.hpp" // Part of the CyRK python package. Header should be included in setup using CyRK.get_include()
|
|
9
10
|
|
|
@@ -29,7 +30,6 @@ class EOSSolutionCC
|
|
|
29
30
|
|
|
30
31
|
// Attributes
|
|
31
32
|
protected:
|
|
32
|
-
char message[256] = { };
|
|
33
33
|
|
|
34
34
|
public:
|
|
35
35
|
int iterations = -1;
|
|
@@ -41,7 +41,7 @@ public:
|
|
|
41
41
|
bool radius_array_set = false;
|
|
42
42
|
bool other_vecs_set = false;
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
std::string message = "No Message Set.";
|
|
45
45
|
size_t current_layers_saved = 0;
|
|
46
46
|
size_t num_layers = 0;
|
|
47
47
|
size_t radius_array_size = 0;
|
|
@@ -64,7 +64,7 @@ public:
|
|
|
64
64
|
|
|
65
65
|
// Store results from CyRK's cysolve_ivp.
|
|
66
66
|
std::vector<double> upper_radius_bylayer_vec = std::vector<double>();
|
|
67
|
-
std::vector<std::
|
|
67
|
+
std::vector<std::unique_ptr<CySolverResult>> cysolver_results_uptr_bylayer_vec = std::vector<std::unique_ptr<CySolverResult>>();
|
|
68
68
|
std::vector<size_t> steps_taken_vec = std::vector<size_t>();
|
|
69
69
|
|
|
70
70
|
// Copy of user-provided radius array
|
|
@@ -101,7 +101,7 @@ public:
|
|
|
101
101
|
size_t new_radius_size);
|
|
102
102
|
|
|
103
103
|
// Save result of cysolve_ivp integration
|
|
104
|
-
void save_cyresult(std::
|
|
104
|
+
void save_cyresult(std::unique_ptr<CySolverResult> new_cysolver_result_uptr);
|
|
105
105
|
void save_steps_taken(size_t steps_taken);
|
|
106
106
|
|
|
107
107
|
// Call a specific layer's interpolate function.
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
from libcpp.vector cimport vector
|
|
2
|
-
from libcpp.memory cimport
|
|
2
|
+
from libcpp.memory cimport unique_ptr
|
|
3
3
|
from libcpp cimport bool as cpp_bool
|
|
4
4
|
|
|
5
|
-
from CyRK cimport PreEvalFunc, CySolveOutput
|
|
5
|
+
from CyRK cimport PreEvalFunc, CySolveOutput, ODEMethod
|
|
6
6
|
|
|
7
7
|
from TidalPy.Material.eos.ode cimport EOS_ODEInput
|
|
8
8
|
from TidalPy.Material.eos.eos_solution cimport EOSSolutionCC, EOS_DY_VALUES
|
|
9
9
|
|
|
10
|
-
ctypedef vector[CySolveOutput] CySolverResult_sptr_vec
|
|
11
|
-
ctypedef shared_ptr[CySolverResult_sptr_vec] CySolverResult_sptr_vec_sptr
|
|
12
|
-
|
|
13
10
|
cdef void solve_eos(
|
|
14
11
|
EOSSolutionCC* eos_solution_ptr,
|
|
15
12
|
vector[PreEvalFunc] eos_function_bylayer_ptr_vec,
|
|
@@ -17,10 +14,10 @@ cdef void solve_eos(
|
|
|
17
14
|
double planet_bulk_density,
|
|
18
15
|
double surface_pressure = *,
|
|
19
16
|
double G_to_use = *,
|
|
20
|
-
|
|
17
|
+
ODEMethod integration_method = *,
|
|
21
18
|
double rtol = *,
|
|
22
19
|
double atol = *,
|
|
23
20
|
double pressure_tol = *,
|
|
24
|
-
|
|
21
|
+
size_t max_iters = *,
|
|
25
22
|
cpp_bool verbose = *
|
|
26
23
|
) noexcept nogil
|