From 615ffc43d467c6e1d702e643424f3cd4f369e7ea Mon Sep 17 00:00:00 2001 From: Thamme Gowda Date: Thu, 8 Aug 2024 23:53:35 +0000 Subject: [PATCH] changelog updated with manylinux item --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa4465ce..887f76bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fixed compilation with clang 16.0.6 - Added Threads::Threads to `EXT_LIBS` - Updates to pymarian: building for multiple python versions; disabling tcmalloc; hosting gated COMETs on HuggingFace +- Scripts for building _manylinux_ compatible wheel files (a requirement for publishing wheels on PyPI) ### Added - Added `--normalize-gradient-by-ratio` to mildly adapt gradient magnitude if effective batch size diverges from running average effective batch size.