Skip to content

Commit

Permalink
Merge pull request #106 from basler/feature/update_to_0.7.1
Browse files Browse the repository at this point in the history
update readme and changelog for release 0.7.1
  • Loading branch information
thiesmoeller authored Jun 6, 2024
2 parents 49bb36c + feefb35 commit 446d3eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.7.1] - 2024-01-xx
## [0.7.1] - 2024-06-06
### Changed
- check for cuda version >= 11 to enable nvmm code
* nvmm support implementation is only compatible to cuda >= 11
* fixes #60
- update documentation to build on Windows
* fixes #68
- latency update
* src now sends a message to recompute pipeline latency when it becomes known
* fixed by #104

### Fixed
- float features working again
* fixes #80
- build now works with the changes in meson >= 1.3.0
* fixes #72
- build now works with the changes in meson >= 1.4.0
- fixed CI on ubuntu 24.04
- fixed invalid buffer size with enabled chunks ( non NVMM mode )
* fixed by #101
- fixed possible segfault path in NVMM error path
* fixed by #103

### Added
- Pylon 7.5
* supports to build the plugin with pylon 7.5 now
- Pylon 7.4
* supports to build the plugin with pylon 7.4 now

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ As a first step install Basler pylon according to your platform. Downloads are a
The supported pylon versions on the different platforms are:
| | 7.4 | 7.3 | 6.2 |
| | 7.5 | 7.4 | 6.2 |
|-----------------|:----:|:----:|:----:|
| Windows x86_64 | x | x | |
| Linux x86_64 | x | x | |
Expand Down

0 comments on commit 446d3eb

Please sign in to comment.