DamClients

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed for consistency the initialization process

Related to Issue [MWDAM-1752]

Added tests to check the imports

Related to Issue [MWDAM-1752]

Typo of path corrected

Related to Issue [MWDAM-1752]

Added import for all dam dataclasses

Related to Issue [MWDAM-1752]

Parameters names added also type hints added to serialize functions

Related to Issue [MWDAM-1738]

Added segment in the python interface

Related to Issue [MWDAM-1739]

    • -0
    • +80
    ./DamPythonInterface/trunk/src/tests/test_segment.py
Added soil profile 1d in the dataframe

Related to Issue [MWDAM-1740]

    • -0
    • +90
    ./DamPythonInterface/trunk/src/tests/test_soilprofile1D.py
Documentation issues fixed

Related to Issue [MWDAM-1741]

File for unit test added

Related to Issue [MWDAM-1742]

AquiferSoils added to the data frame

Related to Issue [MWDAM-1742]

Added stability parameters to the framework

Related to Issue [MWDAM-1741]

    • -0
    • +92
    ./DamPythonInterface/trunk/src/tests/test_stability_parameters.py
Typo corrected

Related to Issue [MWDAM-1738]

Added soil class in python interface

Related to Issue [MWDAM-1738]

    • -0
    • +77
    ./DamPythonInterface/trunk/src/tests/test_soil.py
Build should contain absolute path

Path in the conf.py fixed

Related to Issue [MWDAM-1737]

    • -1
    • +1
    ./DamPythonInterface/trunk/doc/source/conf.py
Removed redundant line

Related to Issue [MWDAM-1737]

    • -1
    • +0
    ./DamPythonInterface/trunk/doc/source/conf.py
Added sphinx to python packages and changed bat file command so that it run from the correct environment

Related to Issue [MWDAM-1737]

    • -0
    • +1
    ./DamPythonInterface/trunk/src/pyproject.toml
    • -1
    • +378
    ./DamPythonInterface/trunk/src/poetry.lock
Added text in README file. Deleted unused folders

Related to Issue [MWDAM-1743]

    • -0
    • +1
    ./DamPythonInterface/trunk/src/README.rst
Added licenses-header to all files

Related to Issue [MWDAM-1743]

    • -0
    • +22
    ./DamPythonInterface/trunk/src/tests/utils.py
    • -0
    • +22
    ./DamPythonInterface/trunk/doc/source/conf.py
Added test data for DAM UI to be used to check against D-Stability for integration test of StixFileWriter.

Related to Issue [MWDAM-1749]

Added documentation bat file so that virtual environment is build in TC

Related to Issue [MWDAM-1737]

    • -0
    • +2
    ./DamPythonInterface/trunk/doc/build_documentation.bat
Added path to the documentation

Related to Issue [MWDAM-1737]

    • -0
    • +1
    ./DamPythonInterface/trunk/doc/source/conf.py
Added SurfaceLines documentation

Corrected packages

Related to Issue [MWDAM-1737]

    • -0
    • +280
    ./DamPythonInterface/trunk/src/poetry.lock
    • -10
    • +14
    ./DamPythonInterface/trunk/doc/source/conf.py
    • -0
    • +20
    ./DamPythonInterface/trunk/doc/source/dev/input.rst
  1. ./DamPythonInterface/trunk/doc/source/dev
    • -0
    • +4
    ./DamPythonInterface/trunk/src/pyproject.toml
Added SurfaceLines class in the dam python interface

Related to Issue [MWDAM-1737]

  1. ./DamPythonInterface/trunk/src/tests/test_data
    • -0
    • +149
    ./DamPythonInterface/trunk/src/tests/test_surface_line.py
    • -0
    • +41
    ./DamPythonInterface/trunk/src/tests/test_input.py
  2. ./DamPythonInterface/trunk/src/tests/test_output
Moved requirements.txt

Related to Issue [MWDAM-1743]

    • binary
    ./DamPythonInterface/trunk/requirements.txt
    • binary
    ./DamPythonInterface/trunk/src/requirements.txt
Rename folder

Related to Issue [MWDAM-1743]

    • -0
    • +35
    ./DamPythonInterface/trunk/doc/make.bat
    • -0
    • +62
    ./DamPythonInterface/trunk/doc/source/conf.py
    • -0
    • +20
    ./DamPythonInterface/trunk/doc/Makefile
    • -35
    • +0
    ./DamPythonInterface/trunk/docs/make.bat
    • -62
    • +0
    ./DamPythonInterface/trunk/docs/source/conf.py
  1. … 3 more files in changeset.
Added requirements.txt to the project

Related to Issue [MWDAM-1743]

    • binary
    ./DamPythonInterface/trunk/requirements.txt
Move docs and src directory to trunk

Related to Issue [MWDAM-1743]

    • -0
    • +35
    ./DamPythonInterface/trunk/docs/make.bat
    • -0
    • +0
    ./DamPythonInterface/trunk/src/README.rst
    • -0
    • +112
    ./DamPythonInterface/trunk/src/tests/utils.py
    • -0
    • +62
    ./DamPythonInterface/trunk/docs/source/conf.py
  1. … 21 more files in changeset.
Add branches/tags/trunk directory structure

Related to Issue [MWDAM-1743]

First commit of all directories

Related to Issue [MWDAM-1743]

    • -0
    • +0
    ./DamPythonInterface/src/README.rst
    • -0
    • +14
    ./DamPythonInterface/src/pyproject.toml
  1. ./DamPythonInterface/src/dampythoninterface
    • -0
    • +7
    ./DamPythonInterface/src/tests/test_dampythonframework.py
    • -0
    • +0
    ./DamPythonInterface/src/tests/__init__.py
    • -0
    • +20
    ./DamPythonInterface/docs/Makefile
    • -0
    • +35
    ./DamPythonInterface/docs/make.bat
  2. ./DamPythonInterface/docs/source/_templates
    • -0
    • +20
    ./DamPythonInterface/docs/source/index.rst
  3. … 4 more files in changeset.
Added DamPythonInterface directory

Related to Issue [MWDAM-1743]