Skip to content

Commit 677506b

Browse files
committed
Release version 1.2.2
1 parent 5ddf552 commit 677506b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
* use `load_pretrained` to convert `state_dict`s to the new format
1010

1111
2020-06-21: First release of CompressAI !
12+
13+
2022-11-27: CompressAI now includes sadl_codec, which enables to run c++ inteference with full integer operations decoder.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
cwd = Path(__file__).resolve().parent
3939

4040
package_name = "compressai"
41-
version = "1.2.1.dev0"
41+
version = "1.2.2"
4242
git_hash = "unknown"
4343

4444

0 commit comments

Comments
 (0)