Skip to content

Releases: clEsperanto/pyclesperanto_prototype

0.24.5

29 Sep 13:11
Compare
Choose a tag to compare
0.24.5 Pre-release
Pre-release

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

12 May 12:17
Compare
Choose a tag to compare
0.24.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.24.2...0.24.4

0.24.2

26 Dec 11:40
Compare
Choose a tag to compare
0.24.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.24.1...0.24.2

0.24.1

14 Apr 08:18
efb38e9
Compare
Choose a tag to compare
0.24.1 Pre-release
Pre-release

Bug fixes

  • The parameters exlude_in_x, exlude_in_y and exlude_in_z of the function exclude_labels_on_edges() were renamed to exclude_.... 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

02 Apr 20:21
ca95804
Compare
Choose a tag to compare
0.24.0 Pre-release
Pre-release

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

26 Mar 19:40
6657c30
Compare
Choose a tag to compare
0.23.6 Pre-release
Pre-release

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

26 Mar 12:18
d9d8267
Compare
Choose a tag to compare
0.23.5 Pre-release
Pre-release

What's Changed

Full Changelog: 0.23.4...0.23.5

0.23.4

24 Mar 18:22
c1403ef
Compare
Choose a tag to compare
0.23.4 Pre-release
Pre-release

What's Changed

Full Changelog: 0.23.3...0.23.4

0.23.3

11 Mar 09:42
Compare
Choose a tag to compare
0.23.3 Pre-release
Pre-release

What's Changed

  • New functions x_position_of_minimum_x_projection, y_position_of_minimum_y_projection and minimum_position by @ClementCaporal in #277
  • add fill_diagonal alias for set_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

Full Changelog: 0.23.2...0.23.3

0.23.2

26 Feb 11:38
006379e
Compare
Choose a tag to compare
0.23.2 Pre-release
Pre-release

New features

  • Added generate_maximum_intensity_between_points_matrix
  • Added generate_minimum_intensity_between_points_matrix

Full Changelog: 0.23.1...0.23.2