Releases: chezou/Mykytea-python
Releases · chezou/Mykytea-python
Build Apple Silicon wheels
Since Mykytea-python includes a dynamic library within wheels, all the things you have to prepare are a KyTea model now.
What's Changed
Full Changelog: v0.1.8...v0.1.9
v0.1.9a1: Build Apple Silicon wheels
What's Changed
Full Changelog: v0.1.8...v0.1.9a1
Support Python 3.11 and 3.12
What's Changed
- Add KYTEA_DIR environment variable to build with kytea at arbitrary path by @maxhgerlach in #20
- Introduce Setuptools-scm by @chezou in #23
- Drop arm64 wheel for macOS by @chezou in #24
- Use windows-2019 image by @chezou in #28
- Fix macOS CI by @chezou in #29
- Build Python 3.11 and 3.12 wheels with dropping 3.7 by @chezou in #30
New Contributors
- @maxhgerlach made their first contribution in #20
Full Changelog: v0.1.7...v0.1.8
v0.1.8rc3
v0.1.8rc1: Build Python 3.11, 3.12 wheels
What's Changed
- Add KYTEA_DIR environment variable to build with kytea at arbitrary path by @maxhgerlach in #20
- Introduce Setuptools-scm by @chezou in #23
- Drop arm64 wheel for macOS by @chezou in #24
- Use windows-2019 image by @chezou in #28
- Fix macOS CI by @chezou in #29
- Build Python 3.11 and 3.12 wheels with dropping 3.7 by @chezou in #30
New Contributors
- @maxhgerlach made their first contribution in #20
Full Changelog: v0.1.7...v0.1.8rc1
[Experimental] Support arm64 for macOS
- Introduce arm64 macOS wheel
- Drop manylinux2010 wheel
Build wheels for Python 3.9, 3.10
Dropping Python 3.6
v0.1.4: Provide wheels for Windows
Bump up v0.1.4
v0.1.3: Deploy wheels to GitHub Release from travis (#13)
* Add Github relase deployment * Fix docker build execution * Fix travis badge * Set bash explicitly * Fix and operator * Fix install script to ensure execution for docker wheel creation * Add executable bit for shell scripts * Fix typo * Add which pip for debug * Add make clean to fix i386 wheel biuld * Fix make distclean * Add export for OSX pyenv * Fix distclean point * Use make clean insted of make distclean * Fix osx build * Fix make test * Remove CR * Activate venv * Add Python 3.6 for macOS