mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-09 03:52:38 +02:00
Bump version and update documentation (#27)
* Bump version to 0.1.0 (breaking changes to some APIs) * Update documentation
This commit is contained in:
parent
2b2dab6bef
commit
adc6b44350
7 changed files with 24 additions and 35 deletions
|
|
@ -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.4"
|
__version__ = "0.1.0"
|
||||||
|
|
@ -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.4'
|
release = '0.1.0'
|
||||||
|
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,15 +8,15 @@ apt.anonymization.anonymizer module
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
.. automodule:: apt.anonymization.anonymizer
|
.. automodule:: apt.anonymization.anonymizer
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
Module contents
|
Module contents
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
.. automodule:: apt.anonymization
|
.. automodule:: apt.anonymization
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
|
||||||
|
|
@ -8,15 +8,15 @@ apt.minimization.minimizer module
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
.. automodule:: apt.minimization.minimizer
|
.. automodule:: apt.minimization.minimizer
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
Module contents
|
Module contents
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
.. automodule:: apt.minimization
|
.. automodule:: apt.minimization
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
|
||||||
|
|
@ -5,26 +5,16 @@ Subpackages
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 4
|
||||||
|
|
||||||
apt.anonymization
|
apt.anonymization
|
||||||
apt.minimization
|
apt.minimization
|
||||||
|
apt.utils
|
||||||
Submodules
|
|
||||||
----------
|
|
||||||
|
|
||||||
apt.utils module
|
|
||||||
----------------
|
|
||||||
|
|
||||||
.. automodule:: apt.utils
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
|
|
||||||
Module contents
|
Module contents
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
.. automodule:: apt
|
.. automodule:: apt
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
ai-privacy-toolkit
|
apt
|
||||||
==================
|
===
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 4
|
:maxdepth: 4
|
||||||
|
|
||||||
apt
|
apt
|
||||||
tests
|
|
||||||
|
|
|
||||||
|
|
@ -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.4
|
version = 0.1.0
|
||||||
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue