From 5daeb149350ef62184b0c8f68a4ba31ab434b52e Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Mon, 6 May 2024 13:06:30 -0400 Subject: [PATCH] DOC: Update CHANGELOG after merging #753 [skip ci] --- doc/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index eb0c417af..41ebd8027 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -91,6 +91,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Fixes [#685](https://github.com/vocalpy/vak/issues/685), [#345](https://github.com/vocalpy/vak/issues/345), and [#748](https://github.com/vocalpy/vak/issues/748). +- Re-factor model abstraction: replace `vak.models.base.Model` class + with `vak.models.factory.ModelFactory` + [#751](https://github.com/vocalpy/vak/pull/751). + Fixes [#737](https://github.com/vocalpy/vak/issues/737) and + [#726](https://github.com/vocalpy/vak/issues/726). ### Removed - Remove entry points since they are not being used