Skip to content

Releases: capeprivacy/cape-dataframes

Rename to Cape Dataframes - 0.3.1

16 Feb 18:55
ed65cec
Compare
Choose a tag to compare

Renamed the library to cape_dataframes so that it doesn't conflict with our recent projects like PyCape.

What's Changed

Full Changelog: 0.3.0...0.3.1

Reversible Tokenizations - 0.3.0

11 Sep 16:44
Compare
Choose a tag to compare

Release Notes

  • Introducing Reversible Tokenization: Leverage reversible, linkable tokenization for projects where a subset of users will need to reverse the tokenization to review the raw values. This is particularly relevant for data science projects centered around fraud, anomaly detection or other projects where a subset of rows might need to have their initial or unprotected values shown for business or data science needs.
  • Cape Core Key Integration: Store your tokenization keys in Cape Core automatically when implementing tokenization in your policies. Keeping keys in a safe location can help you to ensure those keys are not exposed when sharing policy with others using Cape Core. This can also help you maintain, expire and rotate keys in a coordinated manner while using Cape.

Cape Core Integration - 0.2.0

30 Jul 22:09
Compare
Choose a tag to compare

Cape Core Integration - 0.2.0

This release offers integrations to elements of Cape Core: the Cape Coordinator service.

Refer to Cape Core for installation and usage guides.

You can view the source code in the Cape GitHub repository.

Manage data policies with Cape Coordinator

Cape Coordinator is a server application that manages access to policies and projects based on user authentication and user roles. This release makes it available to deploy to Kubernetes, or install locally using a CLI to test it out.

24th June 2020 - 0.1.1 - "Snack"

23 Jun 21:05
Compare
Choose a tag to compare

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.

Release Candidate 0.1.1-rc0

23 Jun 20:58
Compare
Choose a tag to compare
Pre-release
release 0.1.1rc0

24th June 2020 - 0.1.0 - "Snack"

23 Jun 20:52
Compare
Choose a tag to compare

24th June 2020 - 0.1.0 - "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.

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.

Release Candidate 0

23 Jun 13:20
Compare
Choose a tag to compare
Release Candidate 0 Pre-release
Pre-release
0.1.0-rc0

0.1.0rc0 release plus minor fixes