Skip to content

v0.15.0

Compare
Choose a tag to compare
@abrichr abrichr released this 11 Nov 17:30
· 283 commits to main since this release

v0.15.0 (2023-11-11)

Feature

  • feat(openadapt.privacy.providers): add private_ai as a scrubbing provider (#486)

  • ran black

  • add blank file for priavte ai

  • add class PrivateAIScrubbingProvider

  • add pvt_ai api key in config

  • ran pre-commit run --all

  • add scrub_text function

  • progress for image redaction

  • format

  • complete scrub_image

  • start scrub_pdf

  • add pdf redaction code

  • add more wrapper for invalid reponse from priavate ai

  • try to fix pytest

  • try to fix pytest

  • remove lst

  • remove uncessary methods

  • text scrubbing test all passses

  • pdf_redaction test works

  • add test_image_redaction test in pyetst

  • add easy ocr to poetry

  • pytest is fixed

  • remove versino files

  • remove un-neccasry files

  • add code to remove uncessary files after pytest

  • addressed #486 (comment)

  • address comment #486 (comment)

  • reduce line chars

  • addressed comment: #486 (comment)

  • fix flake8

  • use f strings

  • address comment: #486 (comment)

  • address comment: #486 (comment)

  • change to value error

  • remove .keys()

  • add constants

  • fix flake8 erros

  • use BytesIO

  • address comment #486 (comment)

  • rna black

  • final commit

  • remove unused code

  • refactor typo

  • rename redact_file_path to redacted_file_path

  • use BytesIO wherever possible

  • fix flake8

  • add documentation links

  • Apply suggestions from code review

  • Update tests/openadapt/privacy/providers/test_private_ai_scrub.py

  • fix poetry.lock

  • poetry.lock


Co-authored-by: Krish Patel <[email protected]>
Co-authored-by: Richard Abrich <[email protected]>
Co-authored-by: Richard Abrich <[email protected]> (396bbb5)

Fix

  • fix(install): add vs redistributable installation in powershell script (#490)

  • VS C++ redist installation

  • add VS C++ redist installtion


Co-authored-by: Krish Patel <[email protected]>
Co-authored-by: Richard Abrich <[email protected]> (086a5ca)