Skip to content

Commit efb7cb5

Browse files
author
Kenneth Chan
committed
SDKPYTHON-8 #comment update doc
1 parent c79a3dc commit efb7cb5

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/source/predictionio.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,16 +199,20 @@ predictionio.Client Class
199199
.. automethod:: get_item
200200
.. automethod:: delete_item
201201

202+
.. automethod:: record_action_on_item
203+
204+
.. versionadded:: 0.5.0
205+
202206
.. automethod:: get_itemrec_topn
203207

204208
.. versionadded:: 0.5.0
205209

206210
.. versionchanged:: 0.6.0
207211
Change the order of parameters.
208212

209-
.. automethod:: record_action_on_item
213+
.. automethod:: get_itemsim_topn
210214

211-
.. versionadded:: 0.5.0
215+
.. versionadded:: 0.6.0
212216

213217
.. automethod:: get_itemrec
214218

@@ -254,16 +258,20 @@ predictionio.Client Class
254258
.. automethod:: aget_item
255259
.. automethod:: adelete_item
256260

261+
.. automethod:: arecord_action_on_item
262+
263+
.. versionadded:: 0.5.0
264+
257265
.. automethod:: aget_itemrec_topn
258266

259267
.. versionadded:: 0.5.0
260268

261269
.. versionchanged:: 0.6.0
262270
Change the order of parameters.
263271

264-
.. automethod:: arecord_action_on_item
272+
.. automethod:: aget_itemsim_topn
265273

266-
.. versionadded:: 0.5.0
274+
.. versionadded:: 0.6.0
267275

268276
.. automethod:: aget_itemrec
269277

predictionio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__copyright__ = "Copyright 2013, TappingStone, Inc."
1010
__license__ = "Apache License, Version 2.0"
1111

12-
__version__ = "0.6.0-SNAPSHOT"
12+
__version__ = "0.6.0"
1313

1414

1515
# import packages

0 commit comments

Comments
 (0)