mlpack / ensmallen

A header-only C++ library for numerical optimization --
http://ensmallen.org
Other
740 stars 119 forks source link

Release version 2.21.1: "Bent Antenna" #393

Closed rcurtin closed 7 months ago

rcurtin commented 7 months ago

This automatically-generated pull request adds the commits necessary to make the 2.21.1 release.

Once the PR is merged, mlpack-bot will tag the release as HEAD~1 (so that it doesn't include the new HISTORY block) and publish it.

Or, well, hopefully that will happen someday.

When you merge this PR, be sure to merge it using a rebase.

Changelog

conradsnicta commented 7 months ago

@rcurtin Could you hold off on releasing 2.21.1 for a bit?

I'm planning to submit a PR that ensures the tests are built with cmake's release mode enabled. Right now doing make ensmallen_tests seems to build the tests without optimisation enabled, which in turn means the tests take forever to run.

rcurtin commented 7 months ago

Oh, sure, no problem. It's just a one-line script that opens this PR anyway :smile:

conradsnicta commented 7 months ago

@rcurtin #394 was merged, so the 2.21.1 release should be good to go now

rcurtin commented 7 months ago

Yep, I opened #395 for the new release that has #394 included. :+1: