Skip to content

Releases: k4black/codebleu

0.7.1

30 May 10:31
Compare
Choose a tag to compare

FIXED publishing pipeline of 0.7.0.
The same version but actually published =)

What's Changed

  • chore(deps): bump pypa/cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in #49

Full Changelog: 0.7.0...0.7.1

0.7.0

15 May 16:09
Compare
Choose a tag to compare

IMPORTANT: Due to tree-sitter changes

  1. 3.8 is not supported now, only 3.9-3.12
  2. you have to install pre-compilled tree-sitter language packs with pip install tree-sitter-python or pip install codebleu[all]

What's Changed

  • feat: Update for tree sitter 0.22 with prebuilt wheels by @k4black in #46

Full Changelog: 0.6.1...0.7.0

0.6.1

14 May 20:47
Compare
Choose a tag to compare

What's Changed

Py-Tree-Sitter in 0.22.0 introduced a breaking change - now languages are installed with pip install tree-sitter-python etc.

This is hotfix version with tree-sitter<0.22 to build it for m1 and 3.8 python, as 0.22 not supports it.

Next release will drop 3.8 support (due to tree-sitter)


  • chore: update macos runners list by @k4black in #43
  • chore: fix tree sitter version <0.22 to build for m1 and python 3.8 by @k4black in #47

Deps

  • chore(deps-dev): update ruff requirement from <0.3.0,>=0.0.275 to >=0.0.275,<0.4.0 by @dependabot in #34
  • chore(deps-dev): bump black from 24.2.0 to 24.3.0 by @dependabot in #37
  • chore(deps): bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #36
  • chore(deps-dev): update pytest-cov requirement from <5.0.0,>=4.0.0 to >=4.0.0,<6.0.0 by @dependabot in #39
  • chore(deps): update ruff requirement from <0.4.0,>=0.0.275 to >=0.0.275,<0.5.0 by @dependabot in #42
  • chore(deps): bump black from 24.3.0 to 24.4.0 by @dependabot in #41
  • chore(deps): bump pypa/cibuildwheel from 2.17.0 to 2.18.0 by @dependabot in #44

Full Changelog: 0.6.0...0.6.1

0.6.0

01 Mar 15:36
Compare
Choose a tag to compare

What's Changed

Deps

  • chore(deps-dev): update ruff requirement from <0.2.0,>=0.0.275 to >=0.0.275,<0.3.0 by @dependabot in #28
  • chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #29
  • chore(deps-dev): bump black from 24.1.1 to 24.2.0 by @dependabot in #30

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

02 Feb 14:42
Compare
Choose a tag to compare

What's Changed

  • ci: fix artifacts upload, add arm build by @k4black in #26
  • chore: update tree-sitter versions by @k4black in #27
  • fix: Make language a list in evaluate app, added comments to evaluate description by @fasterinnerlooper in #25

Deps

  • chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #15
  • chore(deps-dev): bump black from 23.11.0 to 23.12.0 by @dependabot in #16
  • chore(deps-dev): update flake8 requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0 by @dependabot in #19
  • chore(deps): bump pypa/cibuildwheel from 2.16.2 to 2.16.4 by @dependabot in #21
  • chore(deps-dev): bump black from 23.12.0 to 24.1.1 by @dependabot in #23
  • chore(deps-dev): update pytest requirement from <8.0.0,>=7.0.0 to >=7.0.0,<9.0.0 by @dependabot in #22
  • chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #17
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #18

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

17 Nov 16:42
Compare
Choose a tag to compare

What's Changed

tl;dr: go and ruby support + 3.12 support + inner setup refactoring

  • chore(deps-dev): bump black from 23.10.1 to 23.11.0 by @dependabot in #8
  • style: apply black and isort by @k4black in #9
  • fix: to work with 3.12 and add examples tests by @k4black in #10
  • feat: add windows support and refactor setup by @k4black in #11
  • feat: add go and ruby support by @k4black in #12

Full Changelog: 0.3.0...0.4.0

0.3.0

01 Nov 21:16
Compare
Choose a tag to compare

What's Changed

  • fix: Clean up code by @maximus12793 in #1
  • ci: set Dependabot autoupdates by @k4black in #2
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #4
  • chore(deps-dev): bump black from 23.7.0 to 23.10.1 by @dependabot in #6
  • chore(deps-dev): update ruff requirement from <0.1.0,>=0.0.275 to >=0.0.275,<0.2.0 by @dependabot in #5
  • chore(deps): bump pypa/cibuildwheel from 2.13.1 to 2.16.2 by @dependabot in #3
  • ci: Actions updates by @k4black in #7

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

17 Jul 11:53
Compare
Choose a tag to compare

Small style fixes

Full Changelog: 0.2.0...0.2.1

0.2.0

12 Jul 12:41
Compare
Choose a tag to compare
  • add c, c#, javascript, and php languages support from XLCoST
  • and some attempt to fix HF space (but no idea)

Full Changelog: 0.1.7...0.2.0

0.1.7

27 Jun 18:59
Compare
Choose a tag to compare

Fix issue with pkg release version

Full Changelog: 0.1.6...0.1.7