Skip to content

Conversation

@PyDataBlog
Copy link
Owner


name: Pull Request
about: Propose a change to the project
title: "fix(ci): add git cliff output to release notes"
labels: ""
assignees: ""


Description

Release notes are currently released without the generated change log related to the latest release. This commit attempts to fix it.

Fixes (#49)

Type of change

  • fix(ci): Re-add git cliff output to release notes

How Has This Been Tested?

N/A

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@PyDataBlog PyDataBlog self-assigned this Nov 20, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.29%. Comparing base (a268b02) to head (1b56686).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   43.29%   43.29%           
=======================================
  Files          15       15           
  Lines        2446     2446           
=======================================
  Hits         1059     1059           
  Misses       1387     1387           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

Benchmark Results

This file is automatically generated by the CI. Do not edit manually.

System Specifications

  • OS: Linux 6.11.0-1018-azure
  • Architecture: x86_64
  • CPU Model: x86_64
  • CPU Cores: 4 logical, 2 physical
  • Memory: 15.62 GB

Insert Benchmark

language backend ngram_size mean stddev iterations
c++ simstring (C++ CLI) 2 78.4481 2.58911 100
c++ simstring (C++ CLI) 3 111.448 3.55058 100
c++ simstring (C++ CLI) 4 131.884 4.64367 100
julia SimString.jl 2 92.6243 31.2446 100
julia SimString.jl 3 101.846 30.0934 100
julia SimString.jl 4 115.268 28.7977 100
python simstring (C++ python bindings) 2 68.417 1.79864 100
python simstring (C++ python bindings) 3 100.38 6.11394 100
python simstring (C++ python bindings) 4 121.348 5.6662 100
python simstring-fast 2 106.465 4.69011 100
python simstring-fast 3 120.887 4.60083 100
python simstring-fast 4 128.59 4.84076 100
python simstring-rust (python bindings) 2 40.4763 1.41953 100
python simstring-rust (python bindings) 3 50.4427 2.27718 100
python simstring-rust (python bindings) 4 55.35 2.34802 100
ruby simstring-pure 2 745.514 17.3895 27
ruby simstring-pure 3 825.408 18.4484 25
ruby simstring-pure 4 917.156 57.7503 22
rust simstring-rust (native) 2 37.8474 1.316 100
rust simstring-rust (native) 3 45.8424 1.6998 100
rust simstring-rust (native) 4 49.4117 3.25131 100

Search Benchmark

language backend ngram_size threshold mean stddev iterations
c++ simstring (C++ CLI) 2 0.6 17.6314 0.483065 100
c++ simstring (C++ CLI) 2 0.7 11.9143 0.366912 100
c++ simstring (C++ CLI) 2 0.8 7.74195 0.267838 100
c++ simstring (C++ CLI) 2 0.9 4.91433 0.260933 100
c++ simstring (C++ CLI) 3 0.6 12.7325 0.450878 100
c++ simstring (C++ CLI) 3 0.7 10.3356 1.69774 100
c++ simstring (C++ CLI) 3 0.8 7.28077 0.475613 100
c++ simstring (C++ CLI) 3 0.9 5.69018 0.293145 100
c++ simstring (C++ CLI) 4 0.6 11.9536 0.522502 100
c++ simstring (C++ CLI) 4 0.7 9.66832 0.676137 100
c++ simstring (C++ CLI) 4 0.8 7.62514 0.605871 100
c++ simstring (C++ CLI) 4 0.9 5.69996 0.339419 100
julia SimString.jl 2 0.6 362.405 7.37194 56
julia SimString.jl 2 0.7 223.102 4.70049 90
julia SimString.jl 2 0.8 121.276 4.84213 100
julia SimString.jl 3 0.6 285.051 5.90039 71
julia SimString.jl 3 0.7 185.663 4.92192 100
julia SimString.jl 3 0.8 106.668 4.23898 100
julia SimString.jl 4 0.6 262.185 4.48162 77
julia SimString.jl 4 0.7 168.985 5.97792 100
julia SimString.jl 4 0.8 99.0611 4.89259 100
python simstring (C++ python bindings) 2 0.6 15.598 0.833011 100
python simstring (C++ python bindings) 2 0.7 10.0796 0.707815 100
python simstring (C++ python bindings) 2 0.8 5.70739 0.512307 100
python simstring (C++ python bindings) 2 0.9 2.84103 0.313823 100
python simstring (C++ python bindings) 3 0.6 10.4836 0.783051 100
python simstring (C++ python bindings) 3 0.7 7.50844 0.749303 100
python simstring (C++ python bindings) 3 0.8 5.01883 0.720568 100
python simstring (C++ python bindings) 3 0.9 3.41225 0.536424 100
python simstring (C++ python bindings) 4 0.6 9.83621 1.07721 100
python simstring (C++ python bindings) 4 0.7 7.23349 0.663607 100
python simstring (C++ python bindings) 4 0.8 4.96764 0.649051 100
python simstring (C++ python bindings) 4 0.9 3.24773 0.522532 100
python simstring-fast 2 0.6 76.7216 5.40529 100
python simstring-fast 2 0.7 43.3911 3.30551 100
python simstring-fast 2 0.8 21.4063 1.336 100
python simstring-fast 2 0.9 8.51972 0.600708 100
python simstring-fast 3 0.6 53.1751 4.54631 100
python simstring-fast 3 0.7 31.5353 1.54003 100
python simstring-fast 3 0.8 17.7135 0.467081 100
python simstring-fast 3 0.9 8.40417 0.316819 100
python simstring-fast 4 0.6 52.9704 5.51347 100
python simstring-fast 4 0.7 31.2571 1.70017 100
python simstring-fast 4 0.8 17.9576 1.01439 100
python simstring-fast 4 0.9 8.71263 0.457499 100
python simstring-rust (python bindings) 2 0.6 12.8246 0.981869 100
python simstring-rust (python bindings) 2 0.7 8.42421 0.681909 100
python simstring-rust (python bindings) 2 0.8 5.09934 0.347812 100
python simstring-rust (python bindings) 2 0.9 3.21187 0.282915 100
python simstring-rust (python bindings) 3 0.6 10.5692 0.889966 100
python simstring-rust (python bindings) 3 0.7 6.85218 0.492409 100
python simstring-rust (python bindings) 3 0.8 4.41144 0.354758 100
python simstring-rust (python bindings) 3 0.9 3.16193 0.234113 100
python simstring-rust (python bindings) 4 0.6 8.65001 0.707676 100
python simstring-rust (python bindings) 4 0.7 6.1536 0.569578 100
python simstring-rust (python bindings) 4 0.8 4.33143 0.570843 100
python simstring-rust (python bindings) 4 0.9 3.13534 0.13296 100
ruby simstring-pure 2 0.6 533.151 8.64 38
ruby simstring-pure 2 0.7 326.03 8.91397 62
ruby simstring-pure 2 0.8 174.471 4.68962 100
ruby simstring-pure 3 0.6 445.452 10.4438 45
ruby simstring-pure 3 0.7 278.836 3.72244 72
ruby simstring-pure 3 0.8 156.345 2.90502 100
ruby simstring-pure 4 0.6 439.031 5.59557 46
ruby simstring-pure 4 0.7 283.64 2.51627 71
ruby simstring-pure 4 0.8 163.146 2.82314 100
rust simstring-rust (native) 2 0.6 14.1161 1.31603 100
rust simstring-rust (native) 2 0.7 8.94696 0.758648 100
rust simstring-rust (native) 2 0.8 5.10268 0.399542 100
rust simstring-rust (native) 2 0.9 3.14555 0.263008 100
rust simstring-rust (native) 3 0.6 11.0603 0.823184 100
rust simstring-rust (native) 3 0.7 7.36801 0.842611 100
rust simstring-rust (native) 3 0.8 4.23585 0.315892 100
rust simstring-rust (native) 3 0.9 2.84689 0.191776 100
rust simstring-rust (native) 4 0.6 8.296 0.955652 100
rust simstring-rust (native) 4 0.7 5.53452 0.485562 100
rust simstring-rust (native) 4 0.8 3.63857 0.256767 100
rust simstring-rust (native) 4 0.9 2.77139 0.176157 100

@PyDataBlog PyDataBlog merged commit 5f1f96a into main Nov 23, 2025
38 checks passed
@PyDataBlog PyDataBlog deleted the fix/gh-releases branch November 23, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants