Skip to content

Commit

Permalink
bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Aug 13, 2022
1 parent fc07216 commit 3a33f8c
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 45 deletions.
4 changes: 2 additions & 2 deletions EigenRand/Core.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file Core.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/Dists/Basic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file Basic.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/Dists/Discrete.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file Discrete.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/Dists/GammaPoisson.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file GammaPoisson.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/Dists/NormalExp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file NormalExp.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/EigenRand
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file EigenRand
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-09-17
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
6 changes: 3 additions & 3 deletions EigenRand/Macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file Macro.h
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-09-28
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand All @@ -14,7 +14,7 @@

#define EIGENRAND_WORLD_VERSION 0
#define EIGENRAND_MAJOR_VERSION 4
#define EIGENRAND_MINOR_VERSION 0
#define EIGENRAND_MINOR_VERSION 1

#if EIGEN_VERSION_AT_LEAST(3,3,10)
#define EIGENRAND_EIGEN_34_MODE
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/MorePacketMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file MorePacketMath.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/MvDists/Multinomial.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file Multinomial.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/MvDists/MvNormal.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file MvNormal.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/PacketFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file PacketFilter.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/PacketRandomEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file PacketRandomEngine.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/RandUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file RandUtils.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.3
* @date 2021-03-31
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/AVX/MorePacketMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file MorePacketMath.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.5
* @date 2021-07-16
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/AVX/PacketFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file PacketFilter.h
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-09-17
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/AVX/RandUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file RandUtils.h
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-09-17
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/NEON/MorePacketMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file MorePacketMath.h
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-04-26
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/NEON/PacketFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file PacketFilter.h
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-09-17
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/NEON/RandUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file RandUtils.h
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-09-17
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/SSE/MorePacketMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file MorePacketMath.h
* @author bab2min ([email protected])
* @brief
* @version 0.3.5
* @date 2021-07-16
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/SSE/PacketFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file PacketFilter.h
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-09-17
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 2 additions & 2 deletions EigenRand/arch/SSE/RandUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file RandUtils.h
* @author bab2min ([email protected])
* @brief
* @version 0.4.0
* @date 2021-09-17
* @version 0.4.1
* @date 2022-08-13
*
* @copyright Copyright (c) 2020-2021
*
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@ MIT License

## History

### 0.4.1 (2022-08-13)
* Fixed a bug where double-type generation with std::mt19937 fails compilation.
* Fixed a bug where `UniformIntGen` in scalar mode generates numbers in the wrong range.

### 0.4.0 alpha (2021-09-28)
* Now EigenRand supports ARM & ARM64 NEON architecture experimentally. Please report issues about ARM & ARM64 NEON.
* Now EigenRand has compatibility to `Eigen 3.4.0`.
Expand Down

0 comments on commit 3a33f8c

Please sign in to comment.