Skip to content

Commit

Permalink
Merge pull request #59 from n1analytics/feature-markdown-rendering-pypi
Browse files Browse the repository at this point in the history
Render Markdown in Pypi.
  • Loading branch information
gusmith authored Apr 20, 2018
2 parents 07500a9 + 803734d commit 753f7cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-paillier |release|
===============
==========================

+---------------------+
| |travisM| |
Expand All @@ -22,7 +22,7 @@ Running unit tests

::

python setup.py test
python setup.py test

Or use nose::

Expand All @@ -34,8 +34,8 @@ Note related to gmpy2
`gmpy2` is not required to use the library, but is preferred. A pure Python implementation is available but
`gmpy2` drastically improves performances. As indication on a laptop not dedicated to benchmarking, running the example
`examples/federated_learning_with_encryption.py` provided in the library took:
- 4.5s with `gmpy2` installed
- 35.7s without `gmpy2` installed
- 4.5s with `gmpy2` installed
- 35.7s without `gmpy2` installed

However, `gmpy2` is a requirement to run the tests.

Expand Down
2 changes: 1 addition & 1 deletion phe/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__uri__ = "https://github.com/n1analytics/python-paillier"

# We use semantic versioning - semver.org
__version__ = "1.3.1-dev0"
__version__ = "1.4.0"

__author__ = "N1 Analytics developers"
__email__ = "info@n1analytics.com"
Expand Down

0 comments on commit 753f7cd

Please sign in to comment.