-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add rust release workflow #35
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: carlosb1 <mcflurry0@gmail.com>
Signed-off-by: carlosb1 <mcflurry0@gmail.com>
Signed-off-by: carlosb1 <mcflurry0@gmail.com>
Signed-off-by: carlosb1 <mcflurry0@gmail.com>
Signed-off-by: carlosb1 <mcflurry0@gmail.com>
edgarriba
added a commit
that referenced
this pull request
Mar 9, 2024
* remove vviz * remove cv namespace * use sophus ImageSize * attempt sophus MutImage * refactor repo * refactor python bindings * improve build * fix target * try cross * try actions-rs/cargo * use cross flag * try x86_64 only * disable cross * fix format * keep trying * keep trying * enable cross compile * use ndarray * remove clone * cargo fmt * fixes in the ci * add missing cross command * move dockerfile * move aarch64 docker * add cargo * use cargo action for clippy * use cross * use directly cross * typo * cargo action * install manually nasm * install manually nasm * install manually nasm * use clippy-check * not use cross in clippy * fixes * update crate metadata * add hello world example * add examples and to grayscale * add tests * add benchmark * add rust release workflow (#35) * rename rust file * Added deps Signed-off-by: carlosb1 <mcflurry0@gmail.com> * Add matrix Signed-off-by: carlosb1 <mcflurry0@gmail.com> * Adding multitarget and description Signed-off-by: carlosb1 <mcflurry0@gmail.com> * Added archicture wit the toolchain Signed-off-by: carlosb1 <mcflurry0@gmail.com> * Added release workflow Signed-off-by: carlosb1 <mcflurry0@gmail.com> --------- Signed-off-by: carlosb1 <mcflurry0@gmail.com> Co-authored-by: Edgar Riba <edgar.riba@gmail.com> * add benchmark * implement bilinear interpolation * add nearest neighbour * some polishing * simplify resize * small fix * attempt to fix ci * use cargo nightly * fix ci * candle is optional * pass images a reference * implement cast * clarify mutability * small improvements * add some more benchmarks * small optimisation * docs and cleanup * add threshold, normalize * add generics * add generics * add vanilla distance transform * attempt improve image api * image channels as generic * make grayscale float only * enable back resize * revives stuff * apply clippy * add types in examples * rename from_size * add image docs * builder resize options * some tweaks in grayscale * renable threshold * more docs, io::functional * add horizontal/vertical flip * fix distance transform interface * image size copy * to numpy * fix python and decompres api * add python test workflow * add dependencies * add dev dependencies * add torch cpu * remove makefile filter * fixes in ci * check release workflow * change working directory * rest release workflow * point to cargo * enable push again * bump crate 0.0.2 * Update Makefile Co-authored-by: João Gustavo A. Amorim <joaogustavoamorim@gmail.com> * Update py-kornia/pyproject.toml Co-authored-by: João Gustavo A. Amorim <joaogustavoamorim@gmail.com> * Update py-kornia/Cargo.toml Co-authored-by: João Gustavo A. Amorim <joaogustavoamorim@gmail.com> * update cargo toml/lock * restore candle optional * fix clippy * rename python test * pass image as reference * fix reference * rewrite readme * small fix * Update README.md * add more emojis * bit more improvement --------- Signed-off-by: carlosb1 <mcflurry0@gmail.com> Co-authored-by: Carlos B <mcflurry0@gmail.com> Co-authored-by: João Gustavo A. Amorim <joaogustavoamorim@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.