ras-commander 0.71.0__tar.gz → 0.72.0__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.
- {ras_commander-0.71.0/ras_commander.egg-info → ras_commander-0.72.0}/PKG-INFO +2 -2
- {ras_commander-0.71.0 → ras_commander-0.72.0}/README.md +1 -1
- ras_commander-0.72.0/ras_commander/HdfInfiltration.py +696 -0
- ras_commander-0.72.0/ras_commander/RasGeo.py +524 -0
- ras_commander-0.72.0/ras_commander/RasMap.py +252 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/RasPrj.py +19 -1
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/__init__.py +1 -1
- {ras_commander-0.71.0 → ras_commander-0.72.0/ras_commander.egg-info}/PKG-INFO +2 -2
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander.egg-info/SOURCES.txt +1 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/setup.py +1 -1
- ras_commander-0.71.0/ras_commander/HdfInfiltration.py +0 -416
- ras_commander-0.71.0/ras_commander/RasGeo.py +0 -380
- {ras_commander-0.71.0 → ras_commander-0.72.0}/LICENSE +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/pyproject.toml +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/Decorators.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfBase.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfBndry.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfFluvialPluvial.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfMesh.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfPipe.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfPlan.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfPlot.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfPump.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfResultsMesh.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfResultsPlan.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfResultsPlot.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfResultsXsec.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfStruc.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfUtils.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/HdfXsec.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/LoggingConfig.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/RasCmdr.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/RasExamples.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/RasPlan.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/RasUnsteady.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander/RasUtils.py +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander.egg-info/dependency_links.txt +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander.egg-info/requires.txt +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/ras_commander.egg-info/top_level.txt +0 -0
- {ras_commander-0.71.0 → ras_commander-0.72.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ras-commander
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.72.0
|
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.
|
@@ -59,7 +59,7 @@ This repository has several methods of interaction with Large Language Models an
|
|
59
59
|
The RAS-Commander library Assistant is a full-featured interface for multi-turn conversations, using your own API keys and the ras-commander library for context. The library assistant allows you to load your own scripts and chat with specific examples and/or function classes in the RAS-Commander library to effectively utilize the library's functions in your workflow. To reduce hallucinations, a file browser is included which adds full files to the conversation to ensure grounded responses. A dashboard shows you the total context and estimated cost of each request. **Now with support for Claude 3.7, OpenAI's o1 and o3-mini, and Deepseek V3 and R1 models using US-based Together.ai, and available as a standalone windows executable that runs within the repository**
|
60
60
|
|
61
61
|
|
62
|
-
8. **[RAS Commander Library Assistant on ChatGPT](https://chatgpt.com/g/g-TZRPR3oAO-ras-commander-library-assistant)**: A specialized ChatGPT "GPT" with access to the ras-commander codebase and library, available for answering queries and providing code suggestions. You can even upload your own plan, unsteady and HDF files to inspect and help determine how to automate your workflows or visualize your results. _NOTE: GPT's are still quite limited by OpenAI's GPT frameworks and may not be useful for long conversations. Code interpreter cannot run HEC-RAS but can open and view smaller HDF files and projects for demonstration
|
62
|
+
8. **[RAS Commander Library Assistant on ChatGPT](https://chatgpt.com/g/g-TZRPR3oAO-ras-commander-library-assistant)**: A specialized ChatGPT "GPT" with access to the ras-commander codebase and library, available for answering queries and providing code suggestions. You can even upload your own plan, unsteady and HDF files to inspect and help determine how to automate your workflows or visualize your results. _NOTE: GPT's are still quite limited by OpenAI's GPT frameworks and may not be useful for long conversations. Code interpreter cannot run HEC-RAS but can [open and view smaller HDF files and projects for demonstration purposes](https://chatgpt.com/share/67e7cdb7-49e0-8010-bbac-61d2c54d473f)_
|
63
63
|
|
64
64
|
|
65
65
|
## Background
|
@@ -26,7 +26,7 @@ This repository has several methods of interaction with Large Language Models an
|
|
26
26
|
The RAS-Commander library Assistant is a full-featured interface for multi-turn conversations, using your own API keys and the ras-commander library for context. The library assistant allows you to load your own scripts and chat with specific examples and/or function classes in the RAS-Commander library to effectively utilize the library's functions in your workflow. To reduce hallucinations, a file browser is included which adds full files to the conversation to ensure grounded responses. A dashboard shows you the total context and estimated cost of each request. **Now with support for Claude 3.7, OpenAI's o1 and o3-mini, and Deepseek V3 and R1 models using US-based Together.ai, and available as a standalone windows executable that runs within the repository**
|
27
27
|
|
28
28
|
|
29
|
-
8. **[RAS Commander Library Assistant on ChatGPT](https://chatgpt.com/g/g-TZRPR3oAO-ras-commander-library-assistant)**: A specialized ChatGPT "GPT" with access to the ras-commander codebase and library, available for answering queries and providing code suggestions. You can even upload your own plan, unsteady and HDF files to inspect and help determine how to automate your workflows or visualize your results. _NOTE: GPT's are still quite limited by OpenAI's GPT frameworks and may not be useful for long conversations. Code interpreter cannot run HEC-RAS but can open and view smaller HDF files and projects for demonstration
|
29
|
+
8. **[RAS Commander Library Assistant on ChatGPT](https://chatgpt.com/g/g-TZRPR3oAO-ras-commander-library-assistant)**: A specialized ChatGPT "GPT" with access to the ras-commander codebase and library, available for answering queries and providing code suggestions. You can even upload your own plan, unsteady and HDF files to inspect and help determine how to automate your workflows or visualize your results. _NOTE: GPT's are still quite limited by OpenAI's GPT frameworks and may not be useful for long conversations. Code interpreter cannot run HEC-RAS but can [open and view smaller HDF files and projects for demonstration purposes](https://chatgpt.com/share/67e7cdb7-49e0-8010-bbac-61d2c54d473f)_
|
30
30
|
|
31
31
|
|
32
32
|
## Background
|