Skip to content

Commit 5fbed01

Browse files
authored
bump version 4.6.0 (#1875)
* bump version 4.6.0 * update changelog
1 parent a96e8d3 commit 5fbed01

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
### Fixes and improvements
66

7+
## [v4.6.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.6.0) (2025-04-08)
8+
Note: The Ctranslate2 Python package now supports python 3.13, drop the support for python 3.8.
9+
10+
### New features
11+
* Pyhton 3.13 support (#1858)
12+
* Support returning hidden vector in Wav2Vec2 and Wav2Vec2Bert Models (#1867)
13+
* Add noexecstack linker flags (#1852 + #1861)
14+
* Support Qwen2 (#1820)
15+
* Eoleconv (#1832)
16+
* Add support RobertModel (#1864)
17+
18+
### Fixes and improvements
19+
* Fix github action (#1871)
20+
* Prevent double library def (#1818)
21+
722
## [v4.5.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.5.0) (2024-10-22)
823
Note: The Ctranslate2 Python package now supports CUDNN 9 and is no longer compatible with CUDNN 8.
924

python/ctranslate2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "4.5.0"
3+
__version__ = "4.6.0"

0 commit comments

Comments
 (0)