{ "info": { "author": "Tijmen Tieleman", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "[This document is a copy of the original. `The latest version is\navailable on Tijmen Tieleman's\nhomepage. `_]\n\nGnumpy is free software, but if you use it in scientific work that\ngets published, you should cite `this tech report\n`_ in your\npublication.\n\nDocumentation: `here\n`_.\n\nDo you want to have both the compute power of GPU's and the\nprogramming convenience of Python numpy? Gnumpy + Cudamat will bring\nyou that.\n\nGnumpy is a simple Python module that interfaces in a way almost\nidentical to numpy, but does its computations on your computer's\nGPU. See `this example\n`_, training an\nRBM using Gnumpy.\n\nGnumpy runs on top of, and therefore requires, the excellent `cudamat\n`_ library, written by `Vlad Mnih\n`_.\n\nGnumpy can run in simulation mode: everything happens on the CPU, but\nthe interface is the same. This can be helpful if you like to write\nyour programs on your GPU-less laptop before running them on a\nGPU-equipped machine. It also allows you to easily test what\nperformance gain you get from using a GPU. The simulation mode\nrequires `npmat `_, written\nby `Ilya Sutskever `_. [npmat is\nincluded in this distribution.]\n\nGnumpy is licensed with a BSD-style license (i.e. it's completely free\nto use for everyone, also as a component in commercial software), with\none added note: if you use it for scientific work that gets published,\nyou must include reference to the Gnumpy tech report in your\npublication. For details of the license, see the top of gnumpy.py.\n\nRecent changes:\n\n- 2012-07-25: Bugfix. gnumpy.dot(x, x), when x is a 1-dimensional array, didn't work but now works.\n- 2011-06-06: gnumpy.dot() now takes arrays of ndim>2.\n- 2011-04-19: Bugfix: several bugs involving zero size arrays were fixed.\n- 2011-04-15: Bugfix. \"x=gnumpy.zeros(10); x[array([])] = garray([])\" didn't work as it should. Now it does.\n- 2011-03-24: Added gnumpy.outer().\n- 2011-03-15: The ability to check for infs and nans automatically has been added to Gnumpy.\n- 2010-07-19: Cudamat now enables fast indexing with arrays of indices. Download the newest Cudamat to have fast indexing with arrays in Gnumpy.\n- 2010-07-08: Renamed the project to Gnumpy. It used to be called Gpunnumpy.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.cs.toronto.edu/~tijmen/gnumpy.html", "keywords": null, "license": "BSD-derived (see LICENSE.txt)", "maintainer": null, "maintainer_email": null, "name": "gnumpy", "package_url": "https://pypi.org/project/gnumpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gnumpy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.cs.toronto.edu/~tijmen/gnumpy.html" }, "release_url": "https://pypi.org/project/gnumpy/0.2/", "requires_dist": null, "requires_python": null, "summary": "Gnumpy is a simple Python module that interfaces in a way almost identical to numpy, but does its computations on your computer's GPU, using Cudamat.", "version": "0.2" }, "last_serial": 792534, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c80ec9017fae889403824d054cf34f15", "sha256": "b3f84a25ff554ffa6c1847877e0a1c03f338eb3a7423f4b84b5fcd3a1b2cb943" }, "downloads": -1, "filename": "gnumpy-0.1.tar.gz", "has_sig": false, "md5_digest": "c80ec9017fae889403824d054cf34f15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28477, "upload_time": "2012-12-19T23:58:10", "url": "https://files.pythonhosted.org/packages/e9/2b/da829073cd2525f4bb76ca0860b56482e5f0e94158ef13dd17f3e2f29903/gnumpy-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "285c5c1c110a0a3f0ab10a2274bd08b7", "sha256": "070b78ee648c42e3dcd2f56a4308cc26bcaa1de30a4f7c078eb5828050a4ec4f" }, "downloads": -1, "filename": "gnumpy-0.2.tar.gz", "has_sig": false, "md5_digest": "285c5c1c110a0a3f0ab10a2274bd08b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28967, "upload_time": "2012-12-20T00:08:21", "url": "https://files.pythonhosted.org/packages/46/63/2c7f2fd6763130700dff21aada32b2d6cf3373a625af71cc74f7090818f4/gnumpy-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "285c5c1c110a0a3f0ab10a2274bd08b7", "sha256": "070b78ee648c42e3dcd2f56a4308cc26bcaa1de30a4f7c078eb5828050a4ec4f" }, "downloads": -1, "filename": "gnumpy-0.2.tar.gz", "has_sig": false, "md5_digest": "285c5c1c110a0a3f0ab10a2274bd08b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28967, "upload_time": "2012-12-20T00:08:21", "url": "https://files.pythonhosted.org/packages/46/63/2c7f2fd6763130700dff21aada32b2d6cf3373a625af71cc74f7090818f4/gnumpy-0.2.tar.gz" } ] }