Skip to content

Commit

Permalink
Release v3d to 1.5.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 516232291
  • Loading branch information
Conchylicultor authored and The visu3d Authors committed Mar 13, 2023
1 parent 229e90a commit 6c16299
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog follow https://keepachangelog.com/ format.

## [Unreleased]

## [1.5.0] - 2023-03-13

* **Add `torch` support! (Fix #12)**
* `v3d.math`:
* Fixed: `.ndim` attribute error when using `@tf.function`
Expand Down Expand Up @@ -81,7 +83,8 @@ Changelog follow https://keepachangelog.com/ format.

* Normalize `look_at` by default

[Unreleased]: https://github.com/google-research/visu3d/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/google-research/visu3d/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/google-research/visu3d/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/google-research/visu3d/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/google-research/visu3d/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion visu3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
# Note:
# * Make sure to also update the `CHANGELOG.md` before this.
# * Make sure to also trigger an `etils` release
__version__ = '1.4.0'
__version__ = '1.5.0'

0 comments on commit 6c16299

Please sign in to comment.