diff --git a/HISTORY.md b/HISTORY.md index 26f5b327..49ef8896 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,15 @@ # `zamba` changelog -## v2 (2021-10-22) +## v2.0.1 (2021-12-15) + +Releasing to pick up #167 and #169. + + - PR [#169](https://github.com/drivendataorg/zamba/pull/169) fixes error in splitting data into train/test/val when only a few videos. + - PR [#167](https://github.com/drivendataorg/zamba/pull/167) refactors yolox into an `object_detection` module + +Other documentation fixes also included. + +## v2.0.0 (2021-10-22) ### Previous model: Machine learning competition diff --git a/setup.cfg b/setup.cfg index 0033b8c6..ca929c83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = zamba -version = 2.0.0 +version = 2.0.1 author = DrivenData author_email = info@drivendata.org description = Zamba is a command line tool and Python package to identify animals in camera trap videos and train custom models for new species and habitats.