[python-arrayfire] 181/250: Committing the changelog
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.
commit cbce38ac04e9adc6aa69b93b9b7c9726bc0b9b33
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Fri Dec 11 15:54:00 2015 -0500
Committing the changelog
---
CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..53d13ab
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,34 @@
+### v3.2.20151211
+- Feature parity with ArrayFire 3.2 libs
+ - New computer vision functions: `sift`, `gloh`, `homography`
+ - New graphics functions: `plot3`, `surface`
+ - Functions to load and save native images: `load_image_native`, `save_image_native`
+ - Use `unified` backend when possible
+
+- Added missing functions
+ - `eval`, `init`, `convolve2_separable`, `as_type` method
+ - `cuda` backend specific functions
+ - `opencl` backend specific functions
+ - `timeit` function to benchmark arrayfire functions
+
+- Added new examples
+ - getting_started: `intro`, `convolve`
+ - benchmarks: `bench_blas`, `bench_fft`
+ - financial: `monte_carlo_options`, `black_scholes`, `heston_model`
+ - graphics: `fractal`, `histogram`, `plot3d`, `conway`, `surface`
+
+- Bug fixes
+ - Fixed bug when array types were being reported incorrectly
+ - Fixed various bugs in graphics functions
+
+### v3.1.20151111
+- Feature parity with ArrayFire 3.1 libs
+- Ability to interop with other python libs
+- Ability to extract raw device pointers
+- Load and Save arrays from disk
+- Improved `__repr__` support
+
+### v3.0.20150914
+- Feature parity with ArrayFire 3.0 libs
+- Ability to switch all backends
+- Supports both python2 and python3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git
More information about the debian-science-commits
mailing list