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: bluebinary/semanticpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.9
Choose a base ref
...
head repository: bluebinary/semanticpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on May 8, 2026

  1. Bump black from 26.1.0 to 26.3.1 (#29)

    Bumps [black](https://github.com/psf/black) from 26.1.0 to 26.3.1.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@26.1.0...26.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-version: 26.3.1
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2026
    Configuration menu
    Copy the full SHA
    e9c621b View commit details
    Browse the repository at this point in the history
  2. Bump pytest from 8.3.0 to 9.0.3 (#30)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.0 to 9.0.3.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.0...9.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 9.0.3
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2026
    Configuration menu
    Copy the full SHA
    fb75a99 View commit details
    Browse the repository at this point in the history
  3. Item Comparison (#31)

    Added support for comparing items (instances of the `Node` class) based
    on their properties and property values; this is useful with regards to
    the appending behaviours added previously to support determining if a
    comparable item is already in the list or not.
    
    Updated the unit testing to check that items are considered both by
    identity and by equality when the appending behaviour is set to unique
    item appending.
    
    Incremented the SemanticPy library version number to `1.3.0`.
    bluebinary authored May 8, 2026
    Configuration menu
    Copy the full SHA
    60da61a View commit details
    Browse the repository at this point in the history
Loading