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: CogStack/cogstack-nlp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: medcat-den/v0.3.0
Choose a base ref
...
head repository: CogStack/cogstack-nlp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 20, 2025

  1. CU-869awj4r1: medcat-trainer (chore): update dep (#183)

    Co-authored-by: Tom Searle <tom@cogstack.org>
    tomolopolis and Tom Searle authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    16c182e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90598ed View commit details
    Browse the repository at this point in the history
  3. CU-869awnz6y: Allow both halves of v1 tests to run in a 45 minute win…

    …dow. (#186)
    
    They would normally (i.e last successful run) run for a total of around 25 minutes. And the first half would take around 23.5 minutes.
    Looks like the first half is now taking more than 25 minutes, which makes it fail. However, the 2nd half seems to take only around 1 minute (53 seconds in last successful run), so the total doesn't need to be that high.
    mart-r authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    f556d5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0437f41 View commit details
    Browse the repository at this point in the history
  5. CU-869awpaf3: (chore): medcat-trainer: remove cdb_utils, fix vestigia…

    …l medcat-v2 migration issues (#188)
    
    Co-authored-by: Tom Searle <tom@cogstack.org>
    tomolopolis and Tom Searle authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    0bb0906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0aa13c6 View commit details
    Browse the repository at this point in the history
  7. medcattrainer (chore): client update release, compose cfgs (#190)

    Co-authored-by: Tom Searle <tom@cogstack.org>
    tomolopolis and Tom Searle authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    03f30e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. build: bump the actions-deps group with 3 updates (#191)

    Bumps the actions-deps group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    Updates `astral-sh/setup-uv` from 3 to 7
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v3...v7)
    
    Updates `actions/setup-node` from 5 to 6
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions-deps
    - dependency-name: astral-sh/setup-uv
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions-deps
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    2bee1c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. CU-869awy4ux: Set pretend version before installation of package. (#192)

    This should fix the installation picking up (and trying to infer a version) from tags unrelated to medcat-den.
    
    Currently, the workflow is picking up trainer's medcat-trainer/v3.1.0 tag and getting confused since that does not work for the regex (which expected medcat-den/v*).
    And as such, the workflow is failing. See for example:
    https://github.com/CogStack/cogstack-nlp/actions/runs/18660829454/job/53200931476
    mart-r authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    6e00e23 View commit details
    Browse the repository at this point in the history
Loading