Releases: kornia/kornia-rs
Releases · kornia/kornia-rs
v0.1.7
What's Changed
- Release 0.1.5 by @edgarriba in #96
- Refactor crates by @edgarriba in #97
- Histogram example update by @edgarriba in #98
- Handle errors gracefully by @edgarriba in #99
- Stream capture API by @edgarriba in #101
- refactor signatures to allow preallocation by @edgarriba in #102
- remove new_size and implement cast_and_scale by @edgarriba in #105
- Update rerun 18 by @edgarriba in #106
- TensorStorage improvements by @edgarriba in #107
- remove new_size from warp_affine and warp_perspective by @edgarriba in #108
- Fix README filename being incorrect by @liamkinne in #110
- Simplify handling paths by using
impl AsRef<Path>
for JPEG functions by @liamkinne in #111 - Implement TensorView by @edgarriba in #109
- Deprecate ndarray phase1 by @edgarriba in #114
- Improve Rust benchmarks by @edgarriba in #115
- Ndarray deprecation by @edgarriba in #116
- Close streamer with termination and other stability fixes by @edgarriba in #123
- implement Tensor into_vec by @edgarriba in #125
- implement tensorview as_contiguous by @edgarriba in #128
- onnxruntime example for rtdetr by @edgarriba in #104
- make meshgrid improvements by @edgarriba in #131
- Refactor hflip, vflip functions to allow preallocation by @emilmgeorge in #117
- support async closure in the stream camera by @edgarriba in #133
- Implement H264 VideoWritter with gstreamer by @edgarriba in #135
- Fix illegal access in warp_perspective by @emilmgeorge in #141
- Release cargo packages by @edgarriba in #140
- Tensor get bounds check by @jandremarais in #144
- Tensor display by @jandremarais in #146
- Fix TensorStorage memory deallocation by @emilmgeorge in #145
- Improve Video writer workflow and others by @edgarriba in #150
- improve image tensor conversions by @edgarriba in #151
- Implement more
imgproc
functionality by @edgarriba in #152 - implement hconcat operator by @edgarriba in #153
- implement a crop function by @edgarriba in #155
- create new crate for core-ops by @jandremarais in #142
- implement
draw_line
inkornia-improc
by @edgarriba in #158 - Getting started README Fix by @jeffin07 in #160
- pin ort and ort-sys to v2.0.0.rc8 and add half feature by @edgarriba in #163
- make the stream capture error thread-safe by @edgarriba in #162
- Implement Tensor Buffer by @edgarriba in #156
- remove tokio from video capture and simplify pipeline by @edgarriba in #164
New Contributors
- @liamkinne made their first contribution in #110
- @emilmgeorge made their first contribution in #117
- @jandremarais made their first contribution in #144
- @jeffin07 made their first contribution in #160
Full Changelog: v0.1.5...v0.1.7
v0.1.5
What's Changed
- fix webcam videorate by @edgarriba in #71
- initial kornia-serve by @edgarriba in #72
- wrap results in tests by @edgarriba in #73
- update rerun 0.16.0 and use log_static by @edgarriba in #74
- implement warp_perspective by @edgarriba in #75
- implement rgb to hsv by @edgarriba in #76
- implement in_range, bitwise_and by @edgarriba in #77
- make turbojpeg optional by @edgarriba in #78
- create
kornia_rs::Interpolation
module by @edgarriba in #79 - implement image undistortion by @edgarriba in #80
- refactor tensor by @edgarriba in #84
- bump version 0.1.4 by @edgarriba in #85
- add tensor errors and element wise ops by @edgarriba in #86
- Fix macos python release by @edgarriba in #87
- add zeros, and compute offset by @edgarriba in #88
- Implement Tensor Memory allocator by @edgarriba in #89
- feat: enhance add weighted by @johnnv1 in #90
- docs: fix typo in readme by @truh in #94
- handle gracefulle webcam / gstreamer errors by @edgarriba in #93
- make io::stream module by @edgarriba in #95
New Contributors
Full Changelog: v0.1.3...v0.1.5
v0.1.4
What's Changed
- fix webcam videorate by @edgarriba in #71
- initial kornia-serve by @edgarriba in #72
- wrap results in tests by @edgarriba in #73
- update rerun 0.16.0 and use log_static by @edgarriba in #74
- implement warp_perspective by @edgarriba in #75
- implement rgb to hsv by @edgarriba in #76
- implement in_range, bitwise_and by @edgarriba in #77
- make turbojpeg optional by @edgarriba in #78
- create
kornia_rs::Interpolation
module by @edgarriba in #79 - implement image undistortion by @edgarriba in #80
- refactor tensor by @edgarriba in #84
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- implement std mean by @edgarriba in #63
- implement compute histogram by @edgarriba in #62
- add
compute_histogram
python bindings by @edgarriba in #64 - add Image to tensor built in utils by @edgarriba in #65
- Add
io::WebcamCapture
via gstreamer by @edgarriba in #61 - [prototype]
ImageDtype
trait to implement resize for various dtypes by @gau-nernst in #68 - Add Warp affine by @gau-nernst in #67
- add rotate example by @edgarriba in #69
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- bump version 0.1.1 by @edgarriba in #42
- Add python sdist by @edgarriba in #50
- ci improvements by @edgarriba in #52
- deprecate .image_size() in favour if img.size() by @edgarriba in #55
- add kornia_rs::metrics by @edgarriba in #56
- add more benchmarks for jpeg by @edgarriba in #58
- implement fast image resize by @edgarriba in #59
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Fix rust release by @edgarriba in #38
- use memmap2 to read images and fixes by @edgarriba in #41
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- switch to maturin by @edgarriba in #4
- implement dlpack, dlpack_device, for numpy conversions by @edgarriba in #5
- add release docker and bump to 0.0.2 by @edgarriba in #7
- Workflow reimplementation by @carlosb1 in #8
- Added upload wheel by @carlosb1 in #9
- bump version 0.0.3 by @edgarriba in #10
- build release many link by @edgarriba in #11
- Create release_docker.yml by @edgarriba in #12
- add version and fix tests by @edgarriba in #13
- remove need docker step by @edgarriba in #14
- remove i686 from release by @edgarriba in #15
- use upstream dlpack-rs crate by @edgarriba in #18
- Default jpegturbo, udpate version to 0.0.6 and more improvements by @edgarriba in #23
- Add support for aarch64 via docker by @edgarriba in #25
- update readme before release 0.0.6 by @edgarriba in #26
- Fix memory release by @edgarriba in #27
- Add installation instruction to README by @gau-nernst in #28
- Build MacOS ARM64 binaries with GHA by @gau-nernst in #29
- refactor project by @edgarriba in #32
New Contributors
- @edgarriba made their first contribution in #4
- @gau-nernst made their first contribution in #28
Full Changelog: https://github.com/kornia/kornia-rs/commits/v0.1.0