py-pilecore 0.5.0__py3-none-any.whl → 0.5.1__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: py-pilecore
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: Public python SDK for the CEMS PileCore web-API.
5
5
  License: MIT License
6
6
 
@@ -1,5 +1,5 @@
1
1
  pypilecore/__init__.py,sha256=oJvwYShj_7FyNVlUgQda4tTdYyLIi5H1asdiS_uYt9M,162
2
- pypilecore/_version.py,sha256=ihglxmOxUftWzqblC7ih-DQT5e6K6Y3Em4xrgDSPEZg,175
2
+ pypilecore/_version.py,sha256=qHUIQ-gDL6kMjSnoprXjr-A8s8rwQzYqD2YFXvLDtHs,175
3
3
  pypilecore/api.py,sha256=QwwHXR6HYtrF-gCHQWLvMHZnTxf5fjTlWI2cGfYSkUc,7165
4
4
  pypilecore/exceptions.py,sha256=-MZOfsxyHLCI0k1-wZFfVsMxc1lya5buuhLks5rxlCo,89
5
5
  pypilecore/plot_utils.py,sha256=rK5_067-4-x7LzZgt_t6ahcGrZInxNrqHqsy0RzCnq8,954
@@ -22,12 +22,12 @@ pypilecore/input/soil_properties.py,sha256=VZHGGmns768XPLjMTVwQDpy3f0LDFG0AwbKVf
22
22
  pypilecore/results/__init__.py,sha256=ggTI2QzILhX_oNx1YMOih6IVCkBFg8I5-Jyn9Sw3_h0,389
23
23
  pypilecore/results/grouper_result.py,sha256=HcjLbnD3wt28CtIACD1OSoyJRmfu5x8Qv2BdDMpvgyY,30952
24
24
  pypilecore/results/load_settlement.py,sha256=EbfTrSvH_g96KE-x8ZjmO8D0mt5KFaQ_-AR8u4blLsU,9752
25
- pypilecore/results/multi_cpt_results.py,sha256=9gVHrmwIAUe2Unc9AXA0uC1oWFktjqRHiBrl8UyUbTo,30932
25
+ pypilecore/results/multi_cpt_results.py,sha256=dCV2VTRuReCt8J1MAfjqgboq2nNJ7r2OPPJ9DqTp4Io,30943
26
26
  pypilecore/results/post_processing.py,sha256=UWXcdff5dhPFDwzKbVIayEIp3HX6pxW8oQR3Z7AHPn0,22262
27
- pypilecore/results/single_cpt_results.py,sha256=irNqsL_cBKUh-QEmWC216KZjkv9MAZkaiLTvDDlEt20,17448
28
- pypilecore/results/soil_properties.py,sha256=Mcwz23PcaIW1xKLabMUSfIeKCTBli7ouuZPfT5dfrb4,20722
29
- py_pilecore-0.5.0.dist-info/LICENSE,sha256=3OCAZXffN0Bettjeya8uF_ZYegyvvCfH1WUt6CrHb_0,1061
30
- py_pilecore-0.5.0.dist-info/METADATA,sha256=ry_vC3BrPQFooH82u-Dd26KBHM3hlremSgEYrSMvLYI,5832
31
- py_pilecore-0.5.0.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
32
- py_pilecore-0.5.0.dist-info/top_level.txt,sha256=7BKIWZuSkbQtJ0ho5P1JvcaEbHzqADCcBuOduZmIaiI,11
33
- py_pilecore-0.5.0.dist-info/RECORD,,
27
+ pypilecore/results/single_cpt_results.py,sha256=37zzsAO60JQX44cbqHoZgkdGdGIC_HvxM9em-oldo7o,17459
28
+ pypilecore/results/soil_properties.py,sha256=UfPdB3L1fCjp7iDr7b0iUs_RDBi8WhSPngF8rtfxqdo,20744
29
+ py_pilecore-0.5.1.dist-info/LICENSE,sha256=3OCAZXffN0Bettjeya8uF_ZYegyvvCfH1WUt6CrHb_0,1061
30
+ py_pilecore-0.5.1.dist-info/METADATA,sha256=OfOdXssrUV1zAUbyIVrqUhTY8O3wl9G9zaPDZPB8Z6o,5832
31
+ py_pilecore-0.5.1.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
32
+ py_pilecore-0.5.1.dist-info/top_level.txt,sha256=7BKIWZuSkbQtJ0ho5P1JvcaEbHzqADCcBuOduZmIaiI,11
33
+ py_pilecore-0.5.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (74.1.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
pypilecore/_version.py CHANGED
@@ -4,4 +4,4 @@ try:
4
4
  __version__ = version("py-pilecore")
5
5
  # during CI
6
6
  except PackageNotFoundError:
7
- __version__ = "0.5.0"
7
+ __version__ = "0.5.1"
@@ -215,7 +215,7 @@ class CPTGroupResultsTable:
215
215
  @lru_cache
216
216
  def to_pandas(self) -> pd.DataFrame:
217
217
  """The pandas.DataFrame representation"""
218
- return pd.DataFrame(self.__dict__).dropna(axis=1)
218
+ return pd.DataFrame(self.__dict__).dropna(axis=0, how="all")
219
219
 
220
220
  def plot_bearing_capacities(
221
221
  self,
@@ -170,7 +170,7 @@ class CPTResultsTable:
170
170
 
171
171
  def to_pandas(self) -> pd.DataFrame:
172
172
  """Get the pandas.DataFrame representation"""
173
- return pd.DataFrame(self.__dict__).dropna(axis=1)
173
+ return pd.DataFrame(self.__dict__).dropna(axis=0, how="all")
174
174
 
175
175
 
176
176
  class SingleCPTBearingResults:
@@ -122,7 +122,7 @@ class LayerTable:
122
122
  @lru_cache
123
123
  def to_pandas(self) -> pd.DataFrame:
124
124
  """The pandas.DataFrame representation"""
125
- return pd.DataFrame(self.__dict__).dropna(axis=1)
125
+ return pd.DataFrame(self.__dict__).dropna(axis=0, how="all")
126
126
 
127
127
 
128
128
  class CPTTable:
@@ -205,7 +205,7 @@ class CPTTable:
205
205
  @lru_cache
206
206
  def to_pandas(self) -> pd.DataFrame:
207
207
  """The pandas.DataFrame representation"""
208
- return pd.DataFrame(self.__dict__).dropna(axis=1)
208
+ return pd.DataFrame(self.__dict__).dropna(axis=0, how="all")
209
209
 
210
210
  def plot_qc(
211
211
  self,