Releases: clEsperanto/CLIc
Releases · clEsperanto/CLIc
0.14.0
What's Changed
This release come with an effort to fit the prototype
API to allows an easy switch from one version to the new one. This mean introducing a few changes. This mainly concern parameter name changes and order.
Updates
- Rename
minimum
andmaximum
intominimum_filter
tomaximum_filter
for clarity by @StRigaud in #373 - Apple OS specific code extended to
x86-64
architecture by @StRigaud in #379
Updates for prototype
compatibility
- Invert parameter order for statistic function to fit
prototype
API by @StRigaud in #374 - Parameter renaming to fit
prototype
API by @StRigaud and @haesleinhuepf in #375, #376, & #378
Full Changelog: 0.13.4...0.14.0
0.13.4
What's Changed
CLIc now rely on the 3.0.2
version of the clij-kernel
Updates
- Fix bug related to
DataType
enum order by @tpietzsch in #353 - Fix parameter name for
prototype
compatibility by @StRigaud in #357 - Fix
otsu
algorithm with low intensity values by @StRigaud in #361 - Fix
min
/max
detection along edges by @StRigaud in #360 - Fix masked voronoi labeling symmetry by @StRigaud in #358
- Improve code lisibility by @StRigaud in #362
New Contributors
- @tpietzsch made their first contribution in #353
Full Changelog: 0.13.3...0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
What's Changed
Introducing several function for filter labels map based on label properties (e.g. area). And a CI to create auto-update PR for pyclesperanto and clesperantoJ repository to facilitate version update.
New
- Add label filtering function by @StRigaud in #335
- Add new filters and operations by @StRigaud in #343
- fill_holes, remove_labels, pixel_count_map, etc.
- Add CI to propagate latest release pyclesperanto and clesperantoj repository by @StRigaud in #336
Updates
- Rename CCL function by @StRigaud in #340
- Maintains
_prototype
function name for legacy by @StRigaud in #341
Full Changelog: 0.12.1...0.13.0
0.12.1
0.12.0
What's Changed
New
- Add statistics of labelled pixel function by @haesleinhuepf in #321 and @StRigaud in #278
Fix and updates
- For windows, copy dlls in tests build folder to simplify test run by @StRigaud in #314
- Rename-read/write/copy-functions to readTo/writeFrom/copyTo for clarity by @StRigaud in #324
- Only use std::vector to simplify Java wrapping by @StRigaud in #329
- Improve management of thirdparty versionning by @StRigaud in #333
- Update documentation by @StRigaud in #330
Full Changelog: 0.11.1...0.12.0
0.11.1
Patch correction
Full Changelog: 0.11.0...0.11.1
0.11.0
What's Changed
Fix & Improvement
- Add pre-commit config for code linting and formating by @StRigaud in #297
- Improve device
getInfo()
by @StRigaud in #300 & #308 - Update Tests and Coverage CI workflow by @StRigaud in #303 & #304
- Remove coverage in
dependabot
PR by @StRigaud in #309 - Move
toShortString
data type in utile.hpp by @StRigaud in #316 - Add Eigen license tag check by @StRigaud in #313
- Fix Affine Transform Interpolation by @StRigaud in #310
- Fix Image processing, relyon on
CL_R
forcl_channel_format
by @StRigaud in #318
New
Full Changelog: 0.10.3...0.11.0