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 v24.9.1 #502

Merged
merged 53 commits into from
Sep 18, 2024
Merged

Release v24.9.1 #502

merged 53 commits into from
Sep 18, 2024

Commits on Aug 14, 2024

  1. Thermal parameters removed for non-thermal Thevenin example, example …

    …files added for single pulse and multi-pulse HPPC data fitting, a thermal submodel is also added. Folder created to keep data files for running example cases.
    Dibyendu-IITKGP committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f9446ed View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    2dcad41 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/pybop-team/PyBOP into 43…

    …7-add-thermal-thevenin-example-remove-params-from-others
    Dibyendu-IITKGP committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    75d66b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbce777 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0225270 View commit details
    Browse the repository at this point in the history
  5. Merge branch '437-add-thermal-thevenin-example-remove-params-from-oth…

    …ers' of https://github.com/pybop-team/PyBOP into 437-add-thermal-thevenin-example-remove-params-from-others
    Dibyendu-IITKGP committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ec30ff7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd4404d View commit details
    Browse the repository at this point in the history
  7. import openpyxl added

    Dibyendu-IITKGP committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    34f5520 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f226bd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 27, 2024

  1. Adds parameter specific sigma0, moves initial_state to model.build() …

    …for performance, small fixes/formating to notebooks
    BradyPlanden committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ed4f6a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Updts to README.md

    BradyPlanden committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    266d0a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge pull request #493 from pybop-team/main

    Main -> develop
    BradyPlanden committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1361e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b9883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c802e6e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix: updates fail_gradient for GaussianLogLikelihood, fixes missed co…

    …st transformation arg in scipy_optimisers.py, updates transformation integration tests
    BradyPlanden committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6a0d838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad8ffe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #496 from pybop-team/490-shift-scheduled-tests-to-…

    …early-gmt
    
    Shift scheduled test workflow
    BradyPlanden committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7d07f4a View commit details
    Browse the repository at this point in the history
  4. refactor: adds join_parameters() setter in BaseCost to replace direct…

    … call to parameters.join(). Updts. fail_gradient within setter.
    BradyPlanden committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a3293ed View commit details
    Browse the repository at this point in the history
  5. Merge pull request #501 from pybop-team/392-add-weppner-huggins-model…

    …-to-readme
    
    Updates to README.md
    BradyPlanden committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d5c7b3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ca7fa6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bffce70 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge branch 'refs/heads/develop' into 437-add-thermal-thevenin-examp…

    …le-remove-params-from-others
    
    # Conflicts:
    #	examples/notebooks/equivalent_circuit_identification.ipynb
    BradyPlanden committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7a9b049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26d5ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    769734e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    201451e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32cf455 View commit details
    Browse the repository at this point in the history
  6. tests: adds test_cost_transformations.py unit tests, adds `BaseCost.b…

    …uild()` initial_state dict keys to docstring
    BradyPlanden committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e978cda View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    6569eaa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #495 from pybop-team/492-bug-fix-transformations-f…

    …or-gaussianloglikelihood
    
    Transformation fixes
    martinjrobins committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2062c2f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    dafa3c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2adc629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edaa711 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    261271d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f88c5c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6429a3 View commit details
    Browse the repository at this point in the history
  7. chore: update pre-commit hooks

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.6.4...v0.6.5)
    pre-commit-ci[bot] committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e256cbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    017d926 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge pull request #506 from pybop-team/pre-commit-ci-update-config

    chore: update pre-commit hooks
    BradyPlanden committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e8c9fbe View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    BradyPlanden committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a9ec9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f6a8fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    412bc30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    522845c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23b3731 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed457ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8029e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78a4f47 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #460 from pybop-team/437-add-thermal-thevenin-exam…

    …ple-remove-params-from-others
    
    Notebook example files added for ECM and folder structure updated.
    BradyPlanden committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    051e57e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd0b889 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f926ef View commit details
    Browse the repository at this point in the history
  13. Merge pull request #507 from pybop-team/all-contributors/add-Dibyendu…

    …-IITKGP
    
    docs: add Dibyendu-IITKGP as a contributor for example
    BradyPlanden committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    782b57f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #505 from pybop-team/bugfixes-for-logposterior-tra…

    …nsformations
    
    Fixes for LogPosterior w/ GaussianLogLikelihood
    BradyPlanden committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    764bfb0 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'refs/heads/develop' into release-v24.9.1

    # Conflicts:
    #	noxfile.py
    BradyPlanden committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b8b8f45 View commit details
    Browse the repository at this point in the history