Skip to content

Commit

Permalink
DOC: version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kellieotto committed Sep 13, 2018
1 parent eb50617 commit 7d826e8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions docs/release/release_0.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Announcement: cryptorandom 0.2
===========================

We're happy to announce the release of cryptorandom v0.2!

cryptorandom is a cryptographically secure PRNG and sampling module for Python.

For more information, examples, and documentation, please visit our website:

http://statlab.github.io/cryptorandom/


New Features
------------
* Functionality to generate random permutations of a list



Improvements
------------
* Bug fix in Vitter_Z
* Standardized output of sampling functions. Now, all of them return np.arrays
* Improved examples and documentation


Contributors to this release
----------------------------
Kellie Ottoboni
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
URL = 'http://www.github.com/statlab/cryptorandom'
LICENSE = 'BSD License'
DOWNLOAD_URL = 'http://www.github.com/statlab/cryptorandom'
VERSION = '0.1'
VERSION = '0.2'
PYTHON_VERSION = (2, 7)

INSTALL_REQUIRES = [
Expand Down

0 comments on commit 7d826e8

Please sign in to comment.