TidalPy 0.6.7__tar.gz → 0.6.8__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.7/TidalPy.egg-info → tidalpy-0.6.8}/PKG-INFO +2 -2
- {tidalpy-0.6.7 → tidalpy-0.6.8}/README.md +1 -1
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/multilayer_modes.py +13 -1
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/global_map.py +4 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8/TidalPy.egg-info}/PKG-INFO +2 -2
- {tidalpy-0.6.7 → tidalpy-0.6.8}/pyproject.toml +1 -1
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/multilayer_radial_solver.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/multimode_solver.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_base.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_build_world.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_complex_compliance_func.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_eccentricity_func.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_quick_calcs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_tides.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/run_suite.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/LICENSE.md +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/MANIFEST.in +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Functions/test_rheology.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Math/test_utilities_complex.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Math/test_utilities_numerics.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Math/test_utilities_special.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetA_Package/test_a_version.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetA_Package/test_io.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetA_Package/test_tidalpy_config.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_numpy.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_c_tools_timing.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_d_basic_classes.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_h_voxel_volume.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_i_spherical_mass.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_dual_dissipation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_single_dissipation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_compliance_funcs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_partialmelt_funcs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_a_orbital_funcs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_c_mode_manipulation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetH_QuickCalc/test_a_quick_dissipation_calc_single_body.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetH_QuickCalc/test_b_quick_dissipation_calc_dual_body.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_a_build_star.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_a_orbit_construct.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_b_orbit_basic_manipulation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetL_Orbit/test_orbit_averaging.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_oop_rheology.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_radiogenic.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetS_Tides/Test_Collapse_Modes/test_collapse_mode_freqs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetS_Tides/Test_Heating/test_heating.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetS_Tides/Test_Unique_Modes/test_unique_freqs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_a_physics_orbit_global_tides.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_b_physics_orbit_layered_tides.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_c_physics_orbit_dual_body_tides.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetX_Potential/test_a_potential.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetX_Potential/test_b_mode_potential.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Numerical_Int/test_m1_multilayer_modes.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Package/test_configs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/Test_PropMatrix/test_b_radial_solver_matrix.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_a_boundary_conditions.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_a_helpers.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_a_interfaces.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_a_starting_condtions.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_b_radial_solver_1layer.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_d_alma_compare.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_e_radial_solver_3layer.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_f_radial_solver_errors.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Tides/test_d_radial_sensativity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Utilities/Test_Dimensions/test_nondimensional.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/build.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/burnman_world.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/conversion.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/defaults.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/helper.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Extending/burnman/package.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/__init__.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/eos_solution.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/eos_solution.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/eos_solution_.cpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/eos_solution_.hpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/methods/__init__.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/methods/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/methods/interpolate.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/methods/interpolate.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/ode.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/ode.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/solver.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/Material/eos/solver.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/__init__.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/boundaries.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/surface_bc.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/surface_bc.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/constants.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/constants.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/derivatives/odes.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/helpers.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/love.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/love.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/love_.cpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/love_.hpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix_types/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix_types/solid_matrix.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix_types/solid_matrix.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/rs_solution.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/rs_solution.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/rs_solution_.cpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/rs_solution_.hpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/shooting.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/shooting.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/solver.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/solver.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/common.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/common.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/driver.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/driver.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/WorldPack/WorldPack.zip +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/cache.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/configurations.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/constants.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/constants.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/cooling/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/cooling/cooling.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/cooling/cooling_models.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/defaultc.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/dynamics/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/dynamics/dual_dissipation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/dynamics/single_dissipation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/exceptions.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/initialize.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/logger.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/numba_scipy/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/numba_scipy/special/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/numba_scipy/special/overloads.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/numba_scipy/special/signatures.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/orbit/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/orbit/averaging.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/output.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/paths.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/radiogenics/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/radiogenics/radiogenic_models.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/radiogenics/radiogenics.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/base.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/base.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/models.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/models.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/partial_melt/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/rheology.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/viscosity/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/viscosity/viscosity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/stellar/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/stellar/habitability.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/stellar/insolation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/stellar/stellar.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/helpers/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/helpers/orbit_config.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/layers/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/layers/basic.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/layers/gas.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/layers/helper.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/layers/physics.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/orbit/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/orbit/base.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/orbit/physics.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/physical.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_builder/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_builder/config_handler.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_builder/world_builder.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_types/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_types/basic.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_types/gas.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_types/layered.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_types/stellar.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/structures/world_types/tidal.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/dissipation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/heating.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/love1d.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/methods/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/methods/base.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/methods/global_approx.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/methods/layered.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/collapse_modes.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_manipulation.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/modes/modes.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/multilayer/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/multilayer/displacements.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/multilayer/heating.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/multilayer/heating.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/multilayer/sensitivity.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/multilayer/sensitivity.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/multilayer/stress_strain.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/tides/universal_coeffs.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/toolbox/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/toolbox/quick_tides.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/arrays/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/arrays/interp.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/arrays/interp.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/arrays/interp_.cpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/arrays/interp_.hpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/base.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/base_x.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/base_x.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/config/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/config/config.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/model/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/model/model.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/classes/model/model_utils.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/conversions/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/conversions/conversions.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/conversions/timing.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/dictionary_utils.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/dimensions/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/dimensions/nondimensional_.hpp +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/exoplanets/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/exoplanets/data_download.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/grid_plot.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/graphics/planet_plot.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/integration/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/integration/julia_helper.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/integration/scipy_helper.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/io/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/io/pathing.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/io/progress.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/__init__.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/complex.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/complex.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/numba_special.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/numerics.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/numerics.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/special.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/math/special.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/performance/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/performance/memory.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/performance/numba.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/performance/special/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/performance/special/factorial.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/spherical_helper/mass.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/spherical_helper/volume.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/string_helper/__init__.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/string_helper/string_helper.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/types.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/types_x.pxd +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy/utilities/types_x.pyx +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy.egg-info/SOURCES.txt +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy.egg-info/dependency_links.txt +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy.egg-info/entry_points.txt +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy.egg-info/requires.txt +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/TidalPy.egg-info/top_level.txt +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/_build_tidalpy.py +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/cython_extensions.json +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/setup.cfg +0 -0
- {tidalpy-0.6.7 → tidalpy-0.6.8}/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.8
|
|
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.8 Alpha-orange" alt="TidalPy Version 0.6.8 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.8 Alpha-orange" alt="TidalPy Version 0.6.8 Alpha" /></a>
|
|
15
15
|
|
|
16
16
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
17
17
|
|
|
@@ -276,6 +276,18 @@ def collapse_multilayer_modes(
|
|
|
276
276
|
is_incompressible_bylayer = tuple(is_incompressible_bylayer)
|
|
277
277
|
num_layers = len(layer_types)
|
|
278
278
|
|
|
279
|
+
# Check radius array for issues
|
|
280
|
+
if radius_array[0] != 0.0:
|
|
281
|
+
raise AttributeError("ERROR: `collapse_multilayer_modes` - radius_array must start at 0.")
|
|
282
|
+
|
|
283
|
+
for layer_i in range(num_layers):
|
|
284
|
+
if layer_i != (num_layers - 1):
|
|
285
|
+
# Check that there are two interface values
|
|
286
|
+
upper_r = upper_radius_bylayer_array[layer_i]
|
|
287
|
+
locs = np.where(radius_array==upper_r)[0]
|
|
288
|
+
if len(locs) != 2:
|
|
289
|
+
raise AttributeError("ERROR: `collapse_multilayer_modes` - radius_array must have exactly 2 radius values for each inner interface.")
|
|
290
|
+
|
|
279
291
|
# The shear array may have zero values for liquid layers. This will cause an issue with complex compliance calc.
|
|
280
292
|
# make it small instead
|
|
281
293
|
shear_array[shear_array < 0.] = 0.0
|
|
@@ -321,7 +333,7 @@ def collapse_multilayer_modes(
|
|
|
321
333
|
layer_index[loc] = False
|
|
322
334
|
# Fix upper one
|
|
323
335
|
if upper_r != radius_array[-1]:
|
|
324
|
-
loc = np.where(radius_array==upper_r)[0][
|
|
336
|
+
loc = np.where(radius_array==upper_r)[0][1]
|
|
325
337
|
layer_index[loc] = False
|
|
326
338
|
layer_indices.append(layer_index)
|
|
327
339
|
last_upper_r = upper_r
|
|
@@ -279,6 +279,10 @@ def projection_map(
|
|
|
279
279
|
colorbar.set_ticks(zticks)
|
|
280
280
|
if ztick_labels is not None:
|
|
281
281
|
colorbar.ax.set_yticklabels(ztick_labels)
|
|
282
|
+
|
|
283
|
+
colorbar.formatter.set_powerlimits((0, 0))
|
|
284
|
+
# Optionally, use MathText for a more aesthetic representation of exponents
|
|
285
|
+
colorbar.formatter.set_useMathText(True)
|
|
282
286
|
|
|
283
287
|
# Set labels
|
|
284
288
|
ax.set(xlabel=xlabel, ylabel=ylabel, title=title)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TidalPy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.8
|
|
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.8 Alpha-orange" alt="TidalPy Version 0.6.8 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.7 → tidalpy-0.6.8}/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.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.7 → tidalpy-0.6.8}/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.7 → tidalpy-0.6.8}/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.7 → tidalpy-0.6.8}/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.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py
RENAMED
|
File without changes
|
{tidalpy-0.6.7 → tidalpy-0.6.8}/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.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.7 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.7 → tidalpy-0.6.8}/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
|
|
File without changes
|
{tidalpy-0.6.7 → tidalpy-0.6.8}/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
|