Skip to content

Commit

Permalink
docs: updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Brito committed Nov 13, 2023
1 parent 4be9208 commit c801cae
Showing 1 changed file with 53 additions and 48 deletions.
101 changes: 53 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.3.1 (2023-11-13)

### Refactor

- remove withespaces

## v2.3.0 (2022-12-25)

### Feat
Expand All @@ -8,7 +14,6 @@

### Refactor

- tweak to use colab in my context
- tweak to use in my context

## v2.2.0 (2022-09-13)
Expand Down Expand Up @@ -54,18 +59,33 @@

## v2.0.0 (2021-03-19)

### Refactor

- **auxiliary.py**: Invalid escape sequence

### Fix

- fix tests

### Refactor

- **auxiliary.py**: Invalid escape sequence

## v1.8.1 (2020-09-03)

## v1.8.0 (2020-09-03)

### Feat

- naming the integrations class
- **test_ocr_table.py**: add enable_socket at tests
- **test_auxiliary.py**: adding test of download again

### Fix

- **test_ocr_product.py**: add forgeted self]
- removed slow test
- **ocr_table.py**: removing wrong self
- **auxiliary.py**: function identation
- **nkocr.py**: wrong import
- test error

### Refactor

- **test_auxiliary.py**: separating the contents of the auxiliary tests
Expand All @@ -78,37 +98,42 @@
- **test_ocr_table.py**: pylint recommendations
- **ocr_table.py**: pylint recommendations
- pylint indications
- **ocr_table.py**: making a generic funtion
- separeted horizontal and vertical contours
- reusing download method to url based ocr
- removing wrong class
- **auxiliary.py**: pylint indications
- applying class name convention- ocr_product
- applying class name convention - ocr_table
- **ocr_table.py**: making a generic funtion

### Feat

- naming the integrations class
- **test_ocr_table.py**: add enable_socket at tests
- **test_auxiliary.py**: adding test of download again

### Perf

- downgrade version of gdown

### Fix
## v1.1.0 (2020-08-24)

- **test_ocr_product.py**: add forgeted self]
- **ocr_table.py**: removing wrong self
- **auxiliary.py**: function identation
- removed slow test
- **nkocr.py**: wrong import
- test error
### Feat

## v1.1.0 (2020-08-24)
- **auxiliary.py**: increase confidence level
- **auxiliary.py**: sorting the text of the boxes
- **auxiliary**: applying decode and boxes into image
- **auxiliary.py**: method to run EAST
- **auxiliary.py**: add get size and radio functions
- **auxiliary.py**: body of function to east process
- **ocr_table.py**: making body to east process
- **test**: making tests of network
- add pytest_socket into test files
- **auxiliary**: making error treatmensts
- **auxiliary.py**: load model content and get from s3
- add method to get model to east]

### Fix

- fixed broken test error
- **test**: test error

### Refactor

- separeted horizontal and vertical contours
- reusing download method to url based ocr
- removed test of tests
- removed test of tests
- **ocr_table.py**: getting only the text result
Expand All @@ -121,30 +146,10 @@
- **test_auxiliary.py**: removing file if exist
- **auxiliary.py**: changing return location

### Fix

- fixed broken test error
- **test**: test error

### Perf

- remove unused var and lib

### Feat

- **auxiliary.py**: increase confidence level
- **auxiliary.py**: sorting the text of the boxes
- **auxiliary**: applying decode and boxes into image
- **auxiliary.py**: method to run EAST
- **auxiliary.py**: add get size and radio functions
- **auxiliary.py**: body of function to east process
- **ocr_table.py**: making body to east process
- **test**: making tests of network
- add pytest_socket into test files
- **auxiliary**: making error treatmensts
- **auxiliary.py**: load model content and get from s3
- add method to get model to east]

## v1.0.1 (2020-07-30)

### Fix
Expand All @@ -153,12 +158,6 @@

## v1.0.0 (2020-07-24)

### Fix

- sklearn name
- **auxiliary.py**: putting forgeted selfs
- **auxiliary.py**: puting forgeted selfs

### Feat

- **test_auxiliary.py**: removing impossible tests
Expand All @@ -180,6 +179,12 @@
- **table_ocr.py**: choosing the classes
- **ocr_table.py**: struture of pipeline

### Fix

- sklearn name
- **auxiliary.py**: putting forgeted selfs
- **auxiliary.py**: puting forgeted selfs

### Refactor

- **ocr_table.py**: renaming function
Expand Down

0 comments on commit c801cae

Please sign in to comment.