What's Changed
- bump version to 0.1.7 by @edgarriba in #165
- Fix github python release by @edgarriba in #166
- Add experimental Kornia viz by @edgarriba in #175
- create
kornia-3d
crate with ply reader and rerun example by @edgarriba in #177 - Implement Colmap reader by @edgarriba in #180
- Implement Iterative Closest Point algorithm and 3d utils by @edgarriba in #182
- reorganize dependencies by @edgarriba in #183
- support python 3.13 by @edgarriba in #184
- implement XYZRgbNormalsProperty in ply parser by @edgarriba in #187
- Bumpt fast resize by @edgarriba in #192
- Implement
kornia3d::pose
for homography and affine by @edgarriba in #194 - rename kornia-core to kornia-tensor by @edgarriba in #195
- implement hessian response by @edgarriba in #196
- Implement Imgproc filters by @edgarriba in #199
- chore (kornia-py): makefile w/ uv, and extend python ci by @johnnv1 in #200
- fix
separable_filter
regression by @edgarriba in #201 - Fix kornia-serve imports by @edgarriba in #202
- remove kornia-serve by @edgarriba in #203
- refactor (just): move make to just cmd runner by @johnnv1 in #204
- chore (ci): ensure support to all py versions of releases by @johnnv1 in #205
- feat (devcontainer): setup devcontainer for vscode by @johnnv1 in #206
- chore (readme): update supported py versions by @johnnv1 in #207
- create Image and Tensor/Storage from parts by @edgarriba in #208
- implement bincode for tensor by @edgarriba in #209
- Release 0.1.8 by @edgarriba in #210
Full Changelog: v0.1.7...v0.1.8