Skip to content
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

Develop -> Master #46

Merged
merged 34 commits into from
Nov 16, 2022
Merged

Develop -> Master #46

merged 34 commits into from
Nov 16, 2022

Conversation

francescofuggitti
Copy link
Collaborator

Proposed changes

Merge all new features/fixes and license changes to the master branch.

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the develop branch (left side). Also you should start your branch off our develop.
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works

Further comments

None

marcofavorito and others added 30 commits June 29, 2021 23:52
During conversion from PDDL domain to string,
the actions were printed without the ":action" tag.
This commit adds the tag and removes the (wrong)
upper level tag ":actions"
tick 'derived-predicates' and 'conditional-effects' in 'Features' README section
…ditional-effects

Add support for derived predicates and conditional effects
Bringing into `develop` branch some changes that were left only on `master`.
- add lower and upper bounds to several development tools and depdendencies
  in Pipfile and tox.ini: black, isort, flake8, pytest, etc.
- (Temporarily) remove darglint checker from the linting dev workflow
- Update Pipfile.lock according to the previous point
- Run black against the source code
- domain-to-string and problem-to-string functions now also print types,
  and README examples have been updated accordingly.
- domain_name private attr in Domain cls was not processed correctly.
marcofavorito and others added 4 commits November 15, 2022 22:08
This commit changes:
- the LICENSE file from LGPL v3.0 to MIT
- the copyright license header in all files, following Google Open Source
  directives: https://opensource.google/documentation/reference/releasing/licenses
- the scripts/check_copyright.py, in accordance with the above
- update other Python package metadata and the README
Update project license from LGPL to MIT
Copy link
Member

@marcofavorito marcofavorito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@francescofuggitti francescofuggitti merged commit c8a46ea into master Nov 16, 2022
@marcofavorito marcofavorito deleted the develop branch June 5, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants