py-pilecore 0.9.0__tar.gz → 0.9.1__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.
Potentially problematic release.
This version of py-pilecore might be problematic. Click here for more details.
- {py_pilecore-0.9.0/src/py_pilecore.egg-info → py_pilecore-0.9.1}/PKG-INFO +1 -1
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/pyproject.toml +1 -1
- {py_pilecore-0.9.0 → py_pilecore-0.9.1/src/py_pilecore.egg-info}/PKG-INFO +1 -1
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/_version.py +1 -1
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/input/grouper_properties.py +1 -1
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/compression/multi_cpt_results.py +1 -1
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/post_processing.py +1 -1
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/tension/multi_cpt_results.py +1 -1
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/LICENSE +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/README.md +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/setup.cfg +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/py_pilecore.egg-info/SOURCES.txt +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/py_pilecore.egg-info/dependency_links.txt +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/py_pilecore.egg-info/requires.txt +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/py_pilecore.egg-info/top_level.txt +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/api.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/components/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/components/common.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/components/rectangle.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/components/round.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/main.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/materials.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/grid.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/main.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/type.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/exceptions.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/input/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/input/multi_cpt.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/input/soil_properties.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/input/tension.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/plot_utils.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/cases_multi_cpt_results.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/compression/single_cpt_results.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/grouper_result.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/load_settlement.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/result_definitions.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/soil_properties.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/tension/single_cpt_results.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/typing.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/utils.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/interactive_figures/__init__.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/interactive_figures/figure_cpt_group_results_versus_ptls.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_plan_view.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_versus_ptls.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/interactive_figures/utils.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/viewer_cpt_group_results.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/viewer_cpt_results.py +0 -0
- {py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py +0 -0
|
@@ -223,7 +223,7 @@ def create_grouper_payload(
|
|
|
223
223
|
|
|
224
224
|
# validate pile tip levels
|
|
225
225
|
raw_lengths = [
|
|
226
|
-
frozenset(np.round(values,
|
|
226
|
+
frozenset(np.round(values, 2)) for values in pile_tip_level_object.values()
|
|
227
227
|
]
|
|
228
228
|
if len(list(set(raw_lengths))) > 1:
|
|
229
229
|
msg = "The PileCore grouper requires all CPTs to have a valid bearing capacity for all pile tip levels. \n"
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/compression/multi_cpt_results.py
RENAMED
|
@@ -409,7 +409,7 @@ class SingleCPTCompressionBearingResultsContainer:
|
|
|
409
409
|
|
|
410
410
|
cpt_results_df = pd.concat(df_list)
|
|
411
411
|
cpt_results_df = cpt_results_df.assign(
|
|
412
|
-
pile_tip_level_nap=cpt_results_df.pile_tip_level_nap.round(
|
|
412
|
+
pile_tip_level_nap=cpt_results_df.pile_tip_level_nap.round(2)
|
|
413
413
|
)
|
|
414
414
|
|
|
415
415
|
return cpt_results_df
|
|
@@ -368,7 +368,7 @@ class MaxBearingResults:
|
|
|
368
368
|
|
|
369
369
|
cpt_results_df = pd.concat(df_list)
|
|
370
370
|
cpt_results_df = cpt_results_df.assign(
|
|
371
|
-
pile_tip_level_nap=cpt_results_df.pile_tip_level_nap.round(
|
|
371
|
+
pile_tip_level_nap=cpt_results_df.pile_tip_level_nap.round(2)
|
|
372
372
|
)
|
|
373
373
|
|
|
374
374
|
return cpt_results_df
|
|
@@ -286,7 +286,7 @@ class SingleCPTTensionBearingResultsContainer:
|
|
|
286
286
|
|
|
287
287
|
cpt_results_df = pd.concat(df_list)
|
|
288
288
|
cpt_results_df = cpt_results_df.assign(
|
|
289
|
-
pile_tip_level_nap=cpt_results_df.pile_tip_level_nap.round(
|
|
289
|
+
pile_tip_level_nap=cpt_results_df.pile_tip_level_nap.round(2)
|
|
290
290
|
)
|
|
291
291
|
|
|
292
292
|
return cpt_results_df
|
|
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
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/components/__init__.py
RENAMED
|
File without changes
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/components/common.py
RENAMED
|
File without changes
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/components/rectangle.py
RENAMED
|
File without changes
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/common/piles/geometry/components/round.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
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/compression/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/results/tension/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/interactive_figures/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-0.9.0 → py_pilecore-0.9.1}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py
RENAMED
|
File without changes
|