From 775d75444ea4478f541535fd9627eb3de09ce119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rennfanz=2C=20Bj=C3=B6rn?= Date: Mon, 25 Nov 2024 12:11:35 +0100 Subject: [PATCH] Update changelog and README.md for 4.1.0 --- README.md | 14 +++++++------- changelog.txt | 6 ++++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8ab7f9a..18534a5 100644 --- a/README.md +++ b/README.md @@ -130,13 +130,13 @@ To install pypylon open your favourite terminal and run: The following versions are available on pypi: - | | 3.9 | 3.10 | 3.11 | 3.12 | - |----------------|-----|------|------|------| - | Windows 64bit | x | x | x | x | - | Linux x86_64* | x | x | x | x | - | Linux aarch64* | x | x | x | x | - | macOS x86_64** | x | x | x | x | - | macOS arm64** | x | x | x | x | + | | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | + |----------------|-----|------|------|------|------| + | Windows 64bit | x | x | x | x | x | + | Linux x86_64* | x | x | x | x | x | + | Linux aarch64* | x | x | x | x | x | + | macOS x86_64** | x | x | x | x | x | + | macOS arm64** | x | x | x | x | x | > Additional Notes on binary packages: diff --git a/changelog.txt b/changelog.txt index 3f4f4f0..ea6e360 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ -Version 4.1.0rc1 - - Date 2024-11-22 +Version 4.1.0 + - Date 2024-11-25 - Updated to pylon Camera Software Suite 8.0.1 on linux and windows. This contains pylon C++ SDK 9.0.3 and pylon Data Processing C++ SDK 3.0.1. - Update to pylon 7.3.2 on macOS, which fixed a bug that caused a data encoding @@ -8,6 +8,8 @@ Version 4.1.0rc1 - Removed PylonImage.AttachUserBuffer - Added PylonImage.AttachMemoryView - Added PylonImage.AttachArray + - Added support for python 3.13 + - Update README.md Version 4.0.0 - Date 2024-07-08