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 to 3.4.0 #59

Merged
merged 117 commits into from
Jun 13, 2024
Merged

Update to 3.4.0 #59

merged 117 commits into from
Jun 13, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    1bf3664 View commit details
    Browse the repository at this point in the history
  2. Bump to 3.3.7

    llegregam committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5e1afb2 View commit details
    Browse the repository at this point in the history
  3. removed obelete TODO

    llegregam committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ee0f8b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8af3a72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a701111 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Sent logs to stream

    llegregam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2eb6165 View commit details
    Browse the repository at this point in the history
  2. Added test for monod model

    llegregam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d76c457 View commit details
    Browse the repository at this point in the history
  3. PEP8 cleanup

    llegregam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1c75a88 View commit details
    Browse the repository at this point in the history
  4. added logger

    llegregam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    01b8bf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62ca0ac View commit details
    Browse the repository at this point in the history
  6. added monod model test

    llegregam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1139570 View commit details
    Browse the repository at this point in the history
  7. Updated lock file

    llegregam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4a15e6a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05607b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ba82cf View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Refactoring

    llegregam committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3293cd4 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    llegregam committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3bad2b2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. IMPORTANT: Changed names "parameters_to_estimate" to "parameters"

    Changed "fixed_parameters" to "args"
    llegregam committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9ec6ea2 View commit details
    Browse the repository at this point in the history
  2. IMPORTANT: Changed names "parameters_to_estimate" to "parameters"

    Changed "fixed_parameters" to "args"
    llegregam committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5425ad2 View commit details
    Browse the repository at this point in the history
  3. refactoring

    llegregam committed May 7, 2024
    Configuration menu
    Copy the full SHA
    49ba17a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed52b89 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    0eeda1f View commit details
    Browse the repository at this point in the history
  2. Added data for model tests

    llegregam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4a369c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d704381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e3bbfa View commit details
    Browse the repository at this point in the history
  5. Fixed bug where t_lag wasn't actually being used in simulation. Made …

    …code clearer. Added clip on values beneath zero.
    llegregam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a1f4734 View commit details
    Browse the repository at this point in the history
  6. Fixed bug where t_lag wasn't actually being used in simulation. Made …

    …code clearer. Added clip on values beneath zero.
    llegregam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6310dd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a756f9 View commit details
    Browse the repository at this point in the history
  8. "model_name" to "name"

    llegregam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9e89f31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    000b744 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11a2a0b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ebb39f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. refactoring

    llegregam committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8135088 View commit details
    Browse the repository at this point in the history
  2. removed clipping of simulated dataframe.

    Fixed bug in model name attribute
    llegregam committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ad17060 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f58a454 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac24491 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e10007 View commit details
    Browse the repository at this point in the history
  6. Changed some methods to static

    refactoring
    llegregam committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e92b75c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48b0169 View commit details
    Browse the repository at this point in the history
  8. type-hint

    llegregam committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3b7050f View commit details
    Browse the repository at this point in the history
  9. finished tests

    llegregam committed May 15, 2024
    Configuration menu
    Copy the full SHA
    52e6ce5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47d06e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e14a6c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd49622 View commit details
    Browse the repository at this point in the history
  13. fix model 1

    pierremillard committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0d23773 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Refactoring

    llegregam committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b3ddf50 View commit details
    Browse the repository at this point in the history
  2. Made large matrix be created with shape defined by length of the time…

    … vector
    
    Fixed bug where log level was not being taken into account
    llegregam committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5392d17 View commit details
    Browse the repository at this point in the history
  3. Fixed test data

    llegregam committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8892ed0 View commit details
    Browse the repository at this point in the history
  4. refactored

    llegregam committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9e57b2d View commit details
    Browse the repository at this point in the history
  5. updated gitignore

    llegregam committed May 16, 2024
    Configuration menu
    Copy the full SHA
    befe34c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    998fd8a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    9a9a224 View commit details
    Browse the repository at this point in the history
  2. Removed logs from __init__

    llegregam committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b02cfee View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    llegregam committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2866c73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e6d678 View commit details
    Browse the repository at this point in the history
  5. Fixed tests

    llegregam committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2486d81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2896c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cd6781 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    9a97c54 View commit details
    Browse the repository at this point in the history
  2. Spacing

    llegregam committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5811214 View commit details
    Browse the repository at this point in the history
  3. PEP8

    llegregam committed May 21, 2024
    Configuration menu
    Copy the full SHA
    382a635 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58 from MetaSys-LISBP/dev_config_data_selector

    Dev config data selector
    llegregam committed May 21, 2024
    Configuration menu
    Copy the full SHA
    17c6d09 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fixed config parser path input prompting.

    changed results folder to use the name of data file
    llegregam committed May 22, 2024
    Configuration menu
    Copy the full SHA
    31e5e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3666fbf View commit details
    Browse the repository at this point in the history
  3. Made function for generating logger

    made new dataframe for printing results in GUI and put into expanders the printed dfs
    llegregam committed May 22, 2024
    Configuration menu
    Copy the full SHA
    35de5d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87d0f08 View commit details
    Browse the repository at this point in the history
  5. Update to 3.4.0

    llegregam committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5ec3db9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08b8fa8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf3435d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Updated some logs

    llegregam committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0c80396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9917fa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594b535 View commit details
    Browse the repository at this point in the history
  4. Adding aic_c

    Fixed small bug in build_logger
    llegregam committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8d5aef8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Added AIC & AICc

    Added debug logs for MC & changed var name in for loop
    llegregam committed May 24, 2024
    Configuration menu
    Copy the full SHA
    27089ab View commit details
    Browse the repository at this point in the history
  2. Added AIC & AICc

    llegregam committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0bca475 View commit details
    Browse the repository at this point in the history
  3. Added AIC & AICc

    llegregam committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c551197 View commit details
    Browse the repository at this point in the history
  4. Updated docs for 3.4.0

    llegregam committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3fdea86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f7ae09 View commit details
    Browse the repository at this point in the history
  6. Added repr ConfigParser

    llegregam committed May 24, 2024
    Configuration menu
    Copy the full SHA
    dfe2999 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. update doc

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ed64584 View commit details
    Browse the repository at this point in the history
  2. update doc

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d4167a7 View commit details
    Browse the repository at this point in the history
  3. update doc

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    11dd851 View commit details
    Browse the repository at this point in the history
  4. update doc

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7a25c59 View commit details
    Browse the repository at this point in the history
  5. update doc

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2f4a43b View commit details
    Browse the repository at this point in the history
  6. update doc

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f9afc98 View commit details
    Browse the repository at this point in the history
  7. update doc

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    748d3e3 View commit details
    Browse the repository at this point in the history
  8. update readme

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3b40df1 View commit details
    Browse the repository at this point in the history
  9. update doc typo

    pierremillard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4370561 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. update tests

    pierremillard committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a5585e1 View commit details
    Browse the repository at this point in the history
  2. Added AIC to overview

    llegregam committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e60effd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c5894 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a09efe0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56d36ee View commit details
    Browse the repository at this point in the history
  6. Clean up FAQ

    llegregam committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0e66d82 View commit details
    Browse the repository at this point in the history
  7. PEP8

    llegregam committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ed8b8fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d492b7 View commit details
    Browse the repository at this point in the history
  9. Set rtol back to 1e-3

    llegregam committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fa1004a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c31f040 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. update validation data

    pierremillard committed May 30, 2024
    Configuration menu
    Copy the full SHA
    34cedea View commit details
    Browse the repository at this point in the history
  2. update validation data

    pierremillard committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b537c09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    846b94b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bd1f4e View commit details
    Browse the repository at this point in the history
  5. update validation doc

    pierremillard committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ba3953b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. change test name

    pierremillard committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6398fd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Updated CLI

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    32dceab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997baf2 View commit details
    Browse the repository at this point in the history
  3. Added some debug logs

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    217d39f View commit details
    Browse the repository at this point in the history
  4. Added flake8 to tox

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    610e053 View commit details
    Browse the repository at this point in the history
  5. PEP8

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    36efb9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    608c963 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    476bc55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1c154f View commit details
    Browse the repository at this point in the history
  9. bugfix

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    45f079b View commit details
    Browse the repository at this point in the history
  10. added import

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    80d2bfd View commit details
    Browse the repository at this point in the history
  11. removed CI on python 3.8

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8590159 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b8c384 View commit details
    Browse the repository at this point in the history
  13. Removed macos tests

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e2c0d82 View commit details
    Browse the repository at this point in the history
  14. flake8 linting

    llegregam committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    118d48e View commit details
    Browse the repository at this point in the history