Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

67 lines (35 loc) · 3.49 KB

Changelog

Changelog for nlp_profiler.

0.0.1

GitHub branch test-python-3.6-compatibility enable support for Python 3.6

Based on the issue raised on github #1

b2a002a - 4f117a6 @neomatrix369 Wed Sep 16 17:15:29 2020 +0100


GitHub branch create-test-cases write tests to verify implementation and for test coverage

6bdc799 - 4c49ae5 @neomatrix369 Thu Sep 17 17:27:14 2020 +0100


GitHub branch add-progress-bars add progress bars to the various levels of transformation for better UX/UI experience

Based on the issue raised on github #3 - although only implements progress bars at the first and second levels of iterations, pending level 3 iteration (row/record level)

image

a83bc23 - 7c72b0e @neomatrix369 Thu Sep 17 19:50:30 2020 +0100


GitHub branch add-progress-bars add progress bars to the various levels of transformation for better UX/UI experience

Continuing with the above changes, third-level progress-bar is in place (row-level progress)

7c72b0e - c3ada30 @neomatrix369 Fri Sep 18 13:44:48 2020 +0100


GitHub pull request neomatrix369#9 improve performance of the library when used on larger datasets

Branch scale-when-applied-to-larger-datasets

Added parallelisation and some caching to improve the initial slow-down in the performance.

Verification and tests have been performed, although this is a continuous process.

For performance metrics before and after changes see this comment on github issue #2.

00a68e2 - 1ff5082 @neomatrix369 Fri Sep 18 14:09:12 2020 +0100


0.0.1-dev

GitHub branch create-update-release releasing NLP Profiler on GitHub and PyPi

Just releasing to GitHub under the Releases tab and on PyPi

d5d0bc1 - 6510131 @neomatrix369 _Sun Sep 27 11:56:48 2020 +0100 _


GitHub branch scale-when-applied-to-larger-datasets Improving performance of Grammar check on large datasets

Tweaking the Grammar check function to perform better than the previous version

81d055f - 2e311f7 @neomatrix369 Sat Oct 3 07:57:39 2020 +0100