Skip to content

Releases: ArneBinder/pie-utils

v0.7.0

23 Sep 15:41
bd91b9f
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Sep 16:47
cd6648b
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.5.1...v0.6.0

v0.5.1

06 Aug 00:47
7194b3c
Compare
Choose a tag to compare

What's Changed

🪲 Fixes

Other Changes

Full Changelog: v0.5.0...v0.5.1

v0.5.0

28 Jul 14:33
9faae8c
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.4.0...v0.5.0

v0.4.0

27 Jul 16:01
8e0d012
Compare
Choose a tag to compare

What's Changed

🚀 Other Features

🪲 Fixes

Other Changes

Full Changelog: v0.3.0...v0.4.0

v0.3.0

24 Jul 10:28
0849b67
Compare
Choose a tag to compare

What's Changed

📝 Document Processors

🚀 Other Features

🪲 Fixes

  • fix CI and upgrade to latest pytorch-ie version by @ArneBinder in #34

💄 Style

Other Changes

Full Changelog: v0.2.0...v0.3.0

v0.2.0

09 Aug 14:33
3dd8635
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

04 Aug 16:56
9cb94cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Aug 16:39
7d66d14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0...v0.1.0

Setup

03 Aug 21:08
56e938b
Compare
Choose a tag to compare

This release does not has any content, but contains the basic project setup:

  • empty pie_utils package in the src folder
  • empty tests package
  • setup.py - this project is ready to install
  • .pre-commit-config.yaml - definition of code quality checks
  • README.md - simple setup instructions
  • GitHub workflows: code-quality-main.yaml, code-quality-pr.yaml, and test.yaml
  • and: pyproject.toml, .gitignore, and LICENSE

Note: CI is red because there are not tests to run.