What's Changed
- bump version 0.1.9-rc1 by @edgarriba in #211
- build: remove unused docker images by @johnnv1 in #212
- Simplify stream capture and remove thread by @edgarriba in #213
- refactor ci pipelines by @edgarriba in #219
- Grayscale Example Fixed by @jeffin07 in #218
- fix (ci): ensure py versions by @johnnv1 in #215
- Use Gstreamer Buffer map in StreamCapture by @edgarriba in #216
- return array in std_mean by @edgarriba in #221
- implement png read routines by @edgarriba in #222
- chore (ci): uv run pytest by @johnnv1 in #224
- Update README with DIscord invite link by @edgarriba in #227
- image: implement image getter and setter for dev purpose by @edgarriba in #230
- Implement Box blur fast filter that could approximate gaussian filter by @light-le in #223
- add CI for 3.13 by @ngoldbaum in #232
- kornia_io: refactor jpegturbo api and specify image types by @edgarriba in #233
- chore: fix readme docs in top level kornia package by @edgarriba in #234
- chore: bump version to v0.1.9-rc2 by @edgarriba in #235
- py: expose icp algorithm to pyo3 by @edgarriba in #236
- color: implement gray from rgb as u8 by @edgarriba in #238
- chore: update rerun and rand dependencies version by @edgarriba in #237
- update bincode to 2.0.0 and fix ci by @edgarriba in #259
- implement dot_product, cosine_similarity/matrix for tensor ops; add shape mismatch e… by @Force1ess in #242
- Implement SVD for Mat3x3 by @prikshitsingh24 in #241
- Added additional functions for kornia tensors by @aayushhzz in #264
- implement
dog_response
; improve doc ofgaussian_blur
by @Force1ess in #261 - Moved Arithmetic functions to
tensor-ops
by @aayushhzz in #272 - chore: fix clippy and check errors by @edgarriba in #279
- tensops: fix self reference for internal methods by @edgarriba in #280
- Add dora-rs example with multi cam by @edgarriba in #258
- imgproc: implement generic types for separable_filter by @edgarriba in #283
- Implemented Pyrup by @Saga690 in #285
- feat: implement
spatial_gradient
by @Puellaquae in #260 - Replacing argument parser clap with argh. by @kylekam in #289
- implement copper example with multi cam by @edgarriba in #287
- Implement image map by @edgarriba in #294
- chore: fix compilation issue with rerun and arrow-arith by @edgarriba in #308
- remove unused kornia-viz experimental code by @edgarriba in #313
- implemented
harris_response
by @andrew-shc in #267 - fix separable filter overflows by @edgarriba in #296
- copper: update the sobel task to use image map for casting by @edgarriba in #295
- chore: fix clippy errors by @edgarriba in #316
- Update python bindings to be compatible with free-threading, add CI by @ngoldbaum in #315
- Use pytest-run-parallel in free-threaded CI by @ngoldbaum in #318
- Remove unnecessary unsafe Send/Sync impl for StreamCaptureError by @ngoldbaum in #320
- implement fast feature detector by @edgarriba in #240
- Fix CI by @AS1100K in #330
- Add sccache to ci by @TempestBirds729804 in #298
- Add JPEG image encoding and decoding functions by @AS1100K in #327
- io: upgrade gsreamer to 0.23.5 and initialize by @edgarriba in #329
- Fix
kornia-io
docs not building on docs.rs by @AS1100K in #328 - Extend PNG encoding and decoding support by @AS1100K in #332
- python: improve encoders mutability by @edgarriba in #334
- declare support for the free-threaded build by @ngoldbaum in #340
- Fix CI due to outdated package index by @AS1100K in #346
- Update python release automation, add free-threaded builds by @ngoldbaum in #347
- Fix CI issue with sccache by @AS1100K in #350
- Decode Images directly from raw bytes by @AS1100K in #336
- Add frozen attribute to Python wrapper classes by @AS1100K in #349
- Fix typo by @AS1100K in #358
- Update rerun 23.1 by @edgarriba in #361
- python: image shape argument as tuple by @edgarriba in #362
- io: implement image tiff read and write by @edgarriba in #363
- python: decouple png read write functions by @edgarriba in #364
- python: rework jpeg and jpegturbo decoders by @edgarriba in #365
- merge kernels into tensor-ops crate by @edgarriba in #366
- linalg: rename svd mod and add to kornia parent by @edgarriba in #367
- bump version to 0.1.9 by @edgarriba in #368
New Contributors
- @light-le made their first contribution in #223
- @Force1ess made their first contribution in #242
- @prikshitsingh24 made their first contribution in #241
- @aayushhzz made their first contribution in #264
- @Saga690 made their first contribution in #285
- @Puellaquae made their first contribution in #260
- @kylekam made their first contribution in #289
- @andrew-shc made their first contribution in #267
- @AS1100K made their first contribution in #330
- @TempestBirds729804 made their first contribution in #298
Full Changelog: v0.1.8...v0.1.9