Skip to content

Commit 64f632b

Browse files
naushirdavidplowman
authored andcommitted
Update setup.py and CHANGELOG.md for 0.3.23 release
Signed-off-by: Naushir Patuck <[email protected]>
1 parent 043d20e commit 64f632b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

77
### Changed
88

9+
## 0.3.23 Beta Release 22
10+
11+
### Added
12+
13+
* rpi::ScalerCrops control support
14+
* Hailo multi-model support
15+
* Stereo preview example script
16+
* Add PyavOutput and a new CircularOutput2
17+
* Allow libav H264 encoder to use V4L2 hardware on VC4 platforms
18+
* bbox-order argument for imx500_object_detection_demo script
19+
20+
### Changed
21+
22+
* Fix ScalerCrops tests
23+
* imx500: Update MAX_NUM_TENSORS and MAX_NUM_DIMENSIONS
24+
* Fix V4L2 encoder not releasing requests
25+
926
## 0.3.22 Beta Release 21
1027

1128
### Changed

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.22',
14+
version='0.3.23',
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)