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

Add impulse response functions to all rfunc #472

Merged
merged 36 commits into from
Jan 19, 2023
Merged

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    95ceee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4998a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c73602a View commit details
    Browse the repository at this point in the history
  4. updated notebook

    mbakker7 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cfcffc2 View commit details
    Browse the repository at this point in the history
  5. add use_raw_function_name arg to latexfun decorator

    useful for function names with underscore _ such as polder_function
    martinvonk committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e89824a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. added impulse response for DoubleExponential and FourParam

    Edelman still not finished
    mbakker7 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d43d44a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    80341a3 View commit details
    Browse the repository at this point in the history
  2. implement kraijenhoff van de leur impulse response first try

    fix pi problem
    implement kraijenhoff vd leur impulse response (does not fully work yet)
    martinvonk committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d7087a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd39319 View commit details
    Browse the repository at this point in the history
  4. Update decorators.py

    formatting related
    martinvonk committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9ecfa9c View commit details
    Browse the repository at this point in the history
  5. add impulse for kraijenhoff

    based on bruggeman equation 133.15
    martinvonk committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a5224f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    822ed8f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Change init signatures and attribute setting

    This is how it should have been implemented I think.
    raoulcollenteur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9f7c830 View commit details
    Browse the repository at this point in the history
  2. Merge branch '453-impulse-rfunc' of https://github.com/pastas/pastas

    …into 453-impulse-rfunc
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    379475f View commit details
    Browse the repository at this point in the history
  3. rename _set_init_parameter_settings to update_rfunc_settings

    Method had nothing to do with parameters, I think new name is better. Internal method, so changing can be done without issues.
    raoulcollenteur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1b36f11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    943d172 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07c7bbd View commit details
    Browse the repository at this point in the history
  6. fixed Kraijenhoff impulse

    mbakker7 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    dc84b78 View commit details
    Browse the repository at this point in the history
  7. Merge branch '453-impulse-rfunc' of https://github.com/pastas/pastas

    …into 453-impulse-rfunc
    mbakker7 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8e1956d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72b25cc View commit details
    Browse the repository at this point in the history
  9. final fix Kraijenhoff impulse

    Sum now looks nice latexified.
    @martinvonk needs to remove some of the Kraijenhoff derivation
    mbakker7 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6d12a3e View commit details
    Browse the repository at this point in the history
  10. Merge branch '453-impulse-rfunc' of https://github.com/pastas/pastas

    …into 453-impulse-rfunc
    mbakker7 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9cdc41d View commit details
    Browse the repository at this point in the history
  11. Update rfunc.py

    remove old impulse_kraijenhoff
    add nterms as keyword argument to kraijenhoff impulse
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    53af26a View commit details
    Browse the repository at this point in the history
  12. Update check_response_functions.ipynb

    update documentation on kraijenhoff
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    047738d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b7926c View commit details
    Browse the repository at this point in the history
  14. Update check_response_functions.ipynb

    black formatting
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    472ed80 View commit details
    Browse the repository at this point in the history
  15. Update rfunc.py

    remove nterms as keyword argument
    fix impulse fourparam since A is not used but called
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    eab10c9 View commit details
    Browse the repository at this point in the history
  16. Update check_response_functions.ipynb

    call plt.show() such that readthedocs shows figures. figures are not shown in readthedocs otherwise because black formatting does not accept a semicolumn.
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    17af48a View commit details
    Browse the repository at this point in the history
  17. Fix docs for rfuncs

    raoulcollenteur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    bdd821a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e5a664 View commit details
    Browse the repository at this point in the history
  19. fix fourparam and show figures in rtd

    i tried to be clever with fourparam but failed :)
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    5e8ed3e View commit details
    Browse the repository at this point in the history
  20. fix bug in calling get_tmax for 4param

    and make functions call more explicit
    raoulcollenteur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    698a2d9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    25f2dcd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b4f0137 View commit details
    Browse the repository at this point in the history
  23. Update rfunc.py

    remove unnecessary latexify identifier
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9759061 View commit details
    Browse the repository at this point in the history
  24. fix @dbrakenhoff comments

    -remove Decorator type since it is essentialy a function
    - fix weird indent in docstring
    - fix response_functions notebook
    martinvonk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1ef5c59 View commit details
    Browse the repository at this point in the history