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

Release 1.3.0 #107

Merged
merged 29 commits into from
Dec 4, 2023
Merged

Release 1.3.0 #107

merged 29 commits into from
Dec 4, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    3b909fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c28053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    094a6c6 View commit details
    Browse the repository at this point in the history
  4. Update plotting.py

    alles ging mis..
    martinvonk committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a20ba0e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. check _d and _a for steptrend and linear trend

    should also fix #98
    martinvonk committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5e807a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Sep 7, 2023

  1. add apply func #99 + two fixes

    - add apply function
    - add test
    - import from tqdm.auto
    
    fixes
    - add modelnames kwarg to modelstat plot
    - support stress as dictionary in get_model_timeseries_names
    dbrakenhoff committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3b8bb0b View commit details
    Browse the repository at this point in the history
  2. add docstring

    dbrakenhoff committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    15f3bcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c919a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #100 from pastas/applyfunc

    add apply func #99 + two fixes
    dbrakenhoff authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2799b64 View commit details
    Browse the repository at this point in the history
  5. fix variable name

    OnnoEbbens committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c006bce View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. add default Connector

    add some type hints
    make imports more explicit
    dbrakenhoff committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    c0d9b8b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request #103 from pastas/default_connector

    add default Connector
    dbrakenhoff authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6cf415f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. fix for comment

    OnnoEbbens committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fb7523a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. improve empty library

    - delete oseries_models when deleting models to avoid old models being stored in link dictionary
    dbrakenhoff committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9281957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6767be3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #101 from pastas/gw_signatures

    Gw signatures
    dbrakenhoff authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d3ded76 View commit details
    Browse the repository at this point in the history
  4. black

    dbrakenhoff committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8d90e16 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #106 from pastas/add_get_extent

    add get_extent() to PastaStore
    dbrakenhoff authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2b66f79 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #105 from pastas/improve_empty_library

    improve empty library
    dbrakenhoff authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fee2fd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. add buffer kwarg to extent

    - make it easy to get a slightly larger extent
    dbrakenhoff committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a4ffe3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fc459f View commit details
    Browse the repository at this point in the history
  3. version

    dbrakenhoff committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d6d44e7 View commit details
    Browse the repository at this point in the history
  4. apply should return dict, not DataFrame

    - e.g. when getting contributions from models
    dbrakenhoff committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0ec3a44 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. improve default Connectors

    - add default dictconnector to from_zip
    - ensure new connector instance is created for each new PastaStore.
    - improve documentation
    dbrakenhoff committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3c434f6 View commit details
    Browse the repository at this point in the history
  2. codacy

    dbrakenhoff committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    38e6a49 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix for #108

    OnnoEbbens committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a4a2bc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from pastas/108-problems-with-float-to-int-co…

    …nversion-when-reading-pastastore-from-zip
    
    fix for #108
    dbrakenhoff authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cdd964d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. ruff

    dbrakenhoff committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    07a0eb2 View commit details
    Browse the repository at this point in the history