Releases: k4black/codebleu
0.7.1
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
IMPORTANT: Due to tree-sitter changes
- 3.8 is not supported now, only 3.9-3.12
- you have to install pre-compilled tree-sitter language packs with
pip install tree-sitter-python
orpip install codebleu[all]
What's Changed
Full Changelog: 0.6.1...0.7.0
0.6.1
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
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
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
- @fasterinnerlooper made their first contribution in #25
Full Changelog: 0.4.0...0.5.0
0.4.0
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
andruby
support by @k4black in #12
Full Changelog: 0.3.0...0.4.0
0.3.0
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
- @maximus12793 made their first contribution in #1
- @dependabot made their first contribution in #4
Full Changelog: 0.2.1...0.3.0
0.2.1
Small style fixes
Full Changelog: 0.2.0...0.2.1
0.2.0
- add
c
,c#
,javascript
, andphp
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
Fix issue with pkg release version
Full Changelog: 0.1.6...0.1.7