Skip to content

Commit

Permalink
Update and release version 2.21.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin authored and conradsnicta committed Feb 16, 2024
1 parent 13f66d0 commit 9d8dfb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ $ cd ensmallen

# - or -

$ wget http://ensmallen.org/files/ensmallen-2.21.0.tar.gz
$ tar -xvzpf ensmallen-2.21.0.tar.gz
$ wget http://ensmallen.org/files/ensmallen-2.21.1.tar.gz
$ tar -xvzpf ensmallen-2.21.1.tar.gz
$ cd ensmallen-latest
```

Expand Down
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### ensmallen ?.??.?: "???"
###### ????-??-??
### ensmallen 2.21.1: "Bent Antenna"
###### 2024-02-15
* Fix numerical precision issues for small-gradient L-BFGS scaling factor
computations ([#392](https://github.com/mlpack/ensmallen/pull/392)).

Expand Down
8 changes: 4 additions & 4 deletions include/ensmallen_bits/ens_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
// The minor version is two digits so regular numerical comparisons of versions
// work right. The first minor version of a release is always 10.
#define ENS_VERSION_MINOR 21
#define ENS_VERSION_PATCH 0
#define ENS_VERSION_PATCH 1
// If this is a release candidate, it will be reflected in the version name
// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
// name will typically be a seemingly arbitrary set of words that does not
// contain the capitalized string "RC".
#define ENS_VERSION_NAME "Bent Antenna"
// Incorporate the date the version was released.
#define ENS_VERSION_YEAR "2023"
#define ENS_VERSION_MONTH "11"
#define ENS_VERSION_DAY "27"
#define ENS_VERSION_YEAR "2024"
#define ENS_VERSION_MONTH "02"
#define ENS_VERSION_DAY "15"

namespace ens {

Expand Down

0 comments on commit 9d8dfb2

Please sign in to comment.