Skip to content

Commit 354f84f

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.32 release
Signed-off-by: David Plowman <[email protected]>
1 parent 1703215 commit 354f84f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66

77
### Changed
88

9+
## 0.3.32 Beta Release 31
10+
11+
### Added
12+
13+
* force_key_frame() added to Encoder class, so applications can force a key frame in the encoded bitstream.
14+
* New RemoteRequest class enables sending CompletedRequest objects to child processes.
15+
* IMX500 input tensor injection now supported. Example added.
16+
17+
### Changed
18+
19+
* Base Encoder class fixed to make it accept raw and other stream types.
20+
* Legacy tflite_runtime import in examples replaces by the new ai_edge_litert.
21+
922
## 0.3.31 Beta Release 30
1023

1124
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='picamera2',
14-
version='0.3.31',
14+
version='0.3.32',
1515
description='The libcamera-based Python interface to Raspberry Pi cameras, based on the original Picamera library',
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)