-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading dependencies on capture and core packages (#36)
* Upgrading dependencies on capture and core packages * Update package version to 0.2.0-preview.2
- Loading branch information
1 parent
cbcf425
commit 826ced9
Showing
6 changed files
with
22 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file. | |
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.2.0-preview.2] - 2020-07-15 | ||
### Fixed | ||
Fixed bug that prevented RGB captures to be written out to disk | ||
Fixed compatibility with [email protected] | ||
|
||
## [0.2.0-preview.1] - 2020-07-02 | ||
### Added | ||
Added CameraLabeler, an extensible base type for all forms of dataset output from a camera. | ||
|
@@ -13,14 +18,5 @@ Moved the various forms of ground truth from PerceptionCamera into various subcl | |
Renamed SimulationManager to DatasetCapture. | ||
Changed Semantic Segmentation to take a SemanticSegmentationLabelConfig, which maps labels to color pixel values. | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed | ||
Fixed bug that prevented RGB captures to be written out to disk | ||
|
||
### Security | ||
|
||
## [0.1.0] - 2020-06-24 | ||
### This is the first release of the _Perception_ package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters