File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- include ./pomdp_py/representations/belief/particles.pxd
2
- include ./pomdp_py/representations/distribution/histogram.pxd
3
- include ./pomdp_py/representations/distribution/gaussian.pxd
4
- include ./pomdp_py/representations/distribution/particles.pxd
1
+ include ./pomdp_py/utils/cython_utils.pxd
2
+ include ./pomdp_py/algorithms/po_uct.pxd
5
3
include ./pomdp_py/algorithms/po_rollout.pxd
6
- include ./pomdp_py/algorithms/value_iteration.pxd
7
4
include ./pomdp_py/algorithms/pomcp.pxd
8
- include ./pomdp_py/algorithms/po_uct.pxd
9
- include ./pomdp_py/framework/basics.pxd
5
+ include ./pomdp_py/algorithms/value_iteration.pxd
6
+ include ./pomdp_py/representations/belief/particles.pxd
7
+ include ./pomdp_py/representations/distribution/particles.pxd
8
+ include ./pomdp_py/representations/distribution/gaussian.pxd
9
+ include ./pomdp_py/representations/distribution/histogram.pxd
10
10
include ./pomdp_py/framework/planner.pxd
11
+ include ./pomdp_py/framework/basics.pxd
11
12
include ./pomdp_py/framework/oopomdp.pxd
12
- include ./pomdp_py/utils/cython_utils.pxd
13
- include ./pomdp_py/utils/cython_utils.pyx
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def build_extensions(pkg_name, major_submodules):
34
34
35
35
setup (name = 'pomdp-py' ,
36
36
packages = find_packages (),
37
- version = '1.3.2 ' ,
37
+ version = '1.3.3 ' ,
38
38
description = 'Python POMDP Library.' ,
39
39
long_description = long_description ,
40
40
long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments