Skip to content

Commit

Permalink
Update info for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Nov 7, 2018
1 parent 2ee6763 commit 7961bc0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ interfaces to select functions in the `CULA Dense Toolkit <http://www.culatools.
Both low-level wrapper functions similar to their C counterparts and high-level
functions comparable to those in `NumPy and Scipy <http://www.scipy.org>`_ are provided.

.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.40565.svg
:target: http://dx.doi.org/10.5281/zenodo.40565
:alt: 0.5.1
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.1479820.svg
:target: http://dx.doi.org/10.5281/zenodo.1479820
:alt: 0.5.2
.. image:: https://img.shields.io/pypi/v/scikit-cuda.svg
:target: https://pypi.python.org/pypi/scikit-cuda
:alt: Latest Version
.. Uncomment after pypi is migrated to warehouse and stats are re-enabled:
.. https://github.com/badges/shields/issues/716
.. .. image:: https://img.shields.io/pypi/dm/scikit-cuda.svg
.. image:: https://img.shields.io/pypi/dm/scikit-cuda.svg
:target: https://pypi.python.org/pypi/scikit-cuda
:alt: Downloads
.. image:: http://prime4commit.com/projects/102.svg
Expand Down Expand Up @@ -56,7 +54,7 @@ Citing
------
If you use scikit-cuda in a scholarly publication, please cite it as follows: ::

@misc{givon_scikit-cuda_2015,
@misc{givon_scikit-cuda_2018,
author = {Lev E. Givon and
Thomas Unterthiner and
N. Benjamin Erichson and
Expand Down Expand Up @@ -89,12 +87,12 @@ If you use scikit-cuda in a scholarly publication, please cite it as follows: ::
Feng Wang and
Wing-Kit Lee and
Yiyin Zhou},
title = {scikit-cuda 0.5.1: a {Python} interface to {GPU}-powered libraries},
month = December,
year = 2015,
doi = {10.5281/zenodo.40565},
url = {http://dx.doi.org/10.5281/zenodo.40565},
note = {\url{http://dx.doi.org/10.5281/zenodo.40565}}
title = {scikit-cuda 0.5.2: a {Python} interface to {GPU}-powered libraries},
month = November,
year = 2018,
doi = {10.5281/zenodo.1479820},
url = {http://dx.doi.org/10.5281/zenodo.1479820},
note = {\url{http://dx.doi.org/10.5281/zenodo.1479820}}
}

Authors & Acknowledgments
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Change Log
==========

Release 0.5.2 (under development)
---------------------------------
Release 0.5.2 (November 6, 2018)
--------------------------------
* Prevent exceptions when CULA Dense free is present (#146).
* Fix Python 3 issues with CUSOLVER wrapper functions (#145)
* Add support for using either CUSOLVER or CULA for computing SVD.
Expand Down

0 comments on commit 7961bc0

Please sign in to comment.