Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Aug 16, 2020
1 parent 815252c commit be50df8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.2'
version = u'0.3'
# The full version, including alpha/beta/rc tags.
release = u'0.2.1'
release = u'0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
11 changes: 10 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ draw some insights from them. A lot of machine learning algorithms deal
with distances, which are extremely useful, but they miss the
information the data may carry from their geometry.

`mogutda` runs in Python 3.5, 3.6, 3.7, and 3.8.
`mogutda` runs in Python 3.6, 3.7, and 3.8.

Contributors:

* Kwan-Yuet Ho (stephenhky_)
* Isla Staden (Islast_)
* Filip Cornell (Filco306_)

Contents:

Expand All @@ -38,3 +44,6 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. _stephenhky:
.. _Islast: https://github.com/Islast
.. _Filco306: https://github.com/Filco306
1 change: 1 addition & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
News
====

* 08/16/2020: `mogutda` 0.3.0 released.
* 04/28/2020: `mogutda` 0.2.1 released.
* 01/16/2020: `mogutda` 0.2.0 released.
* 02/20/2019: `mogutda` 0.1.5 released.
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ To retrieve its Betti numbers, type:
>>> print(torus_c.betti_number(1)) # print 2
>>> print(torus_c.betti_number(2)) # print 1

To visually present the topology, type:

>>> torus_c.draw()

Home: :doc:`index`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def install_requirements():


setup(name='mogutda',
version="0.2.2a01",
version="0.3.0",
description="Topological Data Analysis in Python",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit be50df8

Please sign in to comment.