Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Release 0.2.0 #4

Merged
merged 30 commits into from
Oct 6, 2019
Merged

Release 0.2.0 #4

merged 30 commits into from
Oct 6, 2019

Conversation

marcofavorito
Copy link
Member

@marcofavorito marcofavorito commented Oct 6, 2019

Release summary

Version number: 0.2.0

Release details

Refactoring of the repository.

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the master branch (left side), from develop
  • I've updated the dependencies versions in Pipfile to the latest, wherever is possible.
  • Lint and unit tests pass locally
  • I built the documentation and updated it with the latest changes
  • I've added an item in HISTORY.md for this release
  • I bumped the version number in the __version__.py file.
  • I published the latest version on TestPyPI and checked that the following command work:
    pip install flloat==0.2.0 --index-url https://test.pypi.org/simple --force --no-cache-dir --no-deps
  • After merging the PR, I'll publish the build also on PyPI. Then, I'll make sure the following
    command will work:
    pip install flloat==0.2.0 --force --no-cache-dir --no-deps

Further comments

None.

from MIT to Apache 2.0
- update pipfiles with needed dependencies for running the tests.
- restore pythomata version to latest
- make tox use 'Pipenv.lock' to build the test environment
- other misc dixes.
- remove automatic deployment
- use distribution 'xenial'
Clean up

- Switch the documentation system to MkDocs.
- Apply code style checks with flake8 (not all the modules have been fixed.)
- add proper GH templates.
- fix Pythomata version to `0.2.0`
All the elementary operator like Not, And, Or, Implies
and Equivalence for the LDLf parser have been splitted in two.

In particular, if the operator is applied to a propositional formula,
then the strings to be used are (as usual):
- not: !
- and: &
- or: |
- implies: ->
- equivalence: <->

whereas, for LDLf formulas:
- not: !!
- and: &&
- or: ||
- implies: -->
- equivalence: <-->

that is, double the character of the operator.
This change is due to introduce the following abbreviation:

given P a propositional formula:

P -> <P>tt

However, this introduced several conflicts, mostly due to our use
of PLY. This is going to change in the near future.
@marcofavorito marcofavorito merged commit 6584556 into master Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant