Skip to content

Commit

Permalink
bump version; add changelog (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 authored Jun 17, 2022
1 parent a181921 commit c2c7a94
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `zamba` changelog

## v2.0.4 (2022-06-17)

- Pins `thop` to an earlier version ([PR #191](https://github.com/drivendataorg/zamba/pull/191))
- Fixes caching so a previously downloaded checkpoint file actually gets used ([PR #190](https://github.com/drivendataorg/zamba/pull/190))
- Removes a lightning deprecation warning for DDP and sets a ceiling on `protobuf` for tensorboard ([PR #187](https://github.com/drivendataorg/zamba/pull/187))
- Ignores extra columns in the user-provided labels or filepaths csv ([PR #186](https://github.com/drivendataorg/zamba/pull/186))

## v2.0.3 (2022-05-06)

Releasing to pick up #179.
Expand Down
13 changes: 13 additions & 0 deletions docs/docs/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# `zamba` changelog

## v2.0.4 (2022-06-17)

- Pins `thop` to an earlier version ([PR #191](https://github.com/drivendataorg/zamba/pull/191))
- Fixes caching so a previously downloaded checkpoint file actually gets used ([PR #190](https://github.com/drivendataorg/zamba/pull/190))
- Removes a lightning deprecation warning for DDP and sets a ceiling on `protobuf` for tensorboard ([PR #187](https://github.com/drivendataorg/zamba/pull/187))
- Ignores extra columns in the user-provided labels or filepaths csv ([PR #186](https://github.com/drivendataorg/zamba/pull/186))

## v2.0.3 (2022-05-06)

Releasing to pick up #179.

- PR [#179](https://github.com/drivendataorg/zamba/pull/179) removes the DensePose extra from the default dev requirements and tests. Docs are updated to clarify how to install and run tests for DensePose.

## v2.0.2 (2021-12-21)

Releasing to pick up #172.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ You can then share your model with others by adding it to the [Model Zoo Wiki](h

We would love your contributions of code fixes, new models, additional training data, docs revisions, and anything else you can bring to the project!

See the docs page on [contributing to `zamba`](contribute/index.md) for details.
See the docs page on [contributing to `zamba`](contribute/) for details.
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.0.3
version = 2.0.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 c2c7a94

Please sign in to comment.