Skip to content

Commit 6978c90

Browse files
committed
Updated release notes for 3.2.1
1 parent c0aba7f commit 6978c90

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

docs/pages/release_notes.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
Release Notes {#releasenotes}
22
==============
33

4+
v3.2.1
5+
==============
6+
7+
Bug Fixes
8+
--------------
9+
10+
* Fixed [bug](https://github.com/arrayfire/arrayfire/pull/1136) in homography()
11+
* Fixed [bug](https://github.com/arrayfire/arrayfire/issues/1135) in behavior
12+
of af::array::device()
13+
* Fixed [bug](https://github.com/arrayfire/arrayfire/issues/1129) when
14+
indexing with span along trailing dimension
15+
* Fixed [bug](https://github.com/arrayfire/arrayfire/issues/1127) when
16+
indexing in [GFor](\ref gfor)
17+
* Fixed [bug](https://github.com/arrayfire/arrayfire/issues/1122) in CPU
18+
information fetching
19+
* Fixed compilation [bug](https://github.com/arrayfire/arrayfire/issues/1117)
20+
in unified backend caused by missing link library
21+
* Add [missing symbol](https://github.com/arrayfire/arrayfire/pull/1114) for
22+
af_draw_surface()
23+
24+
Build
25+
------
26+
* Tests can now be used as a [standlone project](https://github.com/arrayfire/arrayfire/pull/1120)
27+
* Tests can now be built using pre-compiled libraries
28+
* Similar to how the examples are built
29+
* The install target now installs the examples source irrespective of the
30+
BUILD_EXAMPLES value
31+
* Examples are not built if BUILD_EXAMPLES is off
32+
33+
Documentation
34+
------
35+
* HTML documentation is now [built and installed](https://github.com/arrayfire/arrayfire/pull/1109)
36+
in docs/html
37+
* Added documentation for \ref af::seq class
38+
* Updated [Matrix Manipulation](\ref matrixmanipulation) tutorial
39+
* Examples list is now generated by CMake
40+
* <a href="examples.htm">Examples</a> are now listed as dir/example.cpp
41+
* Removed dummy groups used for indexing documentation (affcted doxygen < 1.8.9)
42+
443
v3.2.0
544
=================
645

0 commit comments

Comments
 (0)