[python-arrayfire] branch debian/master created (now 0c379b0)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a change to branch debian/master
in repository python-arrayfire.

        at  0c379b0   Release to unstable.

This branch includes the following new commits:

       new  b17825a   Initial commit
       new  9883450   Porting a few basic functions to python
       new  1b23381   Updating README with examples and sample output
       new  95e6284   Ported all functions from algorithm.h
       new  ab9a82a   Updating README sample code to reflect the changes to min and max
       new  4cb7daa   Add the ability to construct af.array from array.array
       new  f382419   Generalizing af.constant to handle complex and 64 bit data types
       new  54812f8   BUGFIX: Fixing copy paste error in algorithm.py
       new  5acbfe1   TEST: Added simple test for algorithms
       new  381dac9   Porting all functions from data.h
       new  2be3cbf   TEST: Simple test for data functions
       new  be27746   Adding operator overloading to the array class
       new  503b49d   Adding simple tests for operators in af.array class
       new  6aacf08   Adding division support for python2
       new  63f08cd   Example: Monte carlo estimation of pi using arrayfire
       new  f728d7a   Adding error checking to all clib function calls
       new  e84cbb7   Adding device helper functions
       new  87ba291   Updating the monte carlo pi example
       new  7a3bbb8   Adding blas functions and simple tests
       new  99c6cee   Adding all functions from arith.h
       new  433ba7a   BUGFIX: value of f32 was being overwritten
       new  c06153d   Display the print expression if possible
       new  80ab970   Simplifying the array constructor using python maps
       new  8d9b0b9   Adding tests for array class
       new  52f2c19   Updating the utility functions and adding relevant tests
       new  96c5f9e   Adding statistics functions and relevant tests
       new  f7cdefc   Adding licenses to all source and test files
       new  e35f3c4   FEAT/TEST: Adding all functions from lapack.h
       new  5b7241c   FEAT/TEST: imported all functions from singal.h
       new  35ff853   FEAT/TEST: Porting all functions from image.h
       new  25e0ec1   Updating the year to 2015
       new  9d1380f   FEAT: adding features class
       new  5082e00   FEAT: Adding vision functions
       new  5740264   BUGFIX: save_image was calling incorrect C function
       new  1f75d5f   BUGFIX: Fixing import mess in arrayfire
       new  fa9042d   TEST: Fixing blas test
       new  944cc93   Updating README.md to add acknowledgements
       new  27010f4   FEAT: Add support for copy and constructing af.array from another array
       new  f4a1738   FEAT/TEST: Added indexing and assignment support
       new  cb3cc76   Changing print_array to display
       new  8ebe7bb   Adding graphics functions and an example
       new  38ace15   Adding support for windows and cygwin
       new  b8d1ae3   BUGFIX: Fixing the dimension lengths when negative indices are used
       new  13aebff   Adding licensing for examples
       new  71c38ca   FEAT/TEST: Adding support for getting data back to the host
       new  3b8b928   Suppress missing dll warnings on windows
       new  870ee50   FEAT: Adding broadcast to arrayfire
       new  4441eb5   FEAT: Added the ability to make broadcast a decorator
       new  050624a   Reorganizing the array.py file
       new  a3553ef   Changes required to work on python2
       new  af3b310   Adding parallel range. First step towards GFOR like functionality.
       new  14d5bc6   Add the ability to create af.array from C pointers
       new  58e030a   Raise exceptions when calling array.to_* if array is empty
       new  9811202   Correct order of arguments
       new  bb6328b   Ensure array.copy() does a deep copy
       new  a7cfdfd   Add array.device_ptr
       new  bff0ab5   Add complex typecodes
       new  7d6eacc   Add number to dtype conversion
       new  9706463   Derive the dtype directly from the number
       new  a87481a   Add missing raise
       new  dd77152   Merge pull request #21 from FilipeMaia/array_fixes
       new  66695c7   Avoid promoting arrays to 64-bit
       new  b0429c7   Merge pull request #22 from FilipeMaia/array_fixes
       new  a5b1721   BUGFIX: Using c_void_p instead of c_ulonglong for void *
       new  71b0955   STYLE: Changing array class to Array to comply with python style guide
       new  3c0fc62   Capitalizing the class names for Seq, Index, ParallelRange and Cell
       new  948ff85   Removing unnecessary backslashes
       new  9d6ab0b   Merge remote-tracking branch 'upstream/master' into cleanup
       new  131d0bc   Merge pull request #23 from pavanky/cleanup
       new  f0d50c3   Improve handling of negative steps in sequences
       new  50058a3   Remove unnecessary import
       new  d355098   Need to set the type of the constant array
       new  8e764b6   Merge pull request #25 from FilipeMaia/indexing
       new  e8a5ad7   Missing return
       new  e6ea1e8   Merge pull request #27 from FilipeMaia/fixes
       new  d88f251   Adding setup.py
       new  b43deb5   BUGFIX: deleting empty arrays was causing segmentation faults
       new  439e3c5   Updating README to reflect the installation method
       new  8567b96   BUGFFIX: in join for num inputs > 2
       new  5581632   Cleaning up variables erraneously assigned to ctypes module
       new  6b543d2   Making sure indexing operation is not dropping dimensions
       new  3075fe4   BUGFIX: Comparing ctype ints was causing incorrect implicit types
       new  a33701c   Avoid printing backend name during load time
       new  a5394fe   Adding runtime selection of arrayfire backends using af.backend.set(name)
       new  82c69c5   Add Array.__repr__()
       new  31e023a   Add __array__ for easier numpy interoperability
       new  1e09d86   Stop __repr__ from directly printing
       new  b4f589a   Merge pull request #30 from FilipeMaia/magic_functions
       new  82d8282   Syle changes and converting util functions to be private
       new  38f7916   Adding documentation for __init__.py
       new  b39fdbf   Adding documentation for algorithm.py
       new  1925bee   Adding documentation for arith.py
       new  2005662   Adding documentation for array.py
       new  c8ec234   STYLE: Use Python Enum instead of ctypes.c_int for enums
       new  cef85ee   Adding documentation for base.py and blas.py
       new  e66f299   Adding documentation for bcast.py
       new  1b67466   Adding documentation for data.py
       new  049e509   Adding documentation for device.py and features.py
       new  51e2833   Documentation and bug fixes for graphics.py
       new  3df2188   Adding documentation for image.py
       new  69da8bc   Moving functions to array.py to fix bugs and cleanup
       new  fdbd933   Adding documentation for index.py
       new  27d8bb3   Adding documentation for lapack.py
       new  11a71ff   Adding documentation for library.py
       new  9a00c27   Adding documentation for signal.py
       new  de3b46a   BaseArray is needed in _get_assign_dims and cannot be deleted
       new  7ef5bc9   Fix memory leak
       new  f226b74   Merge pull request #33 from FilipeMaia/base_array_fix
       new  ce1ae09   Work around for missing Enum class
       new  2a52463   BUGFIX: indexing with boolean arrays
       new  fed169f   Implement a cleaner way for the Enum class
       new  66402ef   Index array wrapper class to avoid premature Index destruction
       new  1acd89c   Merge pull request #36 from FilipeMaia/index_destructor
       new  303bea3   Removing unnecessary deletes
       new  59601ff   TESTS: Reorganizing the tests folder for easier testing
       new  8e895a5   FEAT/TEST: Adding function to call garbage collector
       new  c112b7f   Updating the version number
       new  cd9847b   Updating README to reflect the pip install method
       new  8d19947   Updating master to point to depend on 3.1 branch of arrayfire
       new  4ab3b82   README reorganization and minor typos
       new  80d299d   fix missing console output from interactive python interpreter
       new  c3a273e   Merge pull request #38 from syurkevi/minor_fixes
       new  da82001   Correctly calculate dimensions for assignments with boolean keys
       new  c4d89cd   Merge pull request #43 from FilipeMaia/boolean_setitem
       new  b31ec5a   Avoid problems with circular import
       new  534cd1d   Merge pull request #44 from FilipeMaia/master
       new  4c3a2a6   Add proper logging to tests when in verbose mode
       new  3a64cac   Adding support for replacing nan values for reductions
       new  718f1cc   FEAT: Adding sigmoid function
       new  faaf223   FEAT: adding select and replace
       new  4a59387   Fixing af.display to take precision digits as parameter
       new  60fc4ac   Adding Array.__repr__
       new  6875bc3   FEAT: Adding the ability to get, lock, and unlock raw device pointers
       new  d2773fb   DOC: Adding missing documentation for vision.py
       new  15c078a   FEAT: adding vision functions.
       new  dc83b49   FEAT: adding new image processing functions from 3.1 - wrap - unwrap - sat - ycbcr2rgb - rgb2ycbcr
       new  0f63dbd   BUGFIX: af.display now properly displays the expression
       new  6234d53   FEAT: Adding new functions: inplace, r2c and c2r ffts.
       new  2c79746   FEAT: Adding SVD
       new  aad0cd8   FEAT: Adding support for arrays to save to and read from disk
       new  1e11f9b   Updating README.mdx
       new  6e105e1   FEAT: Adding interop module
       new  14dfdaa   A minor improvement to np_to_af_array
       new  46281f8   Updating version numer to 3.1.20151111
       new  238103c   Add author information
       new  e4cf90e   Add author information
       new  2db978d   Updating version information
       new  ce41bf7   Adding new enums from arrayfire 3.2
       new  03cb327   FEAT: Adding new vision functions from arrayfire 3.2
       new  c0423b7   FEAT: Adding native image loading and saving from arrayfire 3.2
       new  5e92e72   FEAT: Adding graphics functions from arrayfire 3.2
       new  9f9b2e0   FEAT: Changes to use the unified backend from arrayfire when available
       new  3765c3f   Moving examples into their own folders
       new  5879685   Adding benchmark examples
       new  c7c273f   Adding the ability to switch devices for monte_carlo_pi example
       new  87cfb48   Fixing bug in graphics/plot3
       new  940d879   Fixing bug in surface. Also adding relevant example.
       new  0d2c9dc   Adding conway example
       new  3e39faa   FEAT: add missing eval function
       new  e182b22   Example: Adding fractal example
       new  15f0f8c   Adding histogram example to arrayfire
       new  91d800f   Updating helloworld example
       new  2b4970e   Adding black scholes example
       new  0ad1584   Adding heston model example
       new  a4b4e76   Adding monte carlo option pricing example
       new  68c766d   FEAT: Adding timeit function
       new  3c4bfcd   Modifying eval to take multiple parameters
       new  3f616ee   FEAT: Adding .as_type  method to Array class
       new  caeef36   Fixing timeit to work with python2
       new  563e39f   Changing number of iterations in black scholes example
       new  764238e   FEAT: Adding separable convolution for 2D images
       new  1315d82   Adding convolve example
       new  6e2168f   BUGFIX: Removing buggy typecodes and use to_typecode
       new  88d1c7d   Adding intro to arrayfire example
       new  7deb63c   Minor change to the output of repr
       new  d62e838   Using as_type instead of af.cast in examples
       new  b619c53   FEAT: Adding init function to ease interop with other libraries
       new  56897a0   Cleaning up interop.py
       new  c2b8f29   Adding functions specific to CUDA backend
       new  92af636   Functions specific to opencl backend
       new  cbce38a   Committing the changelog
       new  9b2fa9d   Updating version number to 3.2.20151211
       new  b4523cb   Changing version to depend on development version of arrayfire
       new  f4ae17d   Merge branch 'v3.1'
       new  f9d6cb1   Merge remote-tracking branch v3.2
       new  86a3c2d   Updating README.md to reflect post install options
       new  4184d17   Updating install instructions from master to devel
       new  0bddca2   Updating README.md to reflect post install options
       new  81308e9   Updating install instructions from master to devel
       new  c5f174f   Updating the error message when arrayfire libraries isn't found
       new  ad6f76e   Adding default search paths
       new  c5fbdda   Fixing bug in get_version()
       new  1b46eb6   Adding af.info_str() function that mimics af.info()
       new  89da754   Fixing an issue with set_device in tests
       new  36fd392   Updating CHANGELOG and the version number
       new  81babf5   Merge pull request #53 from arrayfire/v3.2
       new  9d574a6   Merge branch 'master' into devel
       new  4156e48   Changing the test framework to be verbose on FAIL and exit with 1
       new  2ae92cb   Change tests to pass on windows
       new  b0b2fc4   Updated README with jenkins status icons
       new  f4e30e0   Cleaning up the status section of README.md
       new  f128e6a   Minor changes to test status tables
       new  d42dd87   Minor change to packaging
       new  48cf2b4   Set the AF_PATH to one of known paths if none is found
       new  bb0045b   Minor fixes to Heston model example to reduce memory footprint
       new  a509d02   Updating version number
       new  dffa4f2   Updating Changelog
       new  4ed70d6   Fixing types in arith test
       new  6e2271a   Add OSX status badge to readme
       new  417e841   Merge pull request #58 from shehzan10/devel
       new  9d89307   Adding raw_ptr()
       new  ed12077   Adding is_linear()
       new  11612e8   Adding is_owner()
       new  9bb9061   Adding strides()
       new  b726e89   Adding offset()
       new  cf28938   Enabling to pass offset and strides to the array constructor
       new  f18515f   Improving the documentation of raw_ptr() and device_ptr()
       new  5b5a25f   Merge pull request #61 from FilipeMaia/internals
       new  da1cad5   Fixes typo that prevented setting backend.
       new  764f0d9   Merge pull request #62 from bergkoet/hotfix
       new  7b9f5ac   Fixes typo that prevented setting backend.
       new  3f7ddf9   Fixing a test which was double freeing the data
       new  2e951d1   FEAT: Adding new graphics functions from 3.3
       new  6545b5a   Changing deprecated functions
       new  842e427   FEAT: Functions to allocate and free memory on host, device
       new  a9be255   Functions to check if arrayfire has imageio and lapack support
       new  a1f48ac   FEAT: Adding functions to query device and active backends
       new  d385b4d   Function to get the current revision of arrayfire
       new  9adae09   BUGFIX: Append SO names to the full library path
       new  cf38ac3   Ensure that the types of the enums values are correct
       new  64434f8   Merge pull request #66 from FilipeMaia/enum_fix
       new  4f43aab   BUGFIX: Fixes to image processing functions.
       new  5f4e860   RuntimeError now prints the proper error message from arrayfire
       new  196f110   Adding function to interop with pycuda
       new  ced0322   FEAT: Adding functions to interact with other opencl libraries
       new  b5d5c87   Cleaning up interop.py
       new  54a0cab   Adding interop functionality with pyopencl
       new  1030103   Adding a simple "to_array" function to ease interoperability
       new  15eb9a0   BUGFIX: Fixing issues with boolean indexing
       new  03a65bd   Updating Changelog
       new  9436ae7   Updating CHANGELOG for 3.3 release
       new  6c34821   Merge branch 'devel' for 3.3 release
       new  a6d7863   BUGFIX: Fixing bug for 32 bit architectures
       new  3c6c47c   BUGFIX: Fixing the bug in constant for 64 bit int types
       new  57f0045   Changing setup.py to avoid conflicts between master and devel
       new  52e1857   Updating master tag for release
       new  99b1c8c   Updated changelog
       new  f5efab4   BUGFIX installer: Add missing comma
       new  c5163a1   Initial debianization.
       new  0c379b0   Release to unstable.

The 250 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
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