Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmorimitsu committed Jun 12, 2024
1 parent e3af9e4 commit f831021
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ This is still under development, so some things may not work as intended. I plan

## What's new

### - v0.3.2

- Added new models:
- MemFlow [https://arxiv.org/abs/2404.04808](https://arxiv.org/abs/2404.04808)
- NeuFlow [https://arxiv.org/abs/2403.10425](https://arxiv.org/abs/2403.10425)
- SEA-RAFT [https://arxiv.org/abs/2405.14793](https://arxiv.org/abs/2405.14793)
- SplatFlow [https://arxiv.org/abs/2306.08887](https://arxiv.org/abs/2306.08887)
- Add support for more datasets:
- TartanAir [https://theairlab.org/tartanair-dataset/](https://theairlab.org/tartanair-dataset/)
- Kubric [https://github.com/google-research/kubric](https://github.com/google-research/kubric)
- Add ONNX and TensorRT conversion to RAPIDFlow
- Fix LR scheduler when accumulating gradients

### - v0.3.1

- Added new models:
Expand Down
2 changes: 1 addition & 1 deletion ptlflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
# =============================================================================

__version__ = "0.3.1"
__version__ = "0.3.2"

import logging
from argparse import Namespace
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ptlflow"
version = "0.3.1"
version = "0.3.2"
authors = [
{name = "Henrique Morimitsu", email = "[email protected]"},
]
Expand Down

0 comments on commit f831021

Please sign in to comment.