From e91ddd10fd192522e7dba298c21fccdd1cc966af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rennfanz=2C=20Bj=C3=B6rn?= Date: Thu, 9 Nov 2023 11:30:57 +0100 Subject: [PATCH] Update README.md and changelog for 3.0.0 --- README.md | 3 +-- changelog.txt | 14 ++++---------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8240bb6..9e52299 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ This project is offered with no technical support by Basler AG. You are welcome to post any questions or issues on [GitHub](https://github.com/basler/pypylon) or on [ImagingHub](https://www.imaginghub.com). [![Build Status](https://github.com/basler/pypylon/workflows/build/badge.svg?branch=master)](https://github.com/basler/pypylon/actions) -[![Build Status](https://ci.appveyor.com/api/projects/status/45j4tydwdr0fv05p/branch/master?svg=true)](https://ci.appveyor.com/project/basler-oss/pypylon/branch/master) # Getting Started @@ -52,7 +51,7 @@ camera.Close() * pypylon additionally supports the pylon Data Processing API extension. * The [pylon Workbench](https://docs.baslerweb.com/overview-of-the-workbench) allows you to create image processing designs using a graphical editor. * Hint: The [pylondataprocessing_tests](https://github.com/basler/pypylon/blob/master/tests/pylondataprocessing_tests) can optionally be used as a source of information about the syntax of the API. - * Look at [samples/grab.py](https://github.com/basler/pypylon/blob/master/samples/dataprocessing_barcode.py) or use the following snippet: + * Look at [samples/dataprocessing_barcode.py](https://github.com/basler/pypylon/blob/master/samples/dataprocessing_barcode.py) or use the following snippet: ```python from pypylon import pylondataprocessing diff --git a/changelog.txt b/changelog.txt index 6c10486..e0006da 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,14 +1,5 @@ -Version 3.0.0rc3 +Version 3.0.0 - Date 2023-11-09 - - Moved windows builds to GitHub actions - - Update README.md - -Version 3.0.0rc2 - - Date 2023-11-07 - - Fix reference version of macos intel builds - -Version 3.0.0rc1 - - Date 2023-11-07 - Updated to pylon 7.4 on linux and windows - Add support for pylon Data Processing and vTools - Linux (64bit) binaries are now manylinux_2_31 compliant and therefore @@ -17,6 +8,9 @@ Version 3.0.0rc1 in favor of e.g. cam.Gain.Value = 42 to allow typing support - Adjust all code examples and tests to use property access for features e.g. cam.Gain.Value, cam.Gain.Min, cam.Gain.Max ... + - Update reference version of macOS intel builds + - Moved windows builds to GitHub actions + - Update README.md Version 2.3.0 - Date 2023-09-01