Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SINTEF/oteapi-optimade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: SINTEF/oteapi-optimade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 16 commits
  • 40 files changed
  • 4 contributors

Commits on Jul 18, 2022

  1. Use SINTEF/ci-cd pre-commit hooks (#69)

    Use SINTEF/ci-cd pre-commit hooks.
    
    Use basic tests from SINTEF/ci-cd.
    
    Change to use `ci-cd` from SINTEF instead of CasperWA.
    CasperWA authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    fc78fed View commit details
    Browse the repository at this point in the history
  2. [Auto-generated] Update dependencies (#73)

    Update dependencies in `pyproject.toml` (#70)
    TEAM4-0 authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    cdcbb19 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. [Auto-generated] Update dependencies (#75)

    Update dependencies:
    
    * Update dependencies in `pyproject.toml` (#74, #76)
    * [Auto-generated] Check & update dependencies (`pyproject.toml`) (#77)
    
    Fix FontAwesome reference.
    
    Update `pre-commit` hooks.
    
    Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
    TEAM4-0 and CasperWA authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f7d25ac View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. [Auto-generated] Update dependencies (#79)

    Update dependencies in `pyproject.toml`.
    Update `pre-commit` hooks.
    
    Add timeouts to requests calls.
    
    Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
    TEAM4-0 and CasperWA authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3b87daa View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. [Auto-generated] Update dependencies (#81)

    Update dependencies in `pyproject.toml` (#80).
    Update `pre-commit` hooks.
    TEAM4-0 authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2d9411e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Update input keywords for SINTEF/ci-cd workflows (#85)

    Revert to using legacy Python docs parser.
    
    Update `dev` extras, removing `tomlkit`.
    
    Update to the latest SINTEF/ci-cd pre-commit hook.
    CasperWA authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    64dae20 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. [Auto-generated] Update dependencies (#87)

    Update dependencies:
    * Update dependencies in `pyproject.toml` (#83, #86)
    
    Use --recursive=yes for pylint - tests.
    See https://pylint.pycqa.org/en/latest/user_guide/usage/run.html#on-module-packages-or-directories
    for more information on why.
    
    Update `pre-commit` hooks.
    
    Cast exceptions to str in test file.
    
    Use simplified ref for SINTEF/ci-cd pre-commit hook.
    
    Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
    TEAM4-0 and CasperWA authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f438472 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Update pre-commit hooks (#88)

    TEAM4-0 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    1f472d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. [Auto-generated] Update dependencies (#93)

    Update dependencies in `pyproject.toml` (#90, #91, #92)
    Update `pre-commit` hooks.
    TEAM4-0 authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    59e34e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. [Auto-generated] Update dependencies (#97)

    Update dependencies:
    
    * Update dependencies in `pyproject.toml` (#94, #95, #96)
    
    Update `pre-commit` hooks.
    
    Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
    TEAM4-0 and CasperWA authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3ccbca3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. [Auto-generated] Update dependencies (#101)

    Update dependencies in `pyproject.toml` (#98, #99, #100)
    Update `pre-commit` hooks.
    TEAM4-0 authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    2af7f18 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update to SINTEF/ci-cd v2 (#105)

    Use the currently latest v2.2.1.
    Update how inputs are listed for CI/CD workflows.
    
    Remove safety ignore for NumPy.
    This issue has been fixed. See
    numpy/numpy#19038
    for more information.
    CasperWA authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e6d6a45 View commit details
    Browse the repository at this point in the history
  2. [Auto-generated] Update dependencies (#106)

    Update dependencies in `pyproject.toml` (#102, #103)
    Update `pre-commit` hooks.
    TEAM4-0 authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6981ec7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Support DLite (#109)

    Use latest SINTEF/ci-cd callable workflows
    
    Avoid TYPE_CHECKING blocks for coverage.
    
    Minor code base fixes:
    - Fix documentation rendering for lists in API doc-strings.
    - Update end2end_test.py according to updated dev tools guidelines.
    
    Concerning mypy. Pydantic v1 and mypy are not being updated properly.
    The latest working version of mypy with Pydantic v1 is v1.0.1, hence,
    mypy should henceforth be fixed to this version. See
    pydantic/pydantic#5192
    for more information.
    
    Create DLite entities for OPTIMADE Structures.
    Implement DLite parser for OPTIMADE.
    Implement support for DLite in the Resource strategy.
    CasperWA authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    efbe464 View commit details
    Browse the repository at this point in the history
  2. [Auto-generated] Update dependencies (#112)

    Update dependencies in `pyproject.toml` (#107, #111)
    
    Update GH Actions:
    
    * Bump SINTEF/ci-cd from 2.2.1 to 2.3.0 (#108)
    
    Update `pre-commit` hooks.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    TEAM4-0 and dependabot[bot] authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0d29124 View commit details
    Browse the repository at this point in the history
  3. Release v0.3.0 - Changelog

    TEAM4-0 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    eac78e5 View commit details
    Browse the repository at this point in the history
Loading