Skip to content

Commit 136d813

Browse files
committed
Update and release version 3.10.0.
1 parent b22e53f commit 136d813

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ $ cd ensmallen
109109

110110
# - or -
111111

112-
$ wget http://ensmallen.org/files/ensmallen-2.22.2.tar.gz
113-
$ tar -xvzpf ensmallen-2.22.2.tar.gz
112+
$ wget http://ensmallen.org/files/ensmallen-3.10.0.tar.gz
113+
$ tar -xvzpf ensmallen-3.10.0.tar.gz
114114
$ cd ensmallen-latest
115115
```
116116

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### ensmallen ?.??.?: "???"
2-
###### ????-??-??
1+
### ensmallen 3.10.0: "Unexpected Rain"
2+
###### 2025-09-25
33
* SGD-like optimizers now all divide the step size by the batch size so that
44
step sizes don't need to be tuned in addition to batch sizes. If you require
55
behavior from ensmallen 2, define the `ENS_OLD_SEPARABLE_STEP_BEHAVIOR` macro

include/ensmallen_bits/ens_version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
2222
// name will typically be a seemingly arbitrary set of words that does not
2323
// contain the capitalized string "RC".
24-
#define ENS_VERSION_NAME "RC1"
24+
#define ENS_VERSION_NAME "Unexpected Rain"
2525
// Incorporate the date the version was released.
2626
#define ENS_VERSION_YEAR "2025"
27-
#define ENS_VERSION_MONTH "04"
28-
#define ENS_VERSION_DAY "30"
27+
#define ENS_VERSION_MONTH "09"
28+
#define ENS_VERSION_DAY "25"
2929

3030
namespace ens {
3131

0 commit comments

Comments
 (0)