Skip to content

Releases: MC-kit/mckit

0.5.11

17 May 15:32
Compare
Choose a tag to compare

Update dependencies

transformation parser

25 Jan 15:59
Compare
Choose a tag to compare
0.5.10

Merge branch 'github_dvp_devel' into github_dvp_master

0.5.9

09 Jan 00:45
Compare
Choose a tag to compare
bump: preparing release 0.5.9

0.5.7

04 Jan 03:39
cf2431b
Compare
Choose a tag to compare

release ga

0.5.6: Merge pull request #49 from dvp2015/devel

04 Jan 03:34
1b109e6
Compare
Choose a tag to compare

finalizing Release github action

0.5.5: Merge pull request #48 from dvp2015/devel

04 Jan 02:33
4fc5a16
Compare
Choose a tag to compare

Attempt to run Release to PyPI Github action on real PyPI repository

0.5.4

04 Jan 00:52
82d8a10
Compare
Choose a tag to compare
Update release.yml

Basic set of github actions

04 Jan 00:36
e60e026
Compare
Choose a tag to compare

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

29 Dec 21:09
58cc9a0
Compare
Choose a tag to compare

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

17 Dec 22:05
c40670b
Compare
Choose a tag to compare

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