Skip to content

Commit 207b211

Browse files
author
OpenAdapt Bot
committed
0.15.0
Automatically generated by python-semantic-release
1 parent 086a5ca commit 207b211

File tree

2 files changed

+127
-1
lines changed

2 files changed

+127
-1
lines changed

CHANGELOG.md

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,132 @@
22

33

44

5+
## v0.15.0 (2023-11-11)
6+
7+
### Feature
8+
9+
* feat(openadapt.privacy.providers): add private_ai as a scrubbing provider (#486)
10+
11+
* ran black
12+
13+
* add blank file for priavte ai
14+
15+
* add class `PrivateAIScrubbingProvider`
16+
17+
* add pvt_ai api key in config
18+
19+
* ran `pre-commit run --all`
20+
21+
* add scrub_text function
22+
23+
* progress for image redaction
24+
25+
* format
26+
27+
* complete scrub_image
28+
29+
* start scrub_pdf
30+
31+
* add pdf redaction code
32+
33+
* add more wrapper for invalid reponse from priavate ai
34+
35+
* try to fix pytest
36+
37+
* try to fix pytest
38+
39+
* remove lst
40+
41+
* remove uncessary methods
42+
43+
* text scrubbing test all passses
44+
45+
* pdf_redaction test works
46+
47+
* add test_image_redaction test in pyetst
48+
49+
* add easy ocr to poetry
50+
51+
* pytest is fixed
52+
53+
* remove versino files
54+
55+
* remove un-neccasry files
56+
57+
* add code to remove uncessary files after pytest
58+
59+
* addressed https://github.com/OpenAdaptAI/OpenAdapt/pull/486#discussion_r1312117748
60+
61+
* address comment https://github.com/OpenAdaptAI/OpenAdapt/pull/486#discussion_r1312118632
62+
63+
* reduce line chars
64+
65+
* addressed comment: https://github.com/OpenAdaptAI/OpenAdapt/pull/486#discussion_r1312119001
66+
67+
* fix flake8
68+
69+
* use f strings
70+
71+
* address comment: https://github.com/OpenAdaptAI/OpenAdapt/pull/486#discussion_r1312116014
72+
73+
* address comment: https://github.com/OpenAdaptAI/OpenAdapt/pull/486#discussion_r1312115220
74+
75+
* change to value error
76+
77+
* remove .keys()
78+
79+
* add constants
80+
81+
* fix flake8 erros
82+
83+
* use BytesIO
84+
85+
* address comment https://github.com/OpenAdaptAI/OpenAdapt/pull/486#discussion_r1312114102
86+
87+
* rna black
88+
89+
* final commit
90+
91+
* remove unused code
92+
93+
* refactor typo
94+
95+
* rename `redact_file_path` to `redacted_file_path`
96+
97+
* use BytesIO wherever possible
98+
99+
* fix flake8
100+
101+
* add documentation links
102+
103+
* Apply suggestions from code review
104+
105+
* Update tests/openadapt/privacy/providers/test_private_ai_scrub.py
106+
107+
* fix poetry.lock
108+
109+
* poetry.lock
110+
111+
---------
112+
113+
Co-authored-by: Krish Patel <[email protected]>
114+
Co-authored-by: Richard Abrich <[email protected]>
115+
Co-authored-by: Richard Abrich <[email protected]> ([`396bbb5`](https://github.com/OpenAdaptAI/OpenAdapt/commit/396bbb52fb93ffb720a34396399ac12a85fe1d21))
116+
117+
### Fix
118+
119+
* fix(install): add vs redistributable installation in powershell script (#490)
120+
121+
* VS C++ redist installation
122+
123+
* add VS C++ redist installtion
124+
125+
---------
126+
127+
Co-authored-by: Krish Patel <[email protected]>
128+
Co-authored-by: Richard Abrich <[email protected]> ([`086a5ca`](https://github.com/OpenAdaptAI/OpenAdapt/commit/086a5ca9a1f98ec58295241faf11b5bb73110c30))
129+
130+
5131
## v0.14.0 (2023-11-10)
6132

7133
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openadapt"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)