Releases: structuredllm/syncode
Releases · structuredllm/syncode
SynCode v0.4.16
What's Changed
- Add Support for Lambda, Comments, Generics, and For-Each to Java Grammar by @pdfCN in #216
- Fix minor issues in Java Grammar by @shubhamugare in #217
- Bump version to v0.4.16 by @shubhamugare in #218
New Contributors
v0.4.15
What's Changed
- Bump transformers from 4.51.3 to 4.52.3 by @dependabot in #204
- Bump transformers from 4.52.3 to 4.52.4 by @dependabot in #205
- Update the model for the Python notebook
- Fix the Byte FSM bug
- Bump version to v0.4.15
Full Changelog: v0.4.14...v0.4.15
SynCode v0.4.14
Merge pull request #202 from structuredllm/bump Fix some issue and bump version to v0.4.14
SynCode v0.4.13
What's Changed
- Fix Phi-4 issue by @shubhamugare in #190
- Bump transformers from 4.51.0 to 4.51.3 by @dependabot in #191
- Updated the grammar for invariants by @adharshkamath in #192
- Print partial generation in dev mode before failing by @shubhamugare in #196
- Fix IterGen issue by @shubhamugare in #199
- Bump version to v0.4.13 by @shubhamugare in #200
Full Changelog: v0.4.12...v0.4.13
SynCode v0.4.12
What's Changed
- Create dependabot.yml by @shubhamugare in #184
- Bump regex from 2023.8.8 to 2024.11.6 by @dependabot in #185
- Fix a minor bug by @shubhamugare in #187
- [Itergen] Fix bug by @shubhamugare in #188
- Bump version to 0.4.12 by @shubhamugare in #189
Full Changelog: v0.4.11...v0.4.12
SynCode v0.4.11
What's Changed
- Bump transformers version to v4.51.0 and syncode version to v0.4.11 by @shubhamugare in #183
Full Changelog: v0.4.10...v0.4.11
SynCode v0.4.10
What's Changed
- Crash in dev mode only on accepted generation by @shubhamugare in #177
- Fix issue in Byte FSM by @shubhamugare in #178
- enable support for device map auto by @tarsur909 in #180
- Bump version to v0.4.10 by @shubhamugare in #181
Full Changelog: v0.4.9...v0.4.10
SynCode v0.4.9
Merge pull request #176 from structuredllm/bump Bump version to v0.4.9
SynCode v0.4.8
Merge pull request #174 from structuredllm/tmp Fix temperature logits processor
SynCode v0.4.7
Merge pull request #168 from uiuc-focal-lab/bump Fix IterGen parser issues