-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Release 0.8 #135
Create Release 0.8 #135
Conversation
This prevents installing the non-stdlib version of the typing module. See thiagopbueno/pyrddl#12
Test in travis under Python 3.9
Added parsing for string problem and domains
* Added string model parsing in clingo wrapper * Added argument error class
Cheers @haz for raising this issue
- Fully implemented `is_subtype()` method, rather than just checking direct ancestors now we determine is there is a path in the graph over types defined by `X is parent of Y` relationships.
- Added notions of `postcondition` and `duration` to `Action` class
- Added concept of grounding constraints to `Action` class
- Term is now stored as an attribute to enable further processing of this exception
Merging into `devel`: - add additional whitespace pruning to atom parsing to fix #121
- Disabled references to Functional STRIPS `counters` instances
- Added new submodule `pddl` with parser, lexer and instance model object - Added new tests and test data
- Tess for SAS action modelling ported
- First implementation finished, needs testing with Fast Downward
- Exploring several possibilities
- Added support to dump SAS instances into a JSON stream
- `dump()`: now the name of the domain theory is used as the name of the domain, and an additional parameter has been added to specify the name for the instance
- Example illustrating parsing and basic processing
To latest version as suggested by GH
Codecov Report
@@ Coverage Diff @@
## master #135 +/- ##
===========================================
- Coverage 97.70% 68.17% -29.53%
===========================================
Files 48 121 +73
Lines 3091 15011 +11920
Branches 121 2495 +2374
===========================================
+ Hits 3020 10234 +7214
- Misses 55 4232 +4177
- Partials 16 545 +529
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Updating changelog & version number? Sounds like we're getting close!! |
Just wait until the pypi publishing workflow breaks :-) |
(work in progress)