From 2c6e469a01e43c7109a6d01f223d84968ca2f287 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..51c87f88d 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` + [#753](https://github.com/vocalpy/vak/pull/753). + 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