v0.0.7
·
27 commits
to refs/heads/main
since this release
What's Changed
π Features
- feat: add field called automatic_annotation for annotation tables (#76) @ktro2828
- feat(visualize): add support of loading global map origin from yaml (#70) @ktro2828
- feat(dataclass): add serialization function (#68) @ktro2828
π Bug Fixes
- fix: resolve handling the wrong order of roi (#78) @ktro2828
- fix: replace np.asarray by np.array in dataclass constructors (#73) @ktro2828
π§ Refactoring
- refactor(viewer): use attrs for rendering data (#77) @ktro2828
- style: update docstrings (#74) @ktro2828
- refactor: rename FilterByAre to FilterByRegion (#72) @ktro2828
- refactor: ensure enum members are unique (#71) @ktro2828
- refactor: rename FilterByPosition to FilterByArea (#69) @ktro2828
π Documentation
- docs: add link to the T4 dataset format (#79) @ktro2828
- feat(dataclass): add serialization function (#68) @ktro2828
- docs: update documents of schema (#67) @ktro2828
π Test
- fix: resolve handling the wrong order of roi (#78) @ktro2828
- feat: add field called automatic_annotation for annotation tables (#76) @ktro2828
- fix: replace np.asarray by np.array in dataclass constructors (#73) @ktro2828
- refactor: rename FilterByAre to FilterByRegion (#72) @ktro2828
- refactor: rename FilterByPosition to FilterByArea (#69) @ktro2828