From 8ea1de67757c064a4e4a70389e27185fcb3a4fcb Mon Sep 17 00:00:00 2001 From: epwalsh Date: Thu, 3 Jun 2021 10:22:01 -0700 Subject: [PATCH] Prepare for release v2.5.0 --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7918c37..b62874f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased + +## [v2.5.0](https://github.com/allenai/allennlp-models/releases/tag/v2.5.0) - 2021-06-03 + ### Changed + - Updated all instances of `sanity_checks` to `confidence_checks`. - The `num_serialized_models_to_keep` parameter is now called `keep_most_recent_by_count`. +- Improvements to the vision models and other models that use `allennlp.modules.transformer` under the hood. ### Added @@ -22,10 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a `beam_search` parameter to the `generation` models so that a `BeamSearch` object can be specified in their configs. - Added a binary gender bias-mitigated RoBERTa model for SNLI. -### Changed - -- Improvements to the vision models and other models that use `allennlp.modules.transformer` under the hood. - ## [v2.4.0](https://github.com/allenai/allennlp-models/releases/tag/v2.4.0) - 2021-04-22