-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number to 3.4.3 and update change log. [skip ci]
- Loading branch information
1 parent
85ff147
commit be2ab0e
Showing
3 changed files
with
53 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
layout: post | ||
title: "Changes DIPlib 3.4.3" | ||
--- | ||
|
||
## Changes to *DIPlib* | ||
|
||
### Bug fixes | ||
|
||
- Fixed `dip::Image` move constructor to leave moved-from object in valid state. | ||
See [issue #149](https://github.com/DIPlib/diplib/issues/149). | ||
|
||
- Fixed `dip::RadonTransformCircles()` to avoid out-of-bounds reads. | ||
|
||
|
||
|
||
|
||
## Changes to *DIPimage* | ||
|
||
### Bug fixes | ||
|
||
None, but see bugfixes to *DIPlib*. | ||
|
||
|
||
|
||
|
||
## Changes to *PyDIP* | ||
|
||
### Bug fixes | ||
|
||
- Importing the package won't fail if *DIPviewer* fails to load for whatever reason. | ||
|
||
- The Linux package again depends on libGL rather than libOpenGL and libGLX. | ||
See [issue #148](https://github.com/DIPlib/diplib/issues/148). | ||
|
||
- The macOS packages again are multi-threading enabled though OpenMP. | ||
|
||
(See also bugfixes to *DIPlib*.) | ||
|
||
|
||
|
||
|
||
## Changes to *DIPviewer* | ||
|
||
None | ||
|
||
|
||
|
||
|
||
## Changes to *DIPjavaio* | ||
|
||
None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters