Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #141 from garciparedes/chore/increment-version-0.2
Browse files Browse the repository at this point in the history
Incremented module version to 0.2 according to #140
  • Loading branch information
garciparedes authored Jul 22, 2017
2 parents 5a8c4b6 + d5158e2 commit 8294e39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tf_G
:Description: Python's Tensorflow Graph Library
:Website: https://github.com/garciparedes/tf_G
:Author: `@garciparedes <http://garciparedes.me>`__
:Version: 0.1
:Version: 0.2

.. |travisci| image:: https://img.shields.io/travis/AeroPython/PyFME/master.svg?style=flat-square
:target: https://travis-ci.org/garciparedes/tf_G
Expand All @@ -24,7 +24,7 @@ tf_G
|travisci| |codecov| |docs| |gitter|

Description
--------------------------------------------------------------------------------
-----------
This work consists of a study of a set of techniques and strategies related with algorithm's design, whose purpose is the resolution of problems on massive data sets, in an efficient way. This field is known as Algorithms for Big Data. In particular, this work has studied the Streaming Algorithms, which represents the basis of the data structures of sublinear order o(n) in space, known as Sketches. In addition, it has deepened in the study of problems applied to Graphs on the Semi-Streaming model. Next, the PageRank algorithm was analyzed as a concrete case study. Finally, the development of a library for the resolution of graph problems, implemented on the top of the intensive mathematical computation platform known as TensorFlow has been started.

Content
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1'
version = u'0.2'
# The full version, including alpha/beta/rc tags.
release = u'0.1'
release = u'0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# http://blog.ionelmc.ro/2014/05/25/python-packaging/
setup(
name="tf_G",
version="0.1",
version="0.2",
description="Python's Tensorflow Graph Library",
author="garciparedes",
author_email="[email protected]",
Expand Down

0 comments on commit 8294e39

Please sign in to comment.