Update version and docs

This commit is contained in:
abigailt 2022-02-23 19:22:54 +02:00
parent 3feebe8973
commit 7fbd1e4b90
5 changed files with 3 additions and 36 deletions

View file

@ -6,4 +6,4 @@ from apt import anonymization
from apt import minimization from apt import minimization
from apt import utils from apt import utils
__version__ = "0.0.3" __version__ = "0.0.4"

View file

@ -12,8 +12,5 @@ them to new data.
It is also possible to export the generalizations as feature ranges. It is also possible to export the generalizations as feature ranges.
The current implementation supports only numeric features, so any categorical features must be transformed to a numeric
representation before using this class.
""" """
from apt.minimization.minimizer import GeneralizeToRepresentative from apt.minimization.minimizer import GeneralizeToRepresentative

View file

@ -22,7 +22,7 @@ copyright = '2021, IBM'
author = 'Abigail Goldsteen' author = 'Abigail Goldsteen'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.0.3' release = '0.0.4'
master_doc = 'index' master_doc = 'index'

View file

@ -1,30 +0,0 @@
tests package
=============
Submodules
----------
tests.test\_anonymizer module
-----------------------------
.. automodule:: tests.test_anonymizer
:members:
:undoc-members:
:show-inheritance:
tests.test\_minimizer module
----------------------------
.. automodule:: tests.test_minimizer
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: tests
:members:
:undoc-members:
:show-inheritance:

View file

@ -1,7 +1,7 @@
[metadata] [metadata]
# replace with your username: # replace with your username:
name = ai-privacy-toolkit name = ai-privacy-toolkit
version = 0.0.3 version = 0.0.4
author = Abigail Goldsteen author = Abigail Goldsteen
author_email = abigailt@il.ibm.com author_email = abigailt@il.ibm.com
description = A toolkit for tools and techniques related to the privacy and compliance of AI models. description = A toolkit for tools and techniques related to the privacy and compliance of AI models.