TidalPy 0.5.3__tar.gz → 0.5.4__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.5.3 → tidalpy-0.5.4}/PKG-INFO +2 -2
- {tidalpy-0.5.3 → tidalpy-0.5.4}/README.md +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/boundaries/boundaries.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/collapse/collapse.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/derivatives/base.c +5 -5
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/derivatives/odes.c +3 -3
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/interfaces/interfaces.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/interfaces/reversed.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/love.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/solutions.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/solver.c +477 -413
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/solver.pyx +9 -2
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/common.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/driver.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/kamata.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/saito.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/takeuchi.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/base.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/models.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/base_x.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/constants_x.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/conversions/conversions_x.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/dimensions/nondimensional.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/math/complex.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/math/special_x.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/types_x.c +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy.egg-info/PKG-INFO +2 -2
- {tidalpy-0.5.3 → tidalpy-0.5.4}/pyproject.toml +1 -1
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/multilayer_radial_solver.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/multimode_solver.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/performance_base.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/performance_build_world.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/performance_complex_compliance_func.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/performance_eccentricity_func.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/performance_quick_calcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/performance_tides.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Benchmarks & Performance/Performance/performance suite/run_suite.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Documentation/Issues/Issue35/subproc.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Documentation/Issues/Issue35/test.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/LICENSE.md +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/MANIFEST.in +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Functions/test_rheology.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Math/test_utilities_complex.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Math/test_utilities_special.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetA_Package/test_a_version.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetA_Package/test_io.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetA_Package/test_tidalpy_config.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_numpy.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetB_Package/test_c_tools_timing.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetB_Package/test_d_basic_classes.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetB_Package/test_h_voxel_volume.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetB_Package/test_i_spherical_mass.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_dual_dissipation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_single_dissipation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_compliance_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_partialmelt_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_a_orbital_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_c_mode_manipulation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetH_QuickCalc/test_a_quick_dissipation_calc_single_body.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetH_QuickCalc/test_b_quick_dissipation_calc_dual_body.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetK_PlanetBuild/test_a_build_star.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_a_orbit_construct.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_b_orbit_basic_manipulation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetL_Orbit/test_orbit_averaging.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_oop_rheology.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_radiogenic.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Matrix/test_a_matrix_package.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Matrix/test_b_fundamental.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Matrix/test_c_propagate.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_a_Initial/test_a_initial_package.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_a_Initial/test_b_known_initial_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_a_Initial/test_c_initial_helper_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_a_Initial/test_d_initial_value_calc.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_b_Interfaces/test_a_interfaces_package.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_b_Interfaces/test_b_known_interfaces.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_b_Interfaces/test_c_interface_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_c_Derivatives/test_a_derivatives_package.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_c_Derivatives/test_b_known_derivatives.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_c_Derivatives/test_c_derivative_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_d_Collapse/test_a_collapse_package.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_d_Collapse/test_b_surface_condition.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/Test_d_Collapse/test_c_generalized_collapse.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/test_a_numerical_package.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/test_b_radial_solver.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/Test_Numerical/test_d_alma_compare_old.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/test_a_love.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/test_b_sensitivity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetP_RadialSolver/test_c_nondimensional.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetS_Tides/Test_Collapse_Modes/test_collapse_mode_freqs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetS_Tides/Test_Heating/test_heating.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetS_Tides/Test_Unique_Modes/test_unique_freqs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_a_physics_orbit_global_tides.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_b_physics_orbit_layered_tides.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_c_physics_orbit_dual_body_tides.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetX_Potential/test_a_potential.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetX_Potential/test_b_mode_potential.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_d_radial_tidal_heating.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Numerical_Int/test_m1_multilayer_modes.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_RadialSolver/test_a_interfaces.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_RadialSolver/test_a_starting_condtions.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_RadialSolver/test_b_radial_solver_1layer.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_RadialSolver/test_d_alma_compare.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_RadialSolver/test_e_radial_solver_3layer.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Utilities/Test_Dimensions/test_nondimensional.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/build.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/burnman_world.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/conversion.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/defaults.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/material/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/material/helper.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/Extending/burnman/package.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/boundaries/boundaries.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/derivatives/base.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/derivatives/base.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/derivatives/odes.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/love.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/love.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/solutions.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/solutions.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/solver.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/common.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/common.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/driver.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/driver.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/WorldPack/WorldPack.zip +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/cache.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/configurations.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/constants.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/cooling/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/cooling/cooling.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/cooling/cooling_models.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/defaultc.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/dynamics/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/dynamics/dual_dissipation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/dynamics/single_dissipation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/exceptions.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/initialize.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/logger.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/numba_scipy/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/numba_scipy/special/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/numba_scipy/special/overloads.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/numba_scipy/special/signatures.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/orbit/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/orbit/averaging.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/output.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/paths.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/love.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/matrix/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/matrix/fundamental_solid.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/matrix/propagate.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/nondimensional.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/collapse/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/collapse/generalized_collapse.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/collapse/surface_condition.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/derivatives/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/derivatives/odes.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/derivatives/radial_derivatives_dynamic.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/derivatives/radial_derivatives_dynamic_incomp.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/derivatives/radial_derivatives_static.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/derivatives/radial_derivatives_static_incomp.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/initial/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/initial/functions.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/initial/initial_solution_dynamic.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/initial/initial_solution_dynamic_incomp.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/initial/initial_solution_static.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/initial/initial_solution_static_incomp.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/interfaces/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/interfaces/liquid_liquid.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/interfaces/liquid_solid.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/interfaces/solid_liquid.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/interfaces/solid_solid.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/numerical/solver.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radial_solver/sensitivity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radiogenics/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radiogenics/radiogenic_models.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/radiogenics/radiogenics.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/base.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/base.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/models.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/models.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/partial_melt/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/rheology.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/viscosity/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/viscosity/viscosity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/stellar/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/stellar/habitability.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/stellar/insolation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/stellar/stellar.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/helpers/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/helpers/orbit_config.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/layers/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/layers/basic.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/layers/gas.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/layers/helper.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/layers/physics.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/orbit/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/orbit/base.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/orbit/physics.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/physical.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_builder/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_builder/config_handler.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_builder/world_builder.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_types/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_types/basic.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_types/gas.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_types/layered.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_types/stellar.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/structures/world_types/tidal.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/dissipation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/heating.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/love1d.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/methods/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/methods/base.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/methods/global_approx.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/methods/layered.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/collapse_modes.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/mode_manipulation.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/modes.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/modes/multilayer_modes.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/multilayer/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/multilayer/displacements.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/multilayer/heating.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/multilayer/stress_strain.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/tides/universal_coeffs.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/toolbox/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/toolbox/quick_tides.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/base.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/base_x.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/base_x.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/config/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/config/config.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/model/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/model/model.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/classes/model/model_utils.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/constants_x.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/constants_x.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/conversions/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/conversions/conversions.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/conversions/timing.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/dictionary_utils.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/dimensions/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/exoplanets/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/exoplanets/data_download.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/global_map.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/grid_plot.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/graphics/planet_plot.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/integration/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/integration/julia_helper.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/integration/scipy_helper.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/io/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/io/pathing.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/io/progress.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/math/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/math/complex.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/math/complex.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/math/special.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/math/special_x.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/math/special_x.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/performance/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/performance/memory.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/performance/numba.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/performance/special/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/performance/special/factorial.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/spherical_helper/mass.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/spherical_helper/volume.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/string_helper/__init__.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/string_helper/string_helper.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/types.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/types_x.pxd +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy/utilities/types_x.pyx +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy.egg-info/SOURCES.txt +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy.egg-info/dependency_links.txt +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy.egg-info/entry_points.txt +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy.egg-info/requires.txt +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/TidalPy.egg-info/top_level.txt +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/_build_tidalpy.py +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/cython_extensions.json +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/setup.cfg +0 -0
- {tidalpy-0.5.3 → tidalpy-0.5.4}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: TidalPy
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.4
|
|
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: # License
|
|
@@ -248,7 +248,7 @@ Requires-Dist: diffeqpy>=1.2.0; extra == "julia"
|
|
|
248
248
|
|
|
249
249
|
---
|
|
250
250
|
|
|
251
|
-
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.5.
|
|
251
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.5.4 Alpha-orange" alt="TidalPy Version 0.5.4 Alpha" /></a>
|
|
252
252
|
|
|
253
253
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
254
254
|
|
|
@@ -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.5.
|
|
14
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.5.4 Alpha-orange" alt="TidalPy Version 0.5.4 Alpha" /></a>
|
|
15
15
|
|
|
16
16
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
17
17
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"include_dirs": [
|
|
22
22
|
"TidalPy/RadialSolver/boundaries",
|
|
23
|
-
"/tmp/build-env-
|
|
23
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/numpy/core/include"
|
|
24
24
|
],
|
|
25
25
|
"language": "c",
|
|
26
26
|
"name": "TidalPy.RadialSolver.boundaries.boundaries",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"include_dirs": [
|
|
21
21
|
"TidalPy/RadialSolver/collapse",
|
|
22
|
-
"/tmp/build-env-
|
|
22
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/numpy/core/include"
|
|
23
23
|
],
|
|
24
24
|
"language": "c",
|
|
25
25
|
"name": "TidalPy.RadialSolver.collapse.collapse",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
]
|
|
11
11
|
],
|
|
12
12
|
"depends": [
|
|
13
|
-
"/tmp/build-env-
|
|
14
|
-
"/tmp/build-env-
|
|
13
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/CyRK/array/interp_common.c",
|
|
14
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/CyRK/cy/rk_step.c"
|
|
15
15
|
],
|
|
16
16
|
"extra_compile_args": [
|
|
17
17
|
"-fopenmp",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"-O3"
|
|
23
23
|
],
|
|
24
24
|
"include_dirs": [
|
|
25
|
-
"/tmp/build-env-
|
|
26
|
-
"/tmp/build-env-
|
|
25
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/CyRK/cy",
|
|
26
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/CyRK/array",
|
|
27
27
|
"TidalPy/RadialSolver/derivatives",
|
|
28
|
-
"/tmp/build-env-
|
|
28
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/numpy/core/include"
|
|
29
29
|
],
|
|
30
30
|
"language": "c",
|
|
31
31
|
"name": "TidalPy.RadialSolver.derivatives.base",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
]
|
|
11
11
|
],
|
|
12
12
|
"depends": [
|
|
13
|
-
"/tmp/build-env-
|
|
13
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/CyRK/cy/rk_step.c"
|
|
14
14
|
],
|
|
15
15
|
"extra_compile_args": [
|
|
16
16
|
"-fopenmp",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"-O3"
|
|
22
22
|
],
|
|
23
23
|
"include_dirs": [
|
|
24
|
-
"/tmp/build-env-
|
|
24
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/CyRK/cy",
|
|
25
25
|
"TidalPy/RadialSolver/derivatives",
|
|
26
|
-
"/tmp/build-env-
|
|
26
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/numpy/core/include"
|
|
27
27
|
],
|
|
28
28
|
"language": "c",
|
|
29
29
|
"name": "TidalPy.RadialSolver.derivatives.odes",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"include_dirs": [
|
|
22
22
|
"TidalPy/RadialSolver/interfaces",
|
|
23
|
-
"/tmp/build-env-
|
|
23
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/numpy/core/include"
|
|
24
24
|
],
|
|
25
25
|
"language": "c",
|
|
26
26
|
"name": "TidalPy.RadialSolver.interfaces.interfaces",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"include_dirs": [
|
|
22
22
|
"TidalPy/RadialSolver/interfaces",
|
|
23
|
-
"/tmp/build-env-
|
|
23
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/numpy/core/include"
|
|
24
24
|
],
|
|
25
25
|
"language": "c",
|
|
26
26
|
"name": "TidalPy.RadialSolver.interfaces.reversed",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"include_dirs": [
|
|
22
22
|
"TidalPy/RadialSolver",
|
|
23
|
-
"/tmp/build-env-
|
|
23
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/numpy/core/include"
|
|
24
24
|
],
|
|
25
25
|
"language": "c",
|
|
26
26
|
"name": "TidalPy.RadialSolver.love",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"include_dirs": [
|
|
21
21
|
"TidalPy/RadialSolver",
|
|
22
|
-
"/tmp/build-env-
|
|
22
|
+
"/tmp/build-env-grxfilx9/lib/python3.10/site-packages/numpy/core/include"
|
|
23
23
|
],
|
|
24
24
|
"language": "c",
|
|
25
25
|
"name": "TidalPy.RadialSolver.solutions",
|