aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.