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