TidalPy 0.6.5__tar.gz → 0.6.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (362) hide show
  1. {tidalpy-0.6.5/TidalPy.egg-info → tidalpy-0.6.7}/PKG-INFO +10 -8
  2. {tidalpy-0.6.5 → tidalpy-0.6.7}/README.md +8 -6
  3. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Numerical_Int/test_m1_multilayer_modes.py +5 -3
  4. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_d_alma_compare.py +3 -1
  5. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/eos_solution.pxd +6 -7
  6. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/eos_solution_.cpp +14 -14
  7. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/eos_solution_.hpp +4 -4
  8. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/solver.pxd +4 -7
  9. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/solver.pyx +79 -85
  10. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix.pyx +9 -9
  11. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/rs_solution.pxd +4 -5
  12. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/rs_solution.pyx +10 -15
  13. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/rs_solution_.cpp +4 -9
  14. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/rs_solution_.hpp +9 -10
  15. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/shooting.pxd +3 -1
  16. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/shooting.pyx +102 -100
  17. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/solver.pxd +5 -4
  18. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/solver.pyx +20 -25
  19. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/driver.pxd +2 -1
  20. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/driver.pyx +19 -22
  21. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/multilayer_modes.py +53 -25
  22. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/julia_helper.py +1 -1
  23. {tidalpy-0.6.5 → tidalpy-0.6.7/TidalPy.egg-info}/PKG-INFO +10 -8
  24. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/requires.txt +1 -1
  25. {tidalpy-0.6.5 → tidalpy-0.6.7}/pyproject.toml +3 -3
  26. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/multilayer_radial_solver.py +0 -0
  27. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/multimode_solver.py +0 -0
  28. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_base.py +0 -0
  29. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_build_world.py +0 -0
  30. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_complex_compliance_func.py +0 -0
  31. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_eccentricity_func.py +0 -0
  32. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_quick_calcs.py +0 -0
  33. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/performance_tides.py +0 -0
  34. {tidalpy-0.6.5 → tidalpy-0.6.7}/Benchmarks & Performance/Performance/performance suite/run_suite.py +0 -0
  35. {tidalpy-0.6.5 → tidalpy-0.6.7}/LICENSE.md +0 -0
  36. {tidalpy-0.6.5 → tidalpy-0.6.7}/MANIFEST.in +0 -0
  37. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Functions/test_rheology.py +0 -0
  38. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Math/test_utilities_complex.py +0 -0
  39. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Math/test_utilities_numerics.py +0 -0
  40. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Math/test_utilities_special.py +0 -0
  41. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetA_Package/test_a_version.py +0 -0
  42. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetA_Package/test_io.py +0 -0
  43. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetA_Package/test_tidalpy_config.py +0 -0
  44. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py +0 -0
  45. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_numpy.py +0 -0
  46. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py +0 -0
  47. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_c_tools_timing.py +0 -0
  48. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_d_basic_classes.py +0 -0
  49. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py +0 -0
  50. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_h_voxel_volume.py +0 -0
  51. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetB_Package/test_i_spherical_mass.py +0 -0
  52. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py +0 -0
  53. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_dual_dissipation.py +0 -0
  54. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_single_dissipation.py +0 -0
  55. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_compliance_funcs.py +0 -0
  56. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_partialmelt_funcs.py +0 -0
  57. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_a_orbital_funcs.py +0 -0
  58. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py +0 -0
  59. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_c_mode_manipulation.py +0 -0
  60. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetH_QuickCalc/test_a_quick_dissipation_calc_single_body.py +0 -0
  61. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetH_QuickCalc/test_b_quick_dissipation_calc_dual_body.py +0 -0
  62. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetK_PlanetBuild/test_a_build_star.py +0 -0
  63. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py +0 -0
  64. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py +0 -0
  65. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_a_orbit_construct.py +0 -0
  66. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_b_orbit_basic_manipulation.py +0 -0
  67. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetL_Orbit/test_orbit_averaging.py +0 -0
  68. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_oop_rheology.py +0 -0
  69. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_radiogenic.py +0 -0
  70. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetS_Tides/Test_Collapse_Modes/test_collapse_mode_freqs.py +0 -0
  71. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetS_Tides/Test_Heating/test_heating.py +0 -0
  72. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetS_Tides/Test_Unique_Modes/test_unique_freqs.py +0 -0
  73. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_a_physics_orbit_global_tides.py +0 -0
  74. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_b_physics_orbit_layered_tides.py +0 -0
  75. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_c_physics_orbit_dual_body_tides.py +0 -0
  76. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetX_Potential/test_a_potential.py +0 -0
  77. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetX_Potential/test_b_mode_potential.py +0 -0
  78. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py +0 -0
  79. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py +0 -0
  80. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Package/test_configs.py +0 -0
  81. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py +0 -0
  82. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/Test_PropMatrix/test_b_radial_solver_matrix.py +0 -0
  83. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_a_boundary_conditions.py +0 -0
  84. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_a_helpers.py +0 -0
  85. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_a_interfaces.py +0 -0
  86. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_a_starting_condtions.py +0 -0
  87. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_b_radial_solver_1layer.py +0 -0
  88. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_e_radial_solver_3layer.py +0 -0
  89. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_RadialSolver/test_f_radial_solver_errors.py +0 -0
  90. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Tides/test_d_radial_sensativity.py +0 -0
  91. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Utilities/Test_Dimensions/test_nondimensional.py +0 -0
  92. {tidalpy-0.6.5 → tidalpy-0.6.7}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py +0 -0
  93. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/__init__.py +0 -0
  94. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/__init__.py +0 -0
  95. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/build.py +0 -0
  96. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
  97. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
  98. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/burnman_world.py +0 -0
  99. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/conversion.py +0 -0
  100. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/defaults.py +0 -0
  101. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/__init__.py +0 -0
  102. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
  103. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
  104. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
  105. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
  106. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/material/helper.py +0 -0
  107. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Extending/burnman/package.py +0 -0
  108. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/__init__.py +0 -0
  109. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/__init__.pxd +0 -0
  110. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/__init__.py +0 -0
  111. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/eos_solution.pyx +0 -0
  112. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/methods/__init__.pxd +0 -0
  113. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/methods/__init__.py +0 -0
  114. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/methods/interpolate.pxd +0 -0
  115. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/methods/interpolate.pyx +0 -0
  116. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/ode.pxd +0 -0
  117. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/Material/eos/ode.pyx +0 -0
  118. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/__init__.pxd +0 -0
  119. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/__init__.py +0 -0
  120. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
  121. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
  122. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/boundaries.pyx +0 -0
  123. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/surface_bc.pxd +0 -0
  124. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/boundaries/surface_bc.pyx +0 -0
  125. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
  126. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
  127. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
  128. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/constants.pxd +0 -0
  129. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/constants.pyx +0 -0
  130. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
  131. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
  132. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/derivatives/odes.pyx +0 -0
  133. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/helpers.pyx +0 -0
  134. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
  135. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
  136. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
  137. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
  138. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
  139. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/love.pxd +0 -0
  140. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/love.pyx +0 -0
  141. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/love_.cpp +0 -0
  142. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/love_.hpp +0 -0
  143. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix.pxd +0 -0
  144. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix_types/__init__.py +0 -0
  145. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix_types/solid_matrix.pxd +0 -0
  146. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/matrix_types/solid_matrix.pyx +0 -0
  147. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/__init__.py +0 -0
  148. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/common.pxd +0 -0
  149. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/common.pyx +0 -0
  150. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
  151. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
  152. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
  153. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
  154. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
  155. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
  156. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/WorldPack/WorldPack.zip +0 -0
  157. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/__init__.py +0 -0
  158. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/cache.py +0 -0
  159. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/configurations.py +0 -0
  160. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/constants.pxd +0 -0
  161. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/constants.pyx +0 -0
  162. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/cooling/__init__.py +0 -0
  163. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/cooling/cooling.py +0 -0
  164. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/cooling/cooling_models.py +0 -0
  165. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/defaultc.py +0 -0
  166. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/dynamics/__init__.py +0 -0
  167. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/dynamics/dual_dissipation.py +0 -0
  168. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/dynamics/single_dissipation.py +0 -0
  169. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/exceptions.py +0 -0
  170. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/initialize.py +0 -0
  171. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/logger.py +0 -0
  172. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/numba_scipy/__init__.py +0 -0
  173. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/numba_scipy/special/__init__.py +0 -0
  174. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/numba_scipy/special/overloads.py +0 -0
  175. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/numba_scipy/special/signatures.py +0 -0
  176. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/orbit/__init__.py +0 -0
  177. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/orbit/averaging.py +0 -0
  178. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/output.py +0 -0
  179. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/paths.py +0 -0
  180. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/radiogenics/__init__.py +0 -0
  181. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/radiogenics/radiogenic_models.py +0 -0
  182. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/radiogenics/radiogenics.py +0 -0
  183. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/__init__.py +0 -0
  184. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/base.pxd +0 -0
  185. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/base.pyx +0 -0
  186. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
  187. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
  188. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
  189. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/models.pxd +0 -0
  190. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/models.pyx +0 -0
  191. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/partial_melt/__init__.py +0 -0
  192. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
  193. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
  194. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/rheology.py +0 -0
  195. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/viscosity/__init__.py +0 -0
  196. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/viscosity/viscosity.py +0 -0
  197. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
  198. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/stellar/__init__.py +0 -0
  199. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/stellar/habitability.py +0 -0
  200. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/stellar/insolation.py +0 -0
  201. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/stellar/stellar.py +0 -0
  202. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/__init__.py +0 -0
  203. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/helpers/__init__.py +0 -0
  204. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/helpers/orbit_config.py +0 -0
  205. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/__init__.py +0 -0
  206. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/basic.py +0 -0
  207. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/gas.py +0 -0
  208. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/helper.py +0 -0
  209. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/layers/physics.py +0 -0
  210. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/orbit/__init__.py +0 -0
  211. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/orbit/base.py +0 -0
  212. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/orbit/physics.py +0 -0
  213. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/physical.py +0 -0
  214. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_builder/__init__.py +0 -0
  215. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_builder/config_handler.py +0 -0
  216. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
  217. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_builder/world_builder.py +0 -0
  218. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/__init__.py +0 -0
  219. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/basic.py +0 -0
  220. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/gas.py +0 -0
  221. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/layered.py +0 -0
  222. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/stellar.py +0 -0
  223. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/structures/world_types/tidal.py +0 -0
  224. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/__init__.py +0 -0
  225. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
  226. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
  227. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/dissipation.py +0 -0
  228. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
  229. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
  230. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
  231. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
  232. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
  233. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
  234. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
  235. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/heating.py +0 -0
  236. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
  237. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
  238. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
  239. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
  240. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
  241. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
  242. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
  243. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/love1d.py +0 -0
  244. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/methods/__init__.py +0 -0
  245. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/methods/base.py +0 -0
  246. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/methods/global_approx.py +0 -0
  247. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/methods/layered.py +0 -0
  248. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/__init__.py +0 -0
  249. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/collapse_modes.py +0 -0
  250. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
  251. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
  252. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
  253. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
  254. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
  255. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
  256. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
  257. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
  258. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
  259. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
  260. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
  261. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
  262. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
  263. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/mode_manipulation.py +0 -0
  264. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/modes/modes.py +0 -0
  265. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/__init__.py +0 -0
  266. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/displacements.py +0 -0
  267. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/heating.pxd +0 -0
  268. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/heating.pyx +0 -0
  269. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/sensitivity.pxd +0 -0
  270. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/sensitivity.pyx +0 -0
  271. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/multilayer/stress_strain.py +0 -0
  272. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/__init__.py +0 -0
  273. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
  274. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
  275. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
  276. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
  277. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
  278. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
  279. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
  280. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
  281. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/tides/universal_coeffs.py +0 -0
  282. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/toolbox/__init__.py +0 -0
  283. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/toolbox/quick_tides.py +0 -0
  284. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/__init__.py +0 -0
  285. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/__init__.py +0 -0
  286. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/interp.pxd +0 -0
  287. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/interp.pyx +0 -0
  288. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/interp_.cpp +0 -0
  289. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/arrays/interp_.hpp +0 -0
  290. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/__init__.py +0 -0
  291. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/base.py +0 -0
  292. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/base_x.pxd +0 -0
  293. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/base_x.pyx +0 -0
  294. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/config/__init__.py +0 -0
  295. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/config/config.py +0 -0
  296. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/model/__init__.py +0 -0
  297. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
  298. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/model/model.py +0 -0
  299. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/classes/model/model_utils.py +0 -0
  300. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/__init__.py +0 -0
  301. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/conversions.py +0 -0
  302. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
  303. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
  304. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/conversions/timing.py +0 -0
  305. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dictionary_utils.py +0 -0
  306. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dimensions/__init__.py +0 -0
  307. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
  308. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
  309. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/dimensions/nondimensional_.hpp +0 -0
  310. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/exoplanets/__init__.py +0 -0
  311. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/exoplanets/data_download.py +0 -0
  312. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/__init__.py +0 -0
  313. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/global_map.py +0 -0
  314. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/grid_plot.py +0 -0
  315. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
  316. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
  317. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
  318. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
  319. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
  320. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/graphics/planet_plot.py +0 -0
  321. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/__init__.py +0 -0
  322. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
  323. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
  324. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/integration/scipy_helper.py +0 -0
  325. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/io/__init__.py +0 -0
  326. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/io/pathing.py +0 -0
  327. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/io/progress.py +0 -0
  328. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/__init__.pxd +0 -0
  329. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/__init__.py +0 -0
  330. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/complex.pxd +0 -0
  331. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/complex.pyx +0 -0
  332. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/numba_special.py +0 -0
  333. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/numerics.pxd +0 -0
  334. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/numerics.pyx +0 -0
  335. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/special.pxd +0 -0
  336. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/math/special.pyx +0 -0
  337. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
  338. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
  339. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
  340. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
  341. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
  342. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/__init__.py +0 -0
  343. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/memory.py +0 -0
  344. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/numba.py +0 -0
  345. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/special/__init__.py +0 -0
  346. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/performance/special/factorial.py +0 -0
  347. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
  348. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/spherical_helper/mass.py +0 -0
  349. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/spherical_helper/volume.py +0 -0
  350. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/string_helper/__init__.py +0 -0
  351. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/string_helper/string_helper.py +0 -0
  352. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/types.py +0 -0
  353. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/types_x.pxd +0 -0
  354. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy/utilities/types_x.pyx +0 -0
  355. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/SOURCES.txt +0 -0
  356. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/dependency_links.txt +0 -0
  357. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/entry_points.txt +0 -0
  358. {tidalpy-0.6.5 → tidalpy-0.6.7}/TidalPy.egg-info/top_level.txt +0 -0
  359. {tidalpy-0.6.5 → tidalpy-0.6.7}/_build_tidalpy.py +0 -0
  360. {tidalpy-0.6.5 → tidalpy-0.6.7}/cython_extensions.json +0 -0
  361. {tidalpy-0.6.5 → tidalpy-0.6.7}/setup.cfg +0 -0
  362. {tidalpy-0.6.5 → tidalpy-0.6.7}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TidalPy
3
- Version: 0.6.5
3
+ Version: 0.6.7
4
4
  Summary: Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python
5
5
  Author-email: "Joe P. Renaud" <TidalPy@gmail.com>
6
6
  License-Expression: CC-BY-NC-SA-4.0
@@ -37,7 +37,7 @@ Requires-Dist: toml>=0.10.2
37
37
  Requires-Dist: dill>=0.3.2
38
38
  Requires-Dist: psutil>=5.8.0
39
39
  Requires-Dist: pathos>=0.2.0
40
- Requires-Dist: cyrk<0.14.0,>=0.13.5
40
+ Requires-Dist: cyrk<0.16.0,>=0.15.1
41
41
  Requires-Dist: astropy
42
42
  Requires-Dist: astroquery
43
43
  Requires-Dist: ipympl<0.10.0,>=0.9.6
@@ -81,7 +81,7 @@ Dynamic: license-file
81
81
 
82
82
  ---
83
83
 
84
- <a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.4 Alpha-orange" alt="TidalPy Version 0.6.5 Alpha" /></a>
84
+ <a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.7 Alpha-orange" alt="TidalPy Version 0.6.7 Alpha" /></a>
85
85
 
86
86
  **Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
87
87
 
@@ -105,7 +105,7 @@ Have any questions? Feel free to leave an [issue](https://github.com/jrenaud90/T
105
105
 
106
106
  ## Basic Installation
107
107
 
108
- Installing TidalPy is ass simple as ensuring 64-bit [Python 3.9+](https://www.python.org/) is installed on your
108
+ Installing TidalPy is as simple as ensuring 64-bit [Python 3.9+](https://www.python.org/) is installed on your
109
109
  system and performing the following in a terminal:
110
110
 
111
111
  `pip install TidalPy`
@@ -141,10 +141,12 @@ TidalPy offers the ability to make nice 2D plots using the [cartopy](https://sci
141
141
  3d projection map plotting. In turn, cartopy relies on [GEOS](https://trac.osgeo.org/geos/) which is not a python
142
142
  package and must be installed outside of pip.
143
143
 
144
- The easiest way to install cartopy is using an Anaconda environment by,
144
+ ### Installing Cartopy using `conda`
145
+ The easiest way to install cartopy is using a conda environment by,
145
146
 
146
147
  `conda install -c conda-forge cartopy`
147
148
 
149
+ ### Installing Cartopy using `pip`
148
150
  If you are not using a conda environment then you will need to find and install the GEOS binaries manually:
149
151
 
150
152
  **Windows:** [Follow instructions here](https://trac.osgeo.org/osgeo4w/)
@@ -162,8 +164,8 @@ _If you ran into a problem that is not listed below please [submit an issue](htt
162
164
  **Known Problems:**
163
165
  * The `setuptools` package is required before TidalPy can be installed. Usually it is automatically installed, but if
164
166
  you are starting with a clean virtual environment it may not have been.
165
- * For Anaconda: `conda install setuptools`
166
- * Or for regular Python: `pip install setuptools`
167
+ * For conda: `conda install setuptools`
168
+ * Or pip: `pip install setuptools`
167
169
 
168
170
  # How to Use TidalPy
169
171
 
@@ -224,7 +226,7 @@ letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
224
226
 
225
227
  # Acknowledgements
226
228
  TidalPy was partially developed with support from NASA Goddard Space Flight Center's
227
- Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy ISFM.
229
+ Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy ISFMs.
228
230
  TidalPy is partially based upon work supported by NASA under award number 80GSFC21M0002 and the
229
231
  Center for Research and Exploration in Space Science & Technology II (CRESST II) administered at the University of
230
232
  Maryland, College Park.
@@ -11,7 +11,7 @@
11
11
 
12
12
  ---
13
13
 
14
- <a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.4 Alpha-orange" alt="TidalPy Version 0.6.5 Alpha" /></a>
14
+ <a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.7 Alpha-orange" alt="TidalPy Version 0.6.7 Alpha" /></a>
15
15
 
16
16
  **Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
17
17
 
@@ -35,7 +35,7 @@ Have any questions? Feel free to leave an [issue](https://github.com/jrenaud90/T
35
35
 
36
36
  ## Basic Installation
37
37
 
38
- Installing TidalPy is ass simple as ensuring 64-bit [Python 3.9+](https://www.python.org/) is installed on your
38
+ Installing TidalPy is as simple as ensuring 64-bit [Python 3.9+](https://www.python.org/) is installed on your
39
39
  system and performing the following in a terminal:
40
40
 
41
41
  `pip install TidalPy`
@@ -71,10 +71,12 @@ TidalPy offers the ability to make nice 2D plots using the [cartopy](https://sci
71
71
  3d projection map plotting. In turn, cartopy relies on [GEOS](https://trac.osgeo.org/geos/) which is not a python
72
72
  package and must be installed outside of pip.
73
73
 
74
- The easiest way to install cartopy is using an Anaconda environment by,
74
+ ### Installing Cartopy using `conda`
75
+ The easiest way to install cartopy is using a conda environment by,
75
76
 
76
77
  `conda install -c conda-forge cartopy`
77
78
 
79
+ ### Installing Cartopy using `pip`
78
80
  If you are not using a conda environment then you will need to find and install the GEOS binaries manually:
79
81
 
80
82
  **Windows:** [Follow instructions here](https://trac.osgeo.org/osgeo4w/)
@@ -92,8 +94,8 @@ _If you ran into a problem that is not listed below please [submit an issue](htt
92
94
  **Known Problems:**
93
95
  * The `setuptools` package is required before TidalPy can be installed. Usually it is automatically installed, but if
94
96
  you are starting with a clean virtual environment it may not have been.
95
- * For Anaconda: `conda install setuptools`
96
- * Or for regular Python: `pip install setuptools`
97
+ * For conda: `conda install setuptools`
98
+ * Or pip: `pip install setuptools`
97
99
 
98
100
  # How to Use TidalPy
99
101
 
@@ -154,7 +156,7 @@ letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
154
156
 
155
157
  # Acknowledgements
156
158
  TidalPy was partially developed with support from NASA Goddard Space Flight Center's
157
- Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy ISFM.
159
+ Sellers Exoplanet Environments Collaboration (SEEC) and Geodesy ISFMs.
158
160
  TidalPy is partially based upon work supported by NASA under award number 80GSFC21M0002 and the
159
161
  Center for Research and Exploration in Space Science & Technology II (CRESST II) administered at the University of
160
162
  Maryland, College Park.
@@ -7,7 +7,7 @@ import TidalPy
7
7
 
8
8
 
9
9
  from TidalPy.constants import G, mass_trap1
10
- from TidalPy.rheology import Maxwell, Elastic
10
+ from TidalPy.rheology import Maxwell, Elastic, Newton
11
11
  from TidalPy.tides.modes.multilayer_modes import collapse_multilayer_modes
12
12
  from TidalPy.utilities.conversions import orbital_motion2semi_a
13
13
  from TidalPy.utilities.spherical_helper.volume import calculate_voxel_volumes
@@ -68,8 +68,8 @@ input_kwargs = {
68
68
  'shear_array' : shear_array,
69
69
  'bulk_viscosity_array' : bulk_viscosity_array,
70
70
  'shear_viscosity_array' : shear_viscosity_array,
71
- 'bulk_rheology_inst' : bulk_rheology_inst,
72
- 'shear_rheology_inst' : shear_rheology_inst,
71
+ 'bulk_rheology_inst_bylayer' : tuple([bulk_rheology_inst]),
72
+ 'shear_rheology_inst_bylayer': tuple([shear_rheology_inst]),
73
73
  'upper_radius_bylayer_array' : np.asarray((R,), dtype=np.float64),
74
74
  'density_array' : density_array,
75
75
  'longitude_matrix' : longitude_matrix,
@@ -548,6 +548,8 @@ def test_collapse_multilayer_modes_liquid_solid():
548
548
  input_kwargs_to_use['layer_types'] = ('liquid', 'solid')
549
549
  input_kwargs_to_use['is_static_bylayer'] = (True, False)
550
550
  input_kwargs_to_use['is_incompressible_bylayer'] = (True, False)
551
+ input_kwargs_to_use['bulk_rheology_inst_bylayer'] = (Elastic(), Elastic())
552
+ input_kwargs_to_use['shear_rheology_inst_bylayer'] = (Newton(), Maxwell())
551
553
  input_kwargs_to_use['upper_radius_bylayer_array'] = np.asarray((r_core, planet_R), dtype=np.float64)
552
554
 
553
555
  radius_array_to_use = np.concatenate((
@@ -182,7 +182,6 @@ def test_radial_solver_alma_compare(degree_l, use_prop_matrix):
182
182
  perform_checks=True
183
183
  )
184
184
  solution = radial_solver(*inputs, **kwarg_inputs)
185
-
186
185
  if not solution.success:
187
186
  raise AssertionError(solution.message)
188
187
 
@@ -206,3 +205,6 @@ def test_radial_solver_alma_compare(degree_l, use_prop_matrix):
206
205
  raise AssertionError(f'Failed at degree={degree_l} for Im[{name}]:: {imag_pctdiff} (TidalPy = {tpy_imag}; ALMA = {alma_imag}).')
207
206
 
208
207
  del solution
208
+
209
+ if __name__ == "__main__":
210
+ test_radial_solver_alma_compare(3, False)
@@ -1,6 +1,7 @@
1
1
  from libcpp cimport bool as cpp_bool
2
2
  from libcpp.vector cimport vector
3
- from libcpp.memory cimport shared_ptr
3
+ from libcpp.memory cimport unique_ptr
4
+ from libcpp.string cimport string as cpp_string
4
5
 
5
6
  cimport numpy as cnp
6
7
  cnp.import_array()
@@ -28,7 +29,7 @@ cdef extern from "eos_solution_.cpp" nogil:
28
29
  cpp_bool radius_array_set
29
30
  cpp_bool other_vecs_set
30
31
 
31
- char* message_ptr
32
+ cpp_string message
32
33
 
33
34
  size_t current_layers_saved
34
35
  size_t num_layers
@@ -51,7 +52,7 @@ cdef extern from "eos_solution_.cpp" nogil:
51
52
  double redim_pascal_scale
52
53
 
53
54
  vector[double] upper_radius_bylayer_vec
54
- vector[shared_ptr[CySolverResult]] cysolver_results_sptr_bylayer_vec
55
+ vector[unique_ptr[CySolverResult]] cysolver_results_uptr_bylayer_vec
55
56
  vector[size_t] steps_taken_vec
56
57
 
57
58
  vector[double] radius_array_vec
@@ -73,10 +74,8 @@ cdef extern from "eos_solution_.cpp" nogil:
73
74
  size_t radius_array_size
74
75
  )
75
76
 
76
- void save_cyresult(
77
- shared_ptr[CySolverResult] new_cysolver_result_sptr)
78
- void save_steps_taken(
79
- size_t steps_taken)
77
+ void save_cyresult(unique_ptr[CySolverResult] new_cysolver_result_uptr)
78
+ void save_steps_taken(size_t steps_taken)
80
79
 
81
80
  void call(
82
81
  const size_t layer_index,
@@ -1,7 +1,7 @@
1
- #include "eos_solution_.hpp"
2
1
  #include <exception>
3
2
  #include <cmath>
4
3
 
4
+ #include "eos_solution_.hpp"
5
5
 
6
6
  bool isclose(double a, double b)
7
7
  {
@@ -46,7 +46,7 @@ EOSSolutionCC::EOSSolutionCC(
46
46
  current_layers_saved(0),
47
47
  num_layers(num_layers)
48
48
  {
49
- this->cysolver_results_sptr_bylayer_vec.reserve(num_layers);
49
+ this->cysolver_results_uptr_bylayer_vec.reserve(num_layers);
50
50
  this->upper_radius_bylayer_vec.resize(num_layers);
51
51
 
52
52
  // Store the upper radius of each layer to make it easier to call interpolators later
@@ -59,14 +59,14 @@ EOSSolutionCC::EOSSolutionCC(
59
59
  EOSSolutionCC::~EOSSolutionCC( )
60
60
  {
61
61
  // Reset each shared pointer in the cysolver vector
62
- for (size_t i = 0; i < this->cysolver_results_sptr_bylayer_vec.size(); i++)
62
+ for (size_t i = 0; i < this->cysolver_results_uptr_bylayer_vec.size(); i++)
63
63
  {
64
- this->cysolver_results_sptr_bylayer_vec[i]->dense_vec.clear();
64
+ this->cysolver_results_uptr_bylayer_vec[i]->dense_vec.clear();
65
65
  // Reset this class reference to the shared pointer.
66
- this->cysolver_results_sptr_bylayer_vec[i].reset();
66
+ this->cysolver_results_uptr_bylayer_vec[i].reset();
67
67
  }
68
68
  // Clear all vectors
69
- this->cysolver_results_sptr_bylayer_vec.clear();
69
+ this->cysolver_results_uptr_bylayer_vec.clear();
70
70
  this->upper_radius_bylayer_vec.clear();
71
71
  this->radius_array_vec.clear();
72
72
  this->gravity_array_vec.clear();
@@ -78,11 +78,11 @@ EOSSolutionCC::~EOSSolutionCC( )
78
78
  this->complex_bulk_array_vec.clear();
79
79
  }
80
80
 
81
- void EOSSolutionCC::save_cyresult(std::shared_ptr<CySolverResult> new_cysolver_result_sptr)
81
+ void EOSSolutionCC::save_cyresult(std::unique_ptr<CySolverResult> new_cysolver_result_uptr)
82
82
  {
83
83
  // We will save a copy of the shared pointer to ensure that the underlying object does not get deconstructed as long
84
84
  // as this object is alive. We will also save the raw pointer for ease of access and performance.
85
- this->cysolver_results_sptr_bylayer_vec.push_back(new_cysolver_result_sptr);
85
+ this->cysolver_results_uptr_bylayer_vec.push_back(std::move(new_cysolver_result_uptr));
86
86
  this->current_layers_saved++;
87
87
  }
88
88
 
@@ -99,7 +99,7 @@ void EOSSolutionCC::call(
99
99
  {
100
100
  if (layer_index < this->current_layers_saved) [[likely]]
101
101
  {
102
- this->cysolver_results_sptr_bylayer_vec[layer_index]->call(radius, y_interp_ptr);
102
+ this->cysolver_results_uptr_bylayer_vec[layer_index]->call(radius, y_interp_ptr);
103
103
 
104
104
  if (this->nondim_status == 1)
105
105
  {
@@ -178,12 +178,12 @@ void EOSSolutionCC::change_radius_array(
178
178
  this->density_array_vec.clear();
179
179
  this->complex_shear_array_vec.clear();
180
180
  this->complex_bulk_array_vec.clear();
181
- for (size_t i = 0; i < this->cysolver_results_sptr_bylayer_vec.size(); i++)
181
+ for (size_t i = 0; i < this->cysolver_results_uptr_bylayer_vec.size(); i++)
182
182
  {
183
- this->cysolver_results_sptr_bylayer_vec[i]->dense_vec.clear();
184
- this->cysolver_results_sptr_bylayer_vec[i].reset();
183
+ this->cysolver_results_uptr_bylayer_vec[i]->dense_vec.clear();
184
+ this->cysolver_results_uptr_bylayer_vec[i].reset();
185
185
  }
186
- this->cysolver_results_sptr_bylayer_vec.clear();
186
+ this->cysolver_results_uptr_bylayer_vec.clear();
187
187
  this->current_layers_saved = 0;
188
188
 
189
189
  // Indicate that all vectors are cleared.
@@ -268,7 +268,7 @@ void EOSSolutionCC::interpolate_full_planet()
268
268
  }
269
269
 
270
270
  // Call interpolate using temp array as holder.
271
- this->cysolver_results_sptr_bylayer_vec[current_layer_index]->call(radius, y_interp_ptr);
271
+ this->cysolver_results_uptr_bylayer_vec[current_layer_index]->call(radius, y_interp_ptr);
272
272
 
273
273
  // Store results
274
274
  this->gravity_array_vec.push_back(y_interp_ptr[0]);
@@ -4,6 +4,7 @@
4
4
  #include <cstring>
5
5
  #include <vector>
6
6
  #include <memory>
7
+ #include <string>
7
8
 
8
9
  #include "cysolution.hpp" // Part of the CyRK python package. Header should be included in setup using CyRK.get_include()
9
10
 
@@ -29,7 +30,6 @@ class EOSSolutionCC
29
30
 
30
31
  // Attributes
31
32
  protected:
32
- char message[256] = { };
33
33
 
34
34
  public:
35
35
  int iterations = -1;
@@ -41,7 +41,7 @@ public:
41
41
  bool radius_array_set = false;
42
42
  bool other_vecs_set = false;
43
43
 
44
- char* message_ptr = &message[0];
44
+ std::string message = "No Message Set.";
45
45
  size_t current_layers_saved = 0;
46
46
  size_t num_layers = 0;
47
47
  size_t radius_array_size = 0;
@@ -64,7 +64,7 @@ public:
64
64
 
65
65
  // Store results from CyRK's cysolve_ivp.
66
66
  std::vector<double> upper_radius_bylayer_vec = std::vector<double>();
67
- std::vector<std::shared_ptr<CySolverResult>> cysolver_results_sptr_bylayer_vec = std::vector<std::shared_ptr<CySolverResult>>();
67
+ std::vector<std::unique_ptr<CySolverResult>> cysolver_results_uptr_bylayer_vec = std::vector<std::unique_ptr<CySolverResult>>();
68
68
  std::vector<size_t> steps_taken_vec = std::vector<size_t>();
69
69
 
70
70
  // Copy of user-provided radius array
@@ -101,7 +101,7 @@ public:
101
101
  size_t new_radius_size);
102
102
 
103
103
  // Save result of cysolve_ivp integration
104
- void save_cyresult(std::shared_ptr<CySolverResult> new_cysolver_result_sptr);
104
+ void save_cyresult(std::unique_ptr<CySolverResult> new_cysolver_result_uptr);
105
105
  void save_steps_taken(size_t steps_taken);
106
106
 
107
107
  // Call a specific layer's interpolate function.
@@ -1,15 +1,12 @@
1
1
  from libcpp.vector cimport vector
2
- from libcpp.memory cimport shared_ptr, unique_ptr
2
+ from libcpp.memory cimport unique_ptr
3
3
  from libcpp cimport bool as cpp_bool
4
4
 
5
- from CyRK cimport PreEvalFunc, CySolveOutput
5
+ from CyRK cimport PreEvalFunc, CySolveOutput, ODEMethod
6
6
 
7
7
  from TidalPy.Material.eos.ode cimport EOS_ODEInput
8
8
  from TidalPy.Material.eos.eos_solution cimport EOSSolutionCC, EOS_DY_VALUES
9
9
 
10
- ctypedef vector[CySolveOutput] CySolverResult_sptr_vec
11
- ctypedef shared_ptr[CySolverResult_sptr_vec] CySolverResult_sptr_vec_sptr
12
-
13
10
  cdef void solve_eos(
14
11
  EOSSolutionCC* eos_solution_ptr,
15
12
  vector[PreEvalFunc] eos_function_bylayer_ptr_vec,
@@ -17,10 +14,10 @@ cdef void solve_eos(
17
14
  double planet_bulk_density,
18
15
  double surface_pressure = *,
19
16
  double G_to_use = *,
20
- unsigned int integration_method = *,
17
+ ODEMethod integration_method = *,
21
18
  double rtol = *,
22
19
  double atol = *,
23
20
  double pressure_tol = *,
24
- unsigned int max_iters = *,
21
+ size_t max_iters = *,
25
22
  cpp_bool verbose = *
26
23
  ) noexcept nogil