Skip to content

Commit

Permalink
Bump API version (0.13.1), update CHANGELOG (#142)
Browse files Browse the repository at this point in the history
* Bump API version (0.13.1), update CHANGELOG

* Update CHANGELOG
  • Loading branch information
msz-rai authored Apr 19, 2023
1 parent ad39515 commit 9786a96
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [0.13.1] 19 April 2023

### Fixed
- Improved performance of temporal merge node.
- The node doubles the array capacity if it's running out (instead of reallocating every iteration).

### Changed
- Point cloud formatting for `rgl_graph_write_pcd_file` is performed on the CPU now.
- We prefer to avoid transferring huge point cloud to GPU (risk of cuda out of memory error).

### Known Issues
- `rgl_graph_write_pcd_file` causes SEH exception on Windows when trying to save point cloud with ~375 000 000 or more points.
- The issue has been reported to PCL ([link](https://github.com/PointCloudLibrary/pcl/issues/5674)).

## [0.13.0] 29 March 2023

### Added
Expand Down
2 changes: 1 addition & 1 deletion include/rgl/api/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

#define RGL_VERSION_MAJOR 0
#define RGL_VERSION_MINOR 13
#define RGL_VERSION_PATCH 0
#define RGL_VERSION_PATCH 1

/**
* Three consecutive 32-bit floats.
Expand Down

0 comments on commit 9786a96

Please sign in to comment.