Skip to content

Commit eba2324

Browse files
authored
Revert "Release version 3.11.0: "Sunny Day" (#447)" (#448)
This reverts commit db5cef9.
1 parent db5cef9 commit eba2324

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

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-3.11.0.tar.gz
113-
$ tar -xvzpf ensmallen-3.11.0.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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
### ensmallen ?.??.?: "???"
22
###### ????-??-??
3-
4-
### ensmallen 3.11.0: "Sunny Day"
5-
###### 2025-12-11
63
* Refactor `GradientDescent` into
74
`GradientDescentType<UpdatePolicyType, DecayPolicyType>` and
85
add the `DeltaBarDelta` and `MomentumDeltaBarDelta` optimizers

include/ensmallen_bits/ens_version.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
#define ENS_VERSION_MAJOR 3
1616
// The minor version is two digits so regular numerical comparisons of versions
1717
// work right. The first minor version of a release is always 10.
18-
#define ENS_VERSION_MINOR 11
18+
#define ENS_VERSION_MINOR 10
1919
#define ENS_VERSION_PATCH 0
2020
// If this is a release candidate, it will be reflected in the version name
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 "Sunny Day"
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 "12"
28-
#define ENS_VERSION_DAY "11"
27+
#define ENS_VERSION_MONTH "09"
28+
#define ENS_VERSION_DAY "25"
2929

3030
namespace ens {
3131

0 commit comments

Comments
 (0)