Skip to content

Commit

Permalink
release v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Nov 10, 2022
1 parent 70a6a29 commit 0b9a901
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `zamba` changelog

## v2.2.4 (2022-11-10)

* Do not cache videos if the `VIDEO_CACHE_DIR` environment variable is an empty string or zero ([PR #245](https://github.com/drivendataorg/zamba/pull/245))

## v2.2.3 (2022-11-01)

* Fixes Lightning deprecation of DDPPlugin ([PR #244](https://github.com/drivendataorg/zamba/pull/244))
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `zamba` changelog

## v2.2.4 (2022-11-10)

* Do not cache videos if the `VIDEO_CACHE_DIR` environment variable is an empty string or zero ([PR #245](https://github.com/drivendataorg/zamba/pull/245))

## v2.2.3 (2022-11-01)

* Fixes Lightning deprecation of DDPPlugin ([PR #244](https://github.com/drivendataorg/zamba/pull/244))
Expand Down
5 changes: 1 addition & 4 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
[![codecov](https://codecov.io/gh/drivendataorg/zamba/branch/master/graph/badge.svg)](https://codecov.io/gh/drivendataorg/zamba)
<!-- [![PyPI](https://img.shields.io/pypi/v/zamba.svg)](https://pypi.org/project/zamba/) -->


<div class="embed-responsive embed-responsive-16by9" width=500>
<iframe width=600 height=340 class="embed-responsive-item" src="https://s3.amazonaws.com/drivendata-public-assets/monkey-vid.mp4"
frameborder="0" allowfullscreen=""></iframe></div>
<div class="embed-responsive embed-responsive-16by9" width=500> <iframe width=600 height=340 class="embed-responsive-item" src="https://s3.amazonaws.com/drivendata-public-assets/monkey-vid.mp4" frameborder="0" allowfullscreen=""></iframe></div>

> *Zamba* means "forest" in Lingala, a Bantu language spoken throughout the Democratic Republic of the Congo and the Republic of the Congo.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = zamba
version = 2.2.3
version = 2.2.4
author = DrivenData
author_email = [email protected]
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.
Expand Down

0 comments on commit 0b9a901

Please sign in to comment.