v0.5.0
What's Changed
๐ Features
- chore(pointcloud_metainfo): add pointcloud metainfo class (#228) @SamratThapa120
- feat: return status depending on the checker's severity (#216) @ktro2828
- feat: add detailed sanity checking (#212) @ktro2828
๐ง Refactoring
- refactor: move safety functions to safety.py (#227) @ktro2828
- refactor: rename RuleGroup.TIER4 to RuleGroup.TIERIV (#226) @ktro2828
- refactor: declare rule-id as class variable (#220) @ktro2828
- refactor: remove unused sanity file in common directory (#219) @ktro2828
- refactor: remove include_warning option (#218) @ktro2828
- refactor: rename status (#217) @ktro2828
๐ Documentation
- docs: update readme (#224) @ktro2828
- docs: update document for the sanity (#222) @ktro2828
- docs: update documents for sanity check (#221) @ktro2828
- refactor: remove include_warning option (#218) @ktro2828
- refactor: rename status (#217) @ktro2828
- feat: return status depending on the checker's severity (#216) @ktro2828
- feat: add detailed sanity checking (#212) @ktro2828
- docs: update the links to the document pages in README (#215) @ktro2828
๐ Test
- refactor: rename RuleGroup.TIER4 to RuleGroup.TIERIV (#226) @ktro2828
- test: add unit testings for specific checkers (#225) @ktro2828
- test: add unit testings for core functions of sanity module (#223) @ktro2828
- feat: return status depending on the checker's severity (#216) @ktro2828