Skip to content

Commit 767ad8c

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.34 release
1 parent 2cfcc16 commit 767ad8c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

77
### Changed
88

9+
## 0.3.34 Beta Release 33
10+
11+
### Added
12+
13+
### Changed
14+
15+
* Performance improvements when writing DNG files.
16+
* Fix IMX500 examples for numpy 2.4.1.
17+
* Remove some unnecessary IMX500 related warnings.
18+
* PyavOutput won't output frames until it's seen a keyframe.
19+
* PyavOutput objects can be attached to an encoder after it's been started.
20+
* Hailo device architecture can be tested easily at runtime.
21+
* av module (PyAV) is only imported when necessary.
22+
* Some general improvements to many of the examples.
23+
924
## 0.3.33 Beta Release 32
1025

1126
### 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.33',
14+
version='0.3.34',
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)