Skip to content

Releases: Lucs1590/Nkocr

v2.4.4

19 Apr 03:09
Compare
Choose a tag to compare

v2.4.3

19 Apr 03:00
Compare
Choose a tag to compare

Full Changelog: v2.4.2...v2.4.3

v2.4.2

19 Apr 02:30
Compare
Choose a tag to compare

Full Changelog: v2.4.0...v2.4.2

v2.4.0

19 Apr 01:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

Colab, Security and Docs

26 Dec 01:32
Compare
Choose a tag to compare

This release includes great updates, which boils down to the features of accessing a copy from Google Colab, documentation for all methods of all project files and security updates in relation to versioning of libraries (as always), leaving the repository is always up to date.


v2.3.0 (2022-12-25)

Feat

  • docs to all methods in ocr product file
  • Add docs to ocr table file
  • creating docs to all auxiliary file

Refactor

  • tweak to use colab in my context
  • tweak to use in my context

v2.2.0 (2022-09-13)

Feat

  • updating version automatically
  • automatic versioning reader

Fix

  • putting right version
  • fix image error

Refactor

  • changing default language

Language, Automation and Humanity

14 Sep 01:01
Compare
Choose a tag to compare

After almost a year without updates, the Nkocr package now has all its dependent libraries updated, with new security issues and performance improvements.

Also, seeking to be more humane, our library now contains a CHANGELOG.md file to inform users of their latest updates and a Greetings script to welcome those who create issues and PRs to contribute to the project.

For l10n reasons we started to adopt the English language as default in the project.


v2.2.0 (2022-09-13)

Feat

  • updating version automatically
  • automatic versioning reader

Fix

  • putting right version
  • fix image error

Refactor

  • changing default language

v2.1.0 (2022-05-18)

Feat

  • changing needed files

Fix

  • python-app.yml: setting python version
  • deploy

Documentation and Security

15 Oct 19:49
Compare
Choose a tag to compare

Since the last update several changes regarding library versions and fixes have happened and as Nkocr is dependent on many of them, we follow all these updates to establish a safe environment.
In addition, we also updated part of our documentation, in order to make the library easier to understand, giving instructions for macOS and Linux users.

What's Changed

  • build(deps): bump actions/setup-python from v2.2.1 to v2.2.2 by @dependabot in #58
  • build(deps): bump gdown from 3.12.2 to 3.13.0 by @dependabot in #59
  • build(deps): bump scikit-learn from 0.24.1 to 0.24.2 by @dependabot in #60
  • build(deps): bump actions/setup-dotnet from v1.7.2 to v1.8.0 by @dependabot in #61
  • build(deps): bump codecov/codecov-action from 1 to 1.5.0 by @dependabot in #62
  • build(deps): bump actions/checkout from 2 to 2.3.4 by @dependabot in #63
  • build(deps): bump numpy from 1.20.2 to 1.20.3 by @dependabot in #64
  • build(deps): bump codecov/codecov-action from 1.5.0 to 1.5.2 by @dependabot in #65
  • build(deps): bump numpy from 1.20.3 to 1.21.0 by @dependabot in #67
  • build(deps): bump actions/setup-dotnet from 1.8.0 to 1.8.1 by @dependabot in #68
  • build(deps): bump pillow from 8.2.0 to 8.3.0 by @dependabot in #69
  • build(deps): bump pytesseract from 0.3.7 to 0.3.8 by @dependabot in #70
  • build(deps): bump requests from 2.25.1 to 2.26.0 by @dependabot in #73
  • build(deps): bump pillow from 8.3.0 to 8.3.1 by @dependabot in #71
  • build(deps): bump codecov/codecov-action from 1.5.2 to 2.0.1 by @dependabot in #74
  • build(deps): bump numpy from 1.21.0 to 1.21.1 by @dependabot in #72
  • build(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 by @dependabot in #75
  • build(deps): bump numpy from 1.21.1 to 1.21.2 by @dependabot in #77
  • build(deps): bump wheel from 0.36.2 to 0.37.0 by @dependabot in #76
  • build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 by @dependabot in #78
  • build(deps): bump pytest-socket from 0.4.0 to 0.4.1 by @dependabot in #79
  • build(deps): bump pillow from 8.3.1 to 8.3.2 by @dependabot in #80
  • build(deps): bump actions/setup-dotnet from 1.8.1 to 1.8.2 by @dependabot in #81
  • build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0 by @dependabot in #82
  • build(deps): bump scikit-learn from 0.24.2 to 1.0 by @dependabot in #84
  • build(deps): bump gdown from 3.13.0 to 3.13.1 by @dependabot in #83
  • build(deps): bump gdown from 3.13.1 to 4.0.1 by @dependabot in #89
  • build(deps): bump gdown from 4.0.1 to 4.0.2 by @dependabot in #90
  • Docs by @Lucs1590 in #91

Full Changelog: v2.0.1...v2.0.2

Security

05 Apr 16:11
Compare
Choose a tag to compare
  • Dependencies security;
  • Maintainer email update.

Symspell and Docs

19 Mar 14:50
Compare
Choose a tag to compare
  • Improvement of the README documentation;
  • Improved code quality;
  • Symspell and Participation in Hacktoberfest;
  • Dependency security update;
  • Coverage with Codecov (https://codecov.io/gh/Lucs1590/Nkocr).

Python Patterns 2

03 Sep 18:29
Compare
Choose a tag to compare
  • Issues templates;
  • Code of conduct;
  • Upgrade versions of dependencies;
  • Improve CI/CD workflow;
  • Unit and integration tests;
  • Using correct class pattern;
  • tox.ini;
  • Removing wrong auxiliary class.