Bump version and update documentation (#27)

* Bump version to 0.1.0 (breaking changes to some APIs)
* Update documentation
This commit is contained in:
abigailgold 2022-05-01 15:18:07 +03:00 committed by GitHub
parent 2b2dab6bef
commit adc6b44350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 24 additions and 35 deletions

View file

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

View file

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

View file

@ -8,15 +8,15 @@ apt.anonymization.anonymizer module
-----------------------------------
.. automodule:: apt.anonymization.anonymizer
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: apt.anonymization
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

View file

@ -8,15 +8,15 @@ apt.minimization.minimizer module
---------------------------------
.. automodule:: apt.minimization.minimizer
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: apt.minimization
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

View file

@ -5,26 +5,16 @@ Subpackages
-----------
.. toctree::
:maxdepth: 4
apt.anonymization
apt.minimization
Submodules
----------
apt.utils module
----------------
.. automodule:: apt.utils
:members:
:undoc-members:
:show-inheritance:
apt.anonymization
apt.minimization
apt.utils
Module contents
---------------
.. automodule:: apt
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

View file

@ -1,8 +1,7 @@
ai-privacy-toolkit
==================
apt
===
.. toctree::
:maxdepth: 4
apt
tests

View file

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