TidalPy 0.6.4__tar.gz → 0.6.5__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.4/TidalPy.egg-info → tidalpy-0.6.5}/PKG-INFO +9 -3
- {tidalpy-0.6.4 → tidalpy-0.6.5}/README.md +8 -2
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py +19 -1
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/ode.pyx +0 -1
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/boundaries/surface_bc.pyx +0 -3
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/derivatives/odes.pyx +1 -3
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/shooting.pyx +9 -8
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/solver.pyx +2 -3
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/physical.py +28 -10
- {tidalpy-0.6.4 → tidalpy-0.6.5/TidalPy.egg-info}/PKG-INFO +9 -3
- {tidalpy-0.6.4 → tidalpy-0.6.5}/_build_tidalpy.py +9 -1
- {tidalpy-0.6.4 → tidalpy-0.6.5}/pyproject.toml +1 -1
- {tidalpy-0.6.4 → tidalpy-0.6.5}/setup.py +6 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/multilayer_radial_solver.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/multimode_solver.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/performance_base.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/performance_build_world.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/performance_complex_compliance_func.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/performance_eccentricity_func.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/performance_quick_calcs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/performance_tides.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Benchmarks & Performance/Performance/performance suite/run_suite.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/LICENSE.md +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/MANIFEST.in +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Functions/test_rheology.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Math/test_utilities_complex.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Math/test_utilities_numerics.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Math/test_utilities_special.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetA_Package/test_a_version.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetA_Package/test_io.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetA_Package/test_tidalpy_config.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_numpy.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_c_tools_timing.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_d_basic_classes.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_h_voxel_volume.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_i_spherical_mass.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_dual_dissipation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_single_dissipation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_compliance_funcs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_partialmelt_funcs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_a_orbital_funcs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_c_mode_manipulation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetH_QuickCalc/test_a_quick_dissipation_calc_single_body.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetH_QuickCalc/test_b_quick_dissipation_calc_dual_body.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetK_PlanetBuild/test_a_build_star.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_a_orbit_construct.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_b_orbit_basic_manipulation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetL_Orbit/test_orbit_averaging.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_oop_rheology.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_radiogenic.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetS_Tides/Test_Collapse_Modes/test_collapse_mode_freqs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetS_Tides/Test_Heating/test_heating.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetS_Tides/Test_Unique_Modes/test_unique_freqs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_a_physics_orbit_global_tides.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_b_physics_orbit_layered_tides.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_c_physics_orbit_dual_body_tides.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetX_Potential/test_a_potential.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetX_Potential/test_b_mode_potential.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Numerical_Int/test_m1_multilayer_modes.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Package/test_configs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/Test_PropMatrix/test_b_radial_solver_matrix.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/test_a_boundary_conditions.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/test_a_helpers.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/test_a_interfaces.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/test_a_starting_condtions.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/test_b_radial_solver_1layer.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/test_d_alma_compare.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/test_e_radial_solver_3layer.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_RadialSolver/test_f_radial_solver_errors.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Tides/test_d_radial_sensativity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Utilities/Test_Dimensions/test_nondimensional.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/build.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/burnman_world.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/conversion.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/defaults.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/material/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/material/helper.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Extending/burnman/package.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/__init__.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/eos_solution.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/eos_solution.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/eos_solution_.cpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/eos_solution_.hpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/methods/__init__.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/methods/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/methods/interpolate.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/methods/interpolate.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/ode.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/solver.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/Material/eos/solver.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/__init__.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/boundaries/boundaries.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/boundaries/surface_bc.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/constants.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/constants.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/helpers.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/love.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/love.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/love_.cpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/love_.hpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/matrix.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/matrix.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/matrix_types/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/matrix_types/solid_matrix.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/matrix_types/solid_matrix.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/rs_solution.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/rs_solution.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/rs_solution_.cpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/rs_solution_.hpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/shooting.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/solver.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/common.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/common.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/driver.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/driver.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/WorldPack/WorldPack.zip +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/cache.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/configurations.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/constants.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/constants.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/cooling/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/cooling/cooling.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/cooling/cooling_models.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/defaultc.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/dynamics/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/dynamics/dual_dissipation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/dynamics/single_dissipation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/exceptions.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/initialize.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/logger.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/numba_scipy/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/numba_scipy/special/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/numba_scipy/special/overloads.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/numba_scipy/special/signatures.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/orbit/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/orbit/averaging.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/output.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/paths.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/radiogenics/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/radiogenics/radiogenic_models.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/radiogenics/radiogenics.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/base.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/base.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/models.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/models.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/partial_melt/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/rheology.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/viscosity/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/viscosity/viscosity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/stellar/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/stellar/habitability.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/stellar/insolation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/stellar/stellar.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/helpers/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/helpers/orbit_config.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/layers/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/layers/basic.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/layers/gas.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/layers/helper.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/layers/physics.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/orbit/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/orbit/base.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/orbit/physics.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_builder/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_builder/config_handler.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_builder/world_builder.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_types/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_types/basic.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_types/gas.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_types/layered.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_types/stellar.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/structures/world_types/tidal.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/dissipation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/heating.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/love1d.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/methods/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/methods/base.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/methods/global_approx.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/methods/layered.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/collapse_modes.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/mode_manipulation.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/modes.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/modes/multilayer_modes.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/multilayer/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/multilayer/displacements.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/multilayer/heating.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/multilayer/heating.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/multilayer/sensitivity.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/multilayer/sensitivity.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/multilayer/stress_strain.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/tides/universal_coeffs.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/toolbox/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/toolbox/quick_tides.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/arrays/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/arrays/interp.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/arrays/interp.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/arrays/interp_.cpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/arrays/interp_.hpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/base.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/base_x.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/base_x.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/config/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/config/config.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/model/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/model/model.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/classes/model/model_utils.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/conversions/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/conversions/conversions.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/conversions/timing.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/dictionary_utils.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/dimensions/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/dimensions/nondimensional_.hpp +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/exoplanets/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/exoplanets/data_download.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/global_map.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/grid_plot.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/graphics/planet_plot.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/integration/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/integration/julia_helper.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/integration/scipy_helper.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/io/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/io/pathing.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/io/progress.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/__init__.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/complex.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/complex.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/numba_special.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/numerics.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/numerics.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/special.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/math/special.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/performance/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/performance/memory.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/performance/numba.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/performance/special/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/performance/special/factorial.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/spherical_helper/mass.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/spherical_helper/volume.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/string_helper/__init__.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/string_helper/string_helper.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/types.py +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/types_x.pxd +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy/utilities/types_x.pyx +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy.egg-info/SOURCES.txt +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy.egg-info/dependency_links.txt +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy.egg-info/entry_points.txt +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy.egg-info/requires.txt +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/TidalPy.egg-info/top_level.txt +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/cython_extensions.json +0 -0
- {tidalpy-0.6.4 → tidalpy-0.6.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TidalPy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.5
|
|
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.4 Alpha-orange" alt="TidalPy Version 0.6.
|
|
84
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.4 Alpha-orange" alt="TidalPy Version 0.6.5 Alpha" /></a>
|
|
85
85
|
|
|
86
86
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
87
|
|
|
@@ -110,7 +110,13 @@ system and performing the following in a terminal:
|
|
|
110
110
|
|
|
111
111
|
`pip install TidalPy`
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
Alternatively you can use conda to install TidalPy:
|
|
114
|
+
|
|
115
|
+
`conda install -c conda-forge TidalPy`
|
|
116
|
+
|
|
117
|
+
or
|
|
118
|
+
|
|
119
|
+
`mamba install TidalPy`
|
|
114
120
|
|
|
115
121
|
## Accessing Jupyter Notebooks
|
|
116
122
|
There are several jupyter notebooks with TidalPy demos found in the /Demos/ folder of this repository.
|
|
@@ -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.4 Alpha-orange" alt="TidalPy Version 0.6.
|
|
14
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.4 Alpha-orange" alt="TidalPy Version 0.6.5 Alpha" /></a>
|
|
15
15
|
|
|
16
16
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
17
17
|
|
|
@@ -40,7 +40,13 @@ system and performing the following in a terminal:
|
|
|
40
40
|
|
|
41
41
|
`pip install TidalPy`
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
Alternatively you can use conda to install TidalPy:
|
|
44
|
+
|
|
45
|
+
`conda install -c conda-forge TidalPy`
|
|
46
|
+
|
|
47
|
+
or
|
|
48
|
+
|
|
49
|
+
`mamba install TidalPy`
|
|
44
50
|
|
|
45
51
|
## Accessing Jupyter Notebooks
|
|
46
52
|
There are several jupyter notebooks with TidalPy demos found in the /Demos/ folder of this repository.
|
{tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py
RENAMED
|
@@ -63,7 +63,6 @@ def value_check(world, config_to_compare: dict, check_name: bool = True):
|
|
|
63
63
|
np.testing.assert_approx_equal(world.mass, layer_mass_combined)
|
|
64
64
|
return True
|
|
65
65
|
|
|
66
|
-
|
|
67
66
|
def test_build_layered_from_manual_config():
|
|
68
67
|
""" This will test loading a LayeredWorld from a user-provided configuration dictionary. """
|
|
69
68
|
|
|
@@ -146,3 +145,22 @@ def test_build_complex_layered_world():
|
|
|
146
145
|
|
|
147
146
|
# Make sure that there are four layers in the world
|
|
148
147
|
assert len(earth_simple.layers) == 4
|
|
148
|
+
|
|
149
|
+
def test_planet_array_edit():
|
|
150
|
+
""" Make sure that planet.paint does not change the underlying arrays. """
|
|
151
|
+
|
|
152
|
+
from TidalPy.structures import build_world
|
|
153
|
+
|
|
154
|
+
io_simple = build_world('io_simple')
|
|
155
|
+
|
|
156
|
+
# Current work around; make a copy of any relevant arrays.
|
|
157
|
+
radii_2 = np.copy(io_simple.radii)
|
|
158
|
+
|
|
159
|
+
# Make a call to something that could change the underlying array.
|
|
160
|
+
_ = io_simple.paint(auto_show=False) # Comment/uncomment this line to check the result.
|
|
161
|
+
|
|
162
|
+
assert np.allclose(io_simple.radii, radii_2)
|
|
163
|
+
|
|
164
|
+
# While the values in these arrays should be the same; the arrays themselves should not be.
|
|
165
|
+
assert np.allclose(io_simple._radii, io_simple.radii)
|
|
166
|
+
assert not (io_simple._radii is io_simple.radii)
|
|
@@ -25,7 +25,6 @@ cdef void eos_diffeq(
|
|
|
25
25
|
eos_function(<char*>eos_output_ptr, radius, y_ptr, input_args)
|
|
26
26
|
|
|
27
27
|
cdef double rho = eos_output_ptr.density
|
|
28
|
-
|
|
29
28
|
# Solve for the dependent variables
|
|
30
29
|
# gravity is proportionate to 1 / r so there is a singularity at r=0. Let's set all derivatives equal to zero.
|
|
31
30
|
if (radius < d_EPS_DBL_10) or (radius > eos_input_ptr.planet_radius):
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# distutils: language = c++
|
|
2
2
|
# cython: boundscheck=False, wraparound=False, nonecheck=False, cdivision=True, initializedcheck=False
|
|
3
3
|
|
|
4
|
-
from TidalPy.utilities.math.complex cimport cf_build_dblcmplx,
|
|
4
|
+
from TidalPy.utilities.math.complex cimport cf_build_dblcmplx, cf_cinv
|
|
5
5
|
from TidalPy.constants cimport d_EPS_DBL
|
|
6
|
-
from libc.float cimport DBL_DIG
|
|
7
|
-
from libc.stdio cimport printf
|
|
8
6
|
from libc.math cimport fabs
|
|
9
7
|
from libcpp cimport bool as cpp_bool
|
|
10
8
|
from libcpp.cmath cimport ilogb, ldexp
|
|
@@ -123,6 +123,7 @@ cdef int cf_shooting_solver(
|
|
|
123
123
|
) noexcept nogil:
|
|
124
124
|
""" Solves the viscoelastic-gravitational problem for planets using a shooting method.
|
|
125
125
|
"""
|
|
126
|
+
|
|
126
127
|
# Feedback
|
|
127
128
|
cdef char[256] message
|
|
128
129
|
cdef char* message_ptr = &message[0]
|
|
@@ -458,11 +459,10 @@ cdef int cf_shooting_solver(
|
|
|
458
459
|
last_radius_check = last_layer_upper_radius
|
|
459
460
|
|
|
460
461
|
# Step through the solution vector and NAN out data below the starting radius
|
|
461
|
-
for
|
|
462
|
-
for
|
|
463
|
-
for
|
|
464
|
-
|
|
465
|
-
solution_ptr[slice_i * MAX_NUM_Y_REAL + ytype_i * MAX_NUM_Y_REAL + y_i] = cmplx_NAN
|
|
462
|
+
for slice_i in range(last_index_before_start + 1):
|
|
463
|
+
for ytype_i in range(num_ytypes):
|
|
464
|
+
for y_i in range(MAX_NUM_Y):
|
|
465
|
+
solution_ptr[slice_i * MAX_NUM_Y * num_ytypes + ytype_i * MAX_NUM_Y + y_i] = cmplx_NAN
|
|
466
466
|
|
|
467
467
|
for current_layer_i in range(start_layer_i, num_layers):
|
|
468
468
|
# Get layer's index information
|
|
@@ -747,7 +747,7 @@ cdef int cf_shooting_solver(
|
|
|
747
747
|
|
|
748
748
|
# Decrement the shared pointer for the solution
|
|
749
749
|
integration_solution.reset()
|
|
750
|
-
|
|
750
|
+
|
|
751
751
|
if solution_storage_ptr.error_code != 0:
|
|
752
752
|
# Error was encountered during integration
|
|
753
753
|
solution_storage_ptr.success = False
|
|
@@ -834,6 +834,7 @@ cdef int cf_shooting_solver(
|
|
|
834
834
|
gravity_lower = layer_gravity_ptr[0]
|
|
835
835
|
bulk_lower = layer_bulk_mod_ptr[0]
|
|
836
836
|
shear_lower = layer_shear_mod_ptr[0]
|
|
837
|
+
|
|
837
838
|
radius_upper = layer_radius_ptr[layer_slices - 1]
|
|
838
839
|
density_upper = layer_density_ptr[layer_slices - 1]
|
|
839
840
|
gravity_upper = layer_gravity_ptr[layer_slices - 1]
|
|
@@ -931,7 +932,7 @@ cdef int cf_shooting_solver(
|
|
|
931
932
|
layer_above_constant_vector_ptr[0] = constant_vector_ptr[0]
|
|
932
933
|
layer_above_constant_vector_ptr[1] = constant_vector_ptr[1]
|
|
933
934
|
layer_above_constant_vector_ptr[2] = constant_vector_ptr[2]
|
|
934
|
-
|
|
935
|
+
|
|
935
936
|
# Ready for next y-type
|
|
936
937
|
|
|
937
938
|
# Free memory
|
|
@@ -948,7 +949,7 @@ cdef int cf_shooting_solver(
|
|
|
948
949
|
if not (main_storage_ptr[current_layer_i][solution_i] is NULL):
|
|
949
950
|
free_mem(main_storage_ptr[current_layer_i][solution_i])
|
|
950
951
|
main_storage_ptr[current_layer_i][solution_i] = NULL
|
|
951
|
-
|
|
952
|
+
|
|
952
953
|
free_mem(main_storage_ptr[current_layer_i])
|
|
953
954
|
main_storage_ptr[current_layer_i] = NULL
|
|
954
955
|
free_mem(main_storage_ptr)
|
|
@@ -222,7 +222,6 @@ cdef int cf_radial_solver(
|
|
|
222
222
|
starting_radius_to_use = starting_radius
|
|
223
223
|
|
|
224
224
|
# Solve the equation of state for the planet
|
|
225
|
-
|
|
226
225
|
# TODO: For now there is only one accepted EOS, the interpolated kind. In the future additional EOS will be supplied
|
|
227
226
|
# either via arguments to this function or a more OOP approach where they are built into the layers.
|
|
228
227
|
# Build arrays of EOS inputs.
|
|
@@ -825,10 +824,10 @@ def radial_solver(
|
|
|
825
824
|
|
|
826
825
|
# Finalize radial solver solution storage
|
|
827
826
|
solution.finalize_python_storage()
|
|
828
|
-
|
|
827
|
+
|
|
829
828
|
if log_info:
|
|
830
829
|
solution.print_diagnostics(print_diagnostics = False, log_diagnostics = True)
|
|
831
|
-
|
|
830
|
+
|
|
832
831
|
if ((not solution.success) or (rs_error_code < 0)) and raise_on_fail:
|
|
833
832
|
if "not implemented" in solution.message:
|
|
834
833
|
raise NotImplementedError(solution.message)
|
|
@@ -614,7 +614,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
614
614
|
@property
|
|
615
615
|
def radii(self) -> np.ndarray:
|
|
616
616
|
""" Physical Object's Radius Slices (bottom to top) [m] """
|
|
617
|
-
|
|
617
|
+
if self._radii is None:
|
|
618
|
+
return None
|
|
619
|
+
return np.copy(self._radii)
|
|
618
620
|
|
|
619
621
|
@radii.setter
|
|
620
622
|
def radii(self, value):
|
|
@@ -623,7 +625,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
623
625
|
@property
|
|
624
626
|
def depths(self) -> np.ndarray:
|
|
625
627
|
""" Physical Object's Depth Slices (bottom to top) [m] """
|
|
626
|
-
|
|
628
|
+
if self._depths is None:
|
|
629
|
+
return None
|
|
630
|
+
return np.copy(self._depths)
|
|
627
631
|
|
|
628
632
|
@depths.setter
|
|
629
633
|
def depths(self, value):
|
|
@@ -632,7 +636,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
632
636
|
@property
|
|
633
637
|
def volume_slices(self) -> np.ndarray:
|
|
634
638
|
""" Physical Object's Volume Slices (bottom to top) [m3] """
|
|
635
|
-
|
|
639
|
+
if self._volume_slices is None:
|
|
640
|
+
return None
|
|
641
|
+
return np.copy(self._volume_slices)
|
|
636
642
|
|
|
637
643
|
@volume_slices.setter
|
|
638
644
|
def volume_slices(self, value):
|
|
@@ -641,7 +647,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
641
647
|
@property
|
|
642
648
|
def sa_slices(self) -> np.ndarray:
|
|
643
649
|
""" Physical Object's Surface Area Slices (bottom to top) [m2] """
|
|
644
|
-
|
|
650
|
+
if self._sa_slices is None:
|
|
651
|
+
return None
|
|
652
|
+
return np.copy(self._sa_slices)
|
|
645
653
|
|
|
646
654
|
@sa_slices.setter
|
|
647
655
|
def sa_slices(self, value):
|
|
@@ -650,7 +658,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
650
658
|
@property
|
|
651
659
|
def mass_slices(self) -> np.ndarray:
|
|
652
660
|
""" Mass of each Slice within the Physical Object [kg] """
|
|
653
|
-
|
|
661
|
+
if self._mass_slices is None:
|
|
662
|
+
return None
|
|
663
|
+
return np.copy(self._mass_slices)
|
|
654
664
|
|
|
655
665
|
@mass_slices.setter
|
|
656
666
|
def mass_slices(self, value):
|
|
@@ -659,7 +669,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
659
669
|
@property
|
|
660
670
|
def mass_below_slices(self) -> np.ndarray:
|
|
661
671
|
""" Mass Below each Slice of the Physical Object [kg] """
|
|
662
|
-
|
|
672
|
+
if self._mass_below_slices is None:
|
|
673
|
+
return None
|
|
674
|
+
return np.copy(self._mass_below_slices)
|
|
663
675
|
|
|
664
676
|
@mass_below_slices.setter
|
|
665
677
|
def mass_below_slices(self, value):
|
|
@@ -668,7 +680,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
668
680
|
@property
|
|
669
681
|
def pressure_slices(self) -> np.ndarray:
|
|
670
682
|
""" Physical Object's Pressure Slices (bottom to top) [Pa] """
|
|
671
|
-
|
|
683
|
+
if self._pressure_slices is None:
|
|
684
|
+
return None
|
|
685
|
+
return np.copy(self._pressure_slices)
|
|
672
686
|
|
|
673
687
|
@pressure_slices.setter
|
|
674
688
|
def pressure_slices(self, value):
|
|
@@ -677,7 +691,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
677
691
|
@property
|
|
678
692
|
def density_slices(self) -> np.ndarray:
|
|
679
693
|
""" Physical Object's Density Slices (bottom to top) [kg m3] """
|
|
680
|
-
|
|
694
|
+
if self._density_slices is None:
|
|
695
|
+
return None
|
|
696
|
+
return np.copy(self._density_slices)
|
|
681
697
|
|
|
682
698
|
@density_slices.setter
|
|
683
699
|
def density_slices(self, value):
|
|
@@ -686,7 +702,9 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
686
702
|
@property
|
|
687
703
|
def gravity_slices(self) -> np.ndarray:
|
|
688
704
|
""" Physical Object's Acceleration due to Gravity Slices (bottom to top) [m s-2] """
|
|
689
|
-
|
|
705
|
+
if self._gravity_slices is None:
|
|
706
|
+
return None
|
|
707
|
+
return np.copy(self._gravity_slices)
|
|
690
708
|
|
|
691
709
|
@gravity_slices.setter
|
|
692
710
|
def gravity_slices(self, value):
|
|
@@ -848,7 +866,7 @@ class PhysicalObjSpherical(ConfigHolder):
|
|
|
848
866
|
def radius_outer(self, value):
|
|
849
867
|
self.radius = value
|
|
850
868
|
|
|
851
|
-
#
|
|
869
|
+
# Alias of slice properties
|
|
852
870
|
@property
|
|
853
871
|
def volumes(self):
|
|
854
872
|
""" Alias of PhysicalObjSpherical.volume_slices [m3] """
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TidalPy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.5
|
|
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.4 Alpha-orange" alt="TidalPy Version 0.6.
|
|
84
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.4 Alpha-orange" alt="TidalPy Version 0.6.5 Alpha" /></a>
|
|
85
85
|
|
|
86
86
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
87
|
|
|
@@ -110,7 +110,13 @@ system and performing the following in a terminal:
|
|
|
110
110
|
|
|
111
111
|
`pip install TidalPy`
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
Alternatively you can use conda to install TidalPy:
|
|
114
|
+
|
|
115
|
+
`conda install -c conda-forge TidalPy`
|
|
116
|
+
|
|
117
|
+
or
|
|
118
|
+
|
|
119
|
+
`mamba install TidalPy`
|
|
114
120
|
|
|
115
121
|
## Accessing Jupyter Notebooks
|
|
116
122
|
There are several jupyter notebooks with TidalPy demos found in the /Demos/ folder of this repository.
|
|
@@ -14,14 +14,22 @@ from Cython.Build import cythonize
|
|
|
14
14
|
import numpy as np
|
|
15
15
|
import CyRK
|
|
16
16
|
|
|
17
|
+
DEBUG_MODE = False
|
|
18
|
+
|
|
17
19
|
num_procs = os.cpu_count()
|
|
18
20
|
num_threads = max(1, num_procs - 1)
|
|
21
|
+
if DEBUG_MODE:
|
|
22
|
+
num_threads = 1
|
|
19
23
|
|
|
20
24
|
install_platform = platform.system()
|
|
21
25
|
|
|
22
26
|
if install_platform.lower() == 'windows':
|
|
23
27
|
extra_compile_args = ['/openmp']
|
|
24
28
|
extra_link_args = []
|
|
29
|
+
if DEBUG_MODE:
|
|
30
|
+
extra_compile_args.append('/Ox')
|
|
31
|
+
extra_compile_args.append('/Zi')
|
|
32
|
+
extra_link_args.append("/debug:full")
|
|
25
33
|
elif install_platform.lower() == 'darwin':
|
|
26
34
|
extra_compile_args = ['-O3', '-Wno-error=incompatible-function-pointer-types', '-fopenmp']
|
|
27
35
|
extra_link_args = ['-lomp']
|
|
@@ -91,6 +99,6 @@ class build_tidalpy(_build_py):
|
|
|
91
99
|
self.distribution.ext_modules,
|
|
92
100
|
compiler_directives={'language_level': "3"},
|
|
93
101
|
include_path=['.', np.get_include()],
|
|
94
|
-
nthreads=num_threads
|
|
102
|
+
nthreads=num_threads, emit_linenums=DEBUG_MODE
|
|
95
103
|
)
|
|
96
104
|
print('!-- Finished Cythonizing TidalPy')
|
|
@@ -6,11 +6,17 @@ from setuptools import Extension, setup
|
|
|
6
6
|
import numpy as np
|
|
7
7
|
import CyRK
|
|
8
8
|
|
|
9
|
+
DEBUG_MODE = False
|
|
10
|
+
|
|
9
11
|
install_platform = platform.system()
|
|
10
12
|
|
|
11
13
|
if install_platform.lower() == 'windows':
|
|
12
14
|
extra_compile_args = ['/openmp']
|
|
13
15
|
extra_link_args = []
|
|
16
|
+
if DEBUG_MODE:
|
|
17
|
+
extra_compile_args.append('/Ox')
|
|
18
|
+
extra_compile_args.append('/Zi')
|
|
19
|
+
extra_link_args.append("/debug:full")
|
|
14
20
|
elif install_platform.lower() == 'darwin':
|
|
15
21
|
extra_compile_args = ['-O3', '-Wno-error=incompatible-function-pointer-types', '-fopenmp']
|
|
16
22
|
extra_link_args = ['-lomp']
|
|
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.4 → tidalpy-0.6.5}/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.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.4 → tidalpy-0.6.5}/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.4 → tidalpy-0.6.5}/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.4 → tidalpy-0.6.5}/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.4 → tidalpy-0.6.5}/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.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.4 → tidalpy-0.6.5}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.4 → tidalpy-0.6.5}/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.4 → tidalpy-0.6.5}/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
|