aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 16:53:05 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 16:53:05 +0000
commitc46624087bd7b9afe890cd14747df208c882c3fb (patch)
treef38b826344ef644d3e09bce8c275c168e48fd0d6
parentBump version (diff)
downloadSyncRNG-c46624087bd7b9afe890cd14747df208c882c3fb.tar.gz
SyncRNG-c46624087bd7b9afe890cd14747df208c882c3fb.zip
SyncRNG Release 1.3.2
Minor changes to python packaging and continuous integration.
-rw-r--r--CHANGELOG.md3
-rw-r--r--python/README.md4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a76db02..d816a9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Change log
+## Version 1.3.2
+
+* [Python] improvements to packaging and continuous integration
## Version 1.3.1
diff --git a/python/README.md b/python/README.md
index 181f72c..7995026 100644
--- a/python/README.md
+++ b/python/README.md
@@ -10,8 +10,8 @@ Generate the same random numbers in R and Python.
## Why?
-This program was created because it was desired to have the same random
-numbers in both R and Python programs. Although both languages implement a
+This program was created because I wanted to have the same random numbers in
+both R and Python programs. Although both languages implement a
Mersenne-Twister random number generator (RNG), the implementations are so
different that it is not possible to get the same random numbers, even with
the same seed.