Skip to content

Commit

Permalink
[Version] Bump version to v0.7.0 (#43)
Browse files Browse the repository at this point in the history
update version.txt and changelog
  • Loading branch information
LazyBusyYang authored May 5, 2023
1 parent fe23f79 commit 5eb9119
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### v0.7.0 (05/05/2023/)

**Highlights**

- Add `synbody_utils.py` and `exr_reader.py` module to help with using synbody dataset.
- Support points and lines visualization by OpenCV and by Matplotlib.
- Improve external dependencies by splitting external and project build.
- Update dockerfiles, build scripts and docker images.

**New Features**

- Add points and lines visualization by OpenCV and by Matplotlib, with features such as PointPalette and LinePalette for visualization backends sharing the same definition of data.
- Add fast undistortion in Python.
- Add Keypoints, Limbs and keypoints_convention from XRMoCap.
- Add world convention for 3D spaces.
- Add `VideoReader` to ffmpeg_utils in Python. Together with `VideoWriter`, now we can visualize a really long video on a machine with poor RAM.

### v0.6.0 (01/09/2022/)

**Highlights**
Expand Down
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
XRPRIMER_VERSION_MAJOR 0
XRPRIMER_VERSION_MINOR 6
XRPRIMER_VERSION_PATCH 1
XRPRIMER_VERSION_MINOR 7
XRPRIMER_VERSION_PATCH 0

0 comments on commit 5eb9119

Please sign in to comment.