Releases: MC-kit/mckit
Releases · MC-kit/mckit
0.5.11
transformation parser
0.5.10 Merge branch 'github_dvp_devel' into github_dvp_master
0.5.9
0.5.7
0.5.6: Merge pull request #49 from dvp2015/devel
finalizing Release github action
0.5.5: Merge pull request #48 from dvp2015/devel
Attempt to run Release to PyPI Github action on real PyPI repository
0.5.4
Basic set of github actions
Most of code quality actions and TestPyPI deployment work.
This release is required to check Release to PyPI (in dry-run for this time).
v0.5.2: Update tests.yml
Isolated build and tests passed on Linux, MacOS and Windows for Python versions 3.7, 3.8, 3.9, except 3.7 on Windows.
v0.5.1: Merge pull request #4 from dvp2015/devel
What’s Changed
- nlopt is added as submodule, build script is implemented
- recent mkl library is used
- pyenv/nox/poetry development workflow is implemented
- C extension build is improved
- adopted for Windows with conda/nox/poetry workflow
- some documentation is drafted
- code quality tools are added: isort/black/flake8/mypy
- Github Actions applied for tests, codecov successfully.
- Github Actions for Release, Release drafting and PyPI publishing applied but not tested thoroughly