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

Merge dev to main #32

Merged
merged 40 commits into from
Mar 22, 2024
Merged

Merge dev to main #32

merged 40 commits into from
Mar 22, 2024

Commits on Feb 1, 2023

  1. update env

    RobFirth committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    64f46c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

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

Commits on Feb 6, 2023

  1. Merge remote-tracking branch 'origin' into 14-pylint-error-checking-t…

    …hrows-exeption-due-to-deprecation-warning
    RobFirth committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    dfee47f View commit details
    Browse the repository at this point in the history
  2. using JSONReporter

    RobFirth committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2f8cebb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    52d39f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d97f586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    758a6bf View commit details
    Browse the repository at this point in the history
  4. Update lint.yml

    print python version
    RobFirth authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b4de2b8 View commit details
    Browse the repository at this point in the history
  5. use v3 of checkout

    RobFirth committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4a10c03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85b234c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdbd0d3 View commit details
    Browse the repository at this point in the history
  8. downgrade ubuntu

    RobFirth committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    11731e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a73d799 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90fe615 View commit details
    Browse the repository at this point in the history
  11. expand vars in other stages

    RobFirth committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    ca4818b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf34a57 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9978dcd View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Merge pull request #24 from stfc/23-update-mypy

    update mypy and package version
    RobFirth authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    19c940e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5356f24 View commit details
    Browse the repository at this point in the history
  3. update workflow

    RobFirth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9e9c77a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #28 from stfc/27-update-to-regex-2022118-to-enable…

    …-use-of-langchain-openai
    
    27 update to regex 2022118 to enable use of langchain openai
    RobFirth authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    61649a3 View commit details
    Browse the repository at this point in the history
  5. bump version to 0.3.6

    RobFirth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    91e4671 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30 from stfc/29-version-bump-following-27

    bump version to 0.3.6
    RobFirth authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    83c49bc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dev' into 14-pylint-error-checking-throws-exeption-due-…

    …to-deprecation-warning
    RobFirth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    dea6dca View commit details
    Browse the repository at this point in the history
  8. ruff reformat

    RobFirth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6ced5a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02fc85e View commit details
    Browse the repository at this point in the history
  10. use correct version

    RobFirth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    925e39f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #15 from stfc/14-pylint-error-checking-throws-exep…

    …tion-due-to-deprecation-warning
    
    remove epylint dependency and use updated API
    RobFirth authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d4593de View commit details
    Browse the repository at this point in the history
  12. update to v0.3.7

    RobFirth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8f8fc77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bafce78 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Change { to {{

    alexgregory1 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4c91051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ab2a7d View commit details
    Browse the repository at this point in the history
  3. Update version in index.rst

    Co-authored-by: Robert Firth <robert.firth@stfc.ac.uk>
    Alex-JG3 and RobFirth authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    70bbecb View commit details
    Browse the repository at this point in the history
  4. Add pylint as a dependency

    Pylint requires a version of python in the range >=3.8 and <4.0 so the
    python range also has to be made more strict.
    Alex-JG3 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8664390 View commit details
    Browse the repository at this point in the history
  5. Upgrade poetry version

    Alex-JG3 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    af8eb4c View commit details
    Browse the repository at this point in the history
  6. Change src for ruff.

    Co-authored-by: Robert Firth <robert.firth@stfc.ac.uk>
    Alex-JG3 and RobFirth authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5bc2ada View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    0881409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a213b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dfbea8 View commit details
    Browse the repository at this point in the history
  4. Upgrade black

    Alex-JG3 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1c1657e View commit details
    Browse the repository at this point in the history