Releases: clEsperanto/CLIc
Releases · clEsperanto/CLIc
0.16.0
What's Changed
New
- Rework of Device management by @StRigaud in #399
- Backend ressources allocation done at start, this simplify device switching
- Devices from same
platform
now share samecontext
- Solved clEsperanto/pyclesperanto#283 & #387
Updates
Full Changelog: 0.15.1...0.16.0
0.15.1
What's Changed
New
- Morphological operator by @StRigaud in #386
- See #385 and Image.sc forum request for more details
- Add
erosion
anddilation
which take a customfootprint
- Rework
dilate
,erode
,opening
,closing
operation to ensure generic function signature
Updates
- Update documentation by @StRigaud in #389, #390
- Introduce versionning
- Update content
- Still WIP for some sections
- Fix parameter name for some kernel by @StRigaud in #392
- Invisible for users
- Add Try/Catch at Array destructor to ensure good memory release by @StRigaud in #393
Full Changelog: 0.14.2...0.15.0
Full Changelog: 0.15.0...0.15.1
0.15.0
What's Changed
New
- Morphological operator by @StRigaud in #386
- See #385 and Image.sc forum request for more details
- Add
erosion
anddilation
which take a customfootprint
- Rework
dilate
,erode
,opening
,closing
operation to ensure generic function signature
Updates
- Update documentation by @StRigaud in #389, #390
- Introduce versionning
- Update content
- Still WIP for some sections
- Fix parameter name for some kernel by @StRigaud in #392
- Invisible for users
- Add Try/Catch at Array destructor to ensure good memory release by @StRigaud in #393
Full Changelog: 0.14.2...0.15.0
0.14.2
What's Changed
Full Changelog: 0.14.1...0.14.2
0.14.1
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