|
| 1 | +### v3.6.20181017 |
| 2 | +- Feature parity with ArrayFire v3.6. Refer to the [release notes](https://github.com/arrayfire/arrayfire/blob/master/docs/pages/release_notes.md) for more information regarding upstream library improvements in v3.6. |
| 3 | + - `anisotropic_diffusion()`: Anisotropic diffusion filter. |
| 4 | + - `topk()`: Returns top-K elements given an array. |
| 5 | +- Bug fixes: |
| 6 | + - Fixed `sift()` and `gloh()`, which were improperly calling the library. |
| 7 | +- Enhancements: |
| 8 | + - Added `len()` method, which returns `array.elements()`. |
| 9 | +- Documentation: |
| 10 | + - Documented statistics API. |
| 11 | + - Corrected `sign()` documentation. |
| 12 | + - Modified `helloworld` example to match C++ lib. |
| 13 | + |
1 | 14 | ### v3.5.20170721
|
2 | 15 | - Bug fixes when using v3.5 of arrayfire libs + graphics
|
3 | 16 |
|
|
0 commit comments