Releases: brunocodutra/metal
Releases · brunocodutra/metal
v2.1.4
🧹 Chore
#152, #153 Update documentation;
v2.1.3
🧹 Chore
#145 Update documentation;
v2.1.2
🚀 What's New
#124 Provide custom implementation of metal::partition
(for performance);
#134 Allow building metal without documentation, examples and tests;
🧹 Chore
#135 Reformat using clang-format's WebKit style;
#142 Update documentation related dependencies;
v2.1.0
🚀 What's New
#101 metal::less
is now the default ordering for metal::sort
.
#111 metal::accumulate
is now defined for zero input lists.
🪲 Bugfixes
#127 added a workaround for a regression in VC++ 19.24.
#129 fixed an ambiguous template instantiation on metal::sort
.
v2.0.1
What's New
- #88 Improved implementation of
metal::sort
v2.0.0
🚀 What's New
- Now available under the terms of the MIT license
v1.0.1
What's New
- Improved support for Visual Studio 2017
v1.0.0
What's New
- Metal is finally stable! 🎉🎉🎉
- Fully backported to C++11 (down from C++14)
- Added official support for GCC 4.7