Skip to content

Commit

Permalink
Started changelog for version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagamedov committed Oct 12, 2016
1 parent 0ab9a38 commit c842792
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog/changes_03.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changes in 0.3
==============

Backward-incompatible changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- :py:class:`hiku.result.Result` is not a subclass of ``defaultdict``
anymore, it even not implements fully ``Mapping`` interface, only
``__getitem__`` is implemented
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Changelog
.. toctree::
:maxdepth: 2

changes_03
changes_02
3 changes: 3 additions & 0 deletions docs/guide/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ construct SELECT queries.
Prerequisites
~~~~~~~~~~~~~

.. note:: Source code of this example can be found
`on GitHub <https://github.com/vmagamedov/hiku/blob/master/docs/guide/test_database.py>`_.

We will translate our previous example from the :doc:`basics`, but now all
the data is stored in the SQLite database:

Expand Down
3 changes: 3 additions & 0 deletions docs/guide/subgraph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on-demand.
Prerequisites
~~~~~~~~~~~~~

.. note:: Source code of this example can be found
`on GitHub <https://github.com/vmagamedov/hiku/blob/master/docs/guide/test_subgraph.py>`_.

In order to show this feature we will try to adapt our
:doc:`previous example <database>`, ``actor`` table was removed and ``image``
table was added:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Hiku',
version='0.2.0',
version='0.3.0',
description='Library to implement Graph APIs',
author='Vladimir Magamedov',
author_email='vladimir@magamedov.com',
Expand Down

0 comments on commit c842792

Please sign in to comment.