Skip to content

24th June 2020 - 0.1.1 - "Snack"

Compare
Choose a tag to compare
@justin1121 justin1121 released this 23 Jun 21:05
· 36 commits to master since this release

24th June 2020 - 0.1.1 - "Snack"

This release offers a preview of Cape Privacy's functionality, using Cape Python. It gives data scientists a first look at some key elements of Cape Privacy's tooling, including writing policies and using Cape Privacy's built-in transformations.

Refer to the Quickstart for information on installing and using Cape Python.

Also contains minor documentation fixes over 0.1.0.

Writing data policies

Cape Python supports data policies written in YAML.

Refer to Policies for more information.

Five built-in transformations

Cape Python includes five built-in transformations:

  • date-pertubation
  • number-pertubation
  • date-truncation
  • numeric-rounding
  • tokenizer

Refer to Transformations for more information.