We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a16ca2 commit 21dc0bbCopy full SHA for 21dc0bb
jupyddl/__init__.py
@@ -1,4 +1,2 @@
1
from .automated_planner import AutomatedPlanner
2
-
3
-if __name__ == "__main__":
4
- _ = AutomatedPlanner("data/domain.pddl", "data/problem.pddl")
+from .data_analyst import DataAnalyst
setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="jupyddl", # Replace with your own username
12
- version="0.2.7",
+ version="0.3.0",
13
author="Erwin Lejeune",
14
author_email="erwinlejeune.pro@gmail.com",
15
description="Jupyddl is a PDDL planner built on top of a Julia parser",
0 commit comments