Skip to content

Tags: 19ai/kornia

Tags

0.5.5

Toggle 0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 0.5.5 (kornia#1126)

* release 0.5.5

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

0.5.4

Toggle 0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 0.5.4 (kornia#1096)

0.5.3

Toggle 0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 0.5.3 (kornia#1036)

0.5.2

Toggle 0.5.2's commit message
release 0.5.2

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update changelog for v0.5.1

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Feat] Automate pypi release in github actions (kornia#915)

* automate pypi release with gh-actions

* upgrade kornia version tag to 0.5.0

* add KORNIA_RELEASE environment variable

* switch release type to publish to support releases coming from drafts

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Fix] gpu tests for crop3d and flip (kornia#727)

* fix gpu tests for crop3d and flip

* add 0.4.1 pytorch dependency

* add missing docs for warp3d functions

* disable get_perspective_transform3d test for a while

* Fixed 3D crop GPU test

* Fixed partial projwarp

* Recomputed the tests for 3D rotation

* Fixed one more test

* Fixed lint

* Update gradcheck for float64

* Fixed lint

Co-authored-by: shijianjian <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
pump version number to 0.4.1 and update pytorch to 1.6

v0.3.2

Toggle v0.3.2's commit message
pump version number to 0.4.0

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Fix] random motion blur improvments (kornia#562)

* Random MotionBlur Implementation

* Fixed linting

* Fix ksize generator bug

* Updated docs

* Bug fixes

* fix documentation and mypu issues

Co-authored-by: Jian S <[email protected]>