Skip to content

Release 0.3.0a0 #79

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

Merged
merged 43 commits into from
Jan 18, 2020
Merged

Release 0.3.0a0 #79

merged 43 commits into from
Jan 18, 2020

Conversation

marcofavorito
Copy link
Member

@marcofavorito marcofavorito commented Jan 18, 2020

Release summary

Version number: 0.3.0a0

Release details

  • Introduce new APIs (not fully backward compatible.)
  • Provide implementation of SimpleDFA and SimpleNFA (old DFA and NFA)
  • Introduce SymbolicAutomaton - boolean formulas as transition guards.
  • Change owner: whitemech
  • Other minor changes and bug fixes.

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 release-<version-number>
  • 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 pythomata==<version-number> --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 pythomata==<version_number> --force --no-cache-dir --no-deps
  • I tagged the merge commit with v<version-number>
  • I published the docs: mkdocs gh-deploy

Further comments

Write here any other comment about the release, if any.

this will let a better flexibility of the library.
For instance, the automaton classes that want to implement
rendering functionalities, the framework provides the 'pythomata.core.Rendering'
interface that just requires the method 'get_transitions' to be implemented.
Add rendering interface. Add set/get state/transition attributes
@marcofavorito marcofavorito merged commit bdb4c1e into master Jan 18, 2020
@marcofavorito marcofavorito deleted the release-0.3.0a0 branch February 12, 2020 18:21
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.

1 participant