Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master-branch to Pastas 1.0: Arrabiata #529

Merged
merged 100 commits into from
Feb 6, 2023
Merged

Update master-branch to Pastas 1.0: Arrabiata #529

merged 100 commits into from
Feb 6, 2023

Commits on Jan 9, 2023

  1. update dev-branch to v0.23.0b

    - drop official python 3.7 support
    - add python 3.11 support
    raoulcollenteur committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    b56f3b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. wait with Python 3.11 support

    As noted by @martinvonk , Numba is not ready yet, let's try again before the next release.
    raoulcollenteur committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    7acc504 View commit details
    Browse the repository at this point in the history
  2. bump minimum scipy to 1.8 to fix #177

    Bumped minimum Scipy function to 1.8 to fix issue #177. Closes #177
    raoulcollenteur committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4e2b8b0 View commit details
    Browse the repository at this point in the history
  3. Implement Type Hints (#441)

    Co-authored-by: Raoul Collenteur <raoulcollenteur@gmail.com>
    martinvonk and raoulcollenteur committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    900a182 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b5e8f View commit details
    Browse the repository at this point in the history
  5. update contributing.rst

    - reference black
    - travis -> GitHub Actions
    - remove release notes step (this is automated now)
    dbrakenhoff committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    08fe3d7 View commit details
    Browse the repository at this point in the history
  6. 454 Add .gitattribute file for linguist settings (#456)

    - ignore .pas files since they are recognized as Pascal language
    - count Jupyter Notebooks as Python language
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a366d4b View commit details
    Browse the repository at this point in the history
  7. remove ReservoirModel and StressModel2

    - Move ReservoirModel to separate branch for future development
    - Remove StressModel2, will throw Error with instructions when used (#421).
    raoulcollenteur committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9c67ffd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32df37c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    881a2b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f58ed5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d6c6e3 View commit details
    Browse the repository at this point in the history
  12. introduce new validate_timeseries method

    This method can be used by users and stress models to thoroughly check the user-provided time series that are stresses (not oseries).
    raoulcollenteur committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    81550df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b866e3 View commit details
    Browse the repository at this point in the history
  14. Revert "introduce new validate_timeseries method"

    This reverts commit 81550df.
    raoulcollenteur committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fc2ff9f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Transition to pyproject.toml (#443)

    Co-authored-by: dbrakenhoff <d.brakenhoff@artesia-water.nl>
    martinvonk and dbrakenhoff committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    00054dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a8312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59e85ab View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. update ci

    only print files failing black formatting check.
    dbrakenhoff committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5b2ed08 View commit details
    Browse the repository at this point in the history
  2. Delete reservoir.py

    raoulcollenteur committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    fa3cb5a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. 442 fix python-publish.yml and improve version.py (#461)

    Co-authored-by: dbrakenhoff <d.brakenhoff@artesia-water.nl>
    martinvonk and dbrakenhoff committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0f37d1e View commit details
    Browse the repository at this point in the history
  2. Update pull_request_template.md

    Add black formatting (#448) and removing NB output to PR list.
    raoulcollenteur committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    8039221 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    afcfd36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db33a67 View commit details
    Browse the repository at this point in the history
  3. 455 only allow pandas series as user input (#459)

    Co-authored-by: dbrakenhoff <d.brakenhoff@artesia-water.nl>
    raoulcollenteur and dbrakenhoff committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    0521b51 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    264b584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30bf8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860b2fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b99e933 View commit details
    Browse the repository at this point in the history
  5. Format docstring for rfunc, solver, and decorators

    Update after black
    raoulcollenteur committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    dceeaa2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    530417c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9214752 View commit details
    Browse the repository at this point in the history
  8. Fix all warnings on RTD

    And stop running notebooks in groundwater_paper folder for RTD built.
    raoulcollenteur committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    9053ff0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    0cdb7a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    043c31b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf1da48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eaa94a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84bedbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75fbb60 View commit details
    Browse the repository at this point in the history
  6. fix #473 (#474)

    dbrakenhoff committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    5218cd6 View commit details
    Browse the repository at this point in the history
  7. Add impulse response functions to all rfunc (#472)

    Co-authored-by: Martin Vonk <vonk.mart@gmail.com>
    Co-authored-by: Mark Bakker <markbak@gmail.com>
    3 people committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d1f56bf View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update __init__.py

    Remove Edelman It was added in branch 453 for testing purpose only, but was not removed again before the merge.
    mbakker7 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4bb0c5f View commit details
    Browse the repository at this point in the history
  2. Update check_response_functions.ipynb

    Removed Edelman from notebook as it is not imported by Pastas (and will likely be removed entirely in the future)
    mbakker7 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ba9a4c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Add a warning when fit_constanc is False and transform is used

    fixes issue #444
    Also, update example_transform.py
    rubencalje committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    62cede5 View commit details
    Browse the repository at this point in the history
  2. 460 enhancement streamline time series pre processing utilities (#467)

    Co-authored-by: Raoul Collenteur <raoulcollenteur@gmail.com>
    Co-authored-by: Ruben Caljé <r.calje@artesia-water.nl>
    Co-authored-by: Martin Vonk <vonk.mart@gmail.com>
    4 people committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    db86460 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e09217f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11e1ddd View commit details
    Browse the repository at this point in the history
  5. Fix example gallery

    raoulcollenteur committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3d1ca76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96a8269 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    b6faec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4426ea1 View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    raoulcollenteur committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    7686544 View commit details
    Browse the repository at this point in the history
  4. change meanstress to gain_scale_factor (#483)

    Co-authored-by: Martin Vonk <vonk.mart@gmail.com>
    raoulcollenteur and martinvonk committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    db6f953 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20190c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d48f37 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    702a6bd View commit details
    Browse the repository at this point in the history
  2. Delete B28H1808_2.pas

    File was replaced by a pastas 0.22.0 version and unused since.
    raoulcollenteur committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c894dbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4546b93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f1b663 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    622e9f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8b4bdd View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    c17740b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b1f359 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Solver as instance instead of classes (#487)

    Co-authored-by: Martin Vonk <vonk.mart@gmail.com>
    Co-authored-by: Mark Bakker <markbak@gmail.com>
    3 people committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f15f5ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    436c35b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a2e2fe View commit details
    Browse the repository at this point in the history
  4. codacy

    dbrakenhoff committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e3fe33b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ec899e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13e8913 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b31a66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7f7ff6 View commit details
    Browse the repository at this point in the history
  9. update tarso file

    raoulcollenteur committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5f661b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc63420 View commit details
    Browse the repository at this point in the history
  11. Update 01_basic_model.ipynb

    Series recharge was given name "recharge" so that the given warning about nan values actually refers to a series with a name.
    mbakker7 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    13a5b0b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    460c425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e67cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7277990 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caac841 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58f9708 View commit details
    Browse the repository at this point in the history
  6. Dynamic versioning (#507)

    martinvonk committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6ab8205 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a906fd View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    e212dcd View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Fix TarsoModel

    rubencalje committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c448676 View commit details
    Browse the repository at this point in the history
  2. Update example_tarso.py

    rubencalje committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    38364d3 View commit details
    Browse the repository at this point in the history
  3. Update timeseries.py

    raoulcollenteur committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4bd4b3d View commit details
    Browse the repository at this point in the history
  4. fix black formatting

    raoulcollenteur committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    63c9127 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7df0c3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00ccb0b View commit details
    Browse the repository at this point in the history
  7. Fix bug #510 (#520)

    raoulcollenteur committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f9c04c9 View commit details
    Browse the repository at this point in the history
  8. Improve testing routine and GitHub CI (#515)

    Co-authored-by: Martin Vonk <vonk.mart@gmail.com>
    Co-authored-by: Martin Vonk <66305055+martinvonk@users.noreply.github.com>
    3 people committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    864d54f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Update metrics.py (#521)

    Co-authored-by: Mark Bakker <markbak@gmail.com>
    raoulcollenteur and mbakker7 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    d6a927b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c3eec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    292d402 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8419b18 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Pastas docs 1.0 (#502)

    Co-authored-by: Martin Vonk <vonk.mart@gmail.com>
    Co-authored-by: Mark Bakker <markbak@gmail.com>
    Co-authored-by: dbrakenhoff <d.brakenhoff@artesia-water.nl>
    4 people committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1fb9fc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b70b792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f327b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    183463b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62cb803 View commit details
    Browse the repository at this point in the history
  6. Update metrics.py

    raoulcollenteur committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9a4c525 View commit details
    Browse the repository at this point in the history