Releases: clEsperanto/pyclesperanto_prototype
Releases · clEsperanto/pyclesperanto_prototype
0.24.5
What's Changed
- allow non-prototype array as parameter values by @haesleinhuepf in #341
- silent bia-bob suggestions in case the non-prototype pyclesperanto is installed. by @haesleinhuepf in #342
Full Changelog: 0.24.4...0.24.5
0.24.4
What's Changed
- removed print statement by @thawn in #334
- deprecated imshow and imread by @haesleinhuepf in #335
- Reduce bia bob suggestions by @haesleinhuepf in #336
- added stitching functions by @haesleinhuepf in #337
- mute warnings when showing images using repr_html by @haesleinhuepf in #338
New Contributors
Full Changelog: 0.24.2...0.24.4
0.24.2
What's Changed
- Extend bia-bob by adding suggestions by @haesleinhuepf in #327
Full Changelog: 0.24.1...0.24.2
0.24.1
Bug fixes
- The parameters
exlude_in_x
,exlude_in_y
andexlude_in_z
of the functionexclude_labels_on_edges()
were renamed toexclude_...
. This change was made in a backwards-compatible fashion. Aliases of the olde names were added and using them will result in a deprecation warning.
0.24.0
Backwards compatibility breacking bug fixes
- range/slice didn't work with negative values (e.g.
image[::-1]
) and out-of-range values (e.g.image[100:1000]
for an image with shape(2,3)
). More precisely: results were different than when using numpy. Fixed in #295 (Thanks to @thawn for reporting)
Full Changelog: 0.23.6...0.24.0
0.23.6
Bugfix
- force kernel size parameter to be integer to prevent endless loops when a float is passed as radius parameter, e.g. to
cle.standard_deviation_box()
by @haesleinhuepf in #293
Full Changelog: 0.23.5...0.23.6
0.23.5
What's Changed
mode_box
andmode_sphere
filters by @haesleinhuepf in #292
Full Changelog: 0.23.4...0.23.5
0.23.4
What's Changed
- fix issue with enumerate and zip reported by @thawn, fixed by @haesleinhuepf in #291
Full Changelog: 0.23.3...0.23.4
0.23.3
What's Changed
- New functions
x_position_of_minimum_x_projection
,y_position_of_minimum_y_projection
andminimum_position
by @ClementCaporal in #277 - add
fill_diagonal
alias forset_where_x_equals_y
by @haesleinhuepf in #282
Miscelaneous
- prevent dependency scikit-image 0.20.0 because saving images doesn't work then by @haesleinhuepf in #273
New Contributors
- @ClementCaporal made their first contribution in #277
Full Changelog: 0.23.2...0.23.3
0.23.2
New features
- Added
generate_maximum_intensity_between_points_matrix
- Added
generate_minimum_intensity_between_points_matrix
Full Changelog: 0.23.1...0.23.2