Skip to content

Commit

Permalink
Modify for v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegami-yukino committed Apr 7, 2014
1 parent 1bf07d7 commit 9e63a06
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGES
=======

0.5 (2014-04-08)
----------------

- Add Croquis classes handling some data types (e.g., float, uint8)
- Given length=True to inner product method, returns also square length of both left hands and right hands sketch
- Add fromdict method

0.4 (2014-03-30)
----------------

Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,10 @@ Get inner product of two sketches

>>> sketch.inner_product(other_sketch)

- int inner_product(Sketch)
- float inner_product(Sketch[, length=False])

- If length is True, then inner_product method returns inner product, square length of left hands sketch (float), and square length of right hands sketch (float)


Apply filter into all values
--------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
MADOKA_FILES = glob.glob('src/*.cc')
setup (
name = 'madoka',
version = '0.4',
version = '0.5',
author = "Yukino Ikegami",
author_email='[email protected]',
url='https://github.com/ikegami-yukino/madoka-python',
Expand Down

0 comments on commit 9e63a06

Please sign in to comment.