Skip to content

Commit

Permalink
bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Mar 30, 2021
1 parent a2c8f9b commit 198dd7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
popd
cp -r doxygen/docs/html/* ../g/bab2min.github.io/eigenrand/${EIGENRAND_VER}/en
pushd ../g/bab2min.github.io
echo "<meta http-equiv='refresh' content='0;url=/eigenrand/${EIGENRAND_VER}/en/' >" > eigenrand/index.html
git config user.email "bab2min@gmail.com"
git config user.name "bab2min"
git add .
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ The results of EigenRand and C++ std appear to be equivalent within the margin o
MIT License

## History
### 0.3.3 (2021-03-30)
* A compilation failure with some RNGs in `double` type was fixed.
* An internal function name `plgamma` conflict with one of `SpecialFunctionsPacketMath.h` was fixed.

### 0.3.2 (2021-03-26)
* A default constructor for `DiscreteGen` was added.
Expand Down

0 comments on commit 198dd7f

Please sign in to comment.