ras-commander 0.79.0__py3-none-any.whl → 0.79.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.
@@ -651,7 +651,7 @@ class RasUnsteady:
651
651
  formatted_values = []
652
652
  for i in range(0, len(df), 10):
653
653
  row = df['Value'].iloc[i:i+10]
654
- formatted_row = ''.join(f'{value:8.0f}' for value in row)
654
+ formatted_row = ''.join(f'{value:8.2f}' for value in row)
655
655
  formatted_values.append(formatted_row + '\n')
656
656
 
657
657
  # Replace old table with new formatted values
ras_commander/__init__.py CHANGED
@@ -10,7 +10,7 @@ try:
10
10
  __version__ = version("ras-commander")
11
11
  except PackageNotFoundError:
12
12
  # package is not installed
13
- __version__ = "0.79.0"
13
+ __version__ = "0.79.1"
14
14
 
15
15
  # Set up logging
16
16
  setup_logging()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ras-commander
3
- Version: 0.79.0
3
+ Version: 0.79.1
4
4
  Summary: A Python library for automating HEC-RAS 6.x operations
5
5
  Home-page: https://github.com/gpt-cmdr/ras-commander
6
6
  Author: William M. Katzenmeyer, P.E., C.F.M.
@@ -41,9 +41,11 @@ RAS Commander is a Python library for automating HEC-RAS operations, providing a
41
41
 
42
42
  *[Check out the ASFPM Presentation on RAS-Commander Here](https://drive.google.com/file/d/1kX0twae8NrpLwR0iQ0Dmd8zAXdq-pYXD/view)*
43
43
 
44
- ## Repository Author:
45
- [William Katzenmeyer, P.E., C.F.M.](https://engineeringwithllms.info)
46
- -----
44
+ ## Repository Author
45
+
46
+ **[William Katzenmeyer, P.E., C.F.M.](https://engineeringwithllms.info)**
47
+ Owner & Vice President, [CLB Engineering Corporation](https://clbengineering.com/)
48
+
47
49
 
48
50
  ## Don't Ask Me, Ask a GPT!
49
51
 
@@ -22,11 +22,11 @@ ras_commander/RasGeo.py,sha256=u2HUkFrPnMc6Z7jD4PHM4YV3nwTZqMi4QIoNDQ7Rjug,21671
22
22
  ras_commander/RasMap.py,sha256=OqUaMmNRw6opVBxkCAYd--pEE1gZE-Y5SPyoaX2ulMg,19791
23
23
  ras_commander/RasPlan.py,sha256=ogIpLqawXTsjLnKRZTqzZydn_EFVJZFZZGgHvJ_t_-c,65408
24
24
  ras_commander/RasPrj.py,sha256=oXPWuNC_403mUfqyysXyBVul0Xtz_0SKDxZdj4fvNYU,63448
25
- ras_commander/RasUnsteady.py,sha256=TO08CT2GC4G5rcXO_Wbia2t4PhiWRu9-nC9F0IW7Gyo,37187
25
+ ras_commander/RasUnsteady.py,sha256=PdQQMiY7Mz1EsOQk6ygFQtlC2sFEa96Ntg-pznWVpLQ,37187
26
26
  ras_commander/RasUtils.py,sha256=0fm4IIs0LH1dgDj3pGd66mR82DhWLEkRKUvIo2M_5X0,35886
27
- ras_commander/__init__.py,sha256=sd0ei6EQBUoBKiP8DQZfwhUXY1Wr4r4ubEKKqaCAIlI,2039
28
- ras_commander-0.79.0.dist-info/licenses/LICENSE,sha256=_pbd6qHnlsz1iQ-ozDW_49r86BZT6CRwO2iBtw0iN6M,457
29
- ras_commander-0.79.0.dist-info/METADATA,sha256=aNL6rjWX_mmG2XIBXLu6QubymBPoXRJPlbwPAP1jT_0,27855
30
- ras_commander-0.79.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
- ras_commander-0.79.0.dist-info/top_level.txt,sha256=i76S7eKLFC8doKcXDl3aiOr9RwT06G8adI6YuKbQDaA,14
32
- ras_commander-0.79.0.dist-info/RECORD,,
27
+ ras_commander/__init__.py,sha256=5r0T1cibt856Doy31IvPTxmB5SmXlg_7YqbhSNMw4pM,2039
28
+ ras_commander-0.79.1.dist-info/licenses/LICENSE,sha256=_pbd6qHnlsz1iQ-ozDW_49r86BZT6CRwO2iBtw0iN6M,457
29
+ ras_commander-0.79.1.dist-info/METADATA,sha256=xsMCcQyX6Yr4TxJi4Qp5qwNzuTjh1aHgccgIGAkrrK8,27941
30
+ ras_commander-0.79.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
+ ras_commander-0.79.1.dist-info/top_level.txt,sha256=i76S7eKLFC8doKcXDl3aiOr9RwT06G8adI6YuKbQDaA,14
32
+ ras_commander-0.79.1.dist-info/RECORD,,