Skip to content

Releases: chezou/Mykytea-python

Build Apple Silicon wheels

15 Jan 01:44
fa23d4b
Compare
Choose a tag to compare

Since Mykytea-python includes a dynamic library within wheels, all the things you have to prepare are a KyTea model now.

What's Changed

  • Add macOS build script for arm64 wheel by @chezou in #34

Full Changelog: v0.1.8...v0.1.9

v0.1.9a1: Build Apple Silicon wheels

15 Jan 01:02
dc8d0b9
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add macOS build script for arm64 wheel by @chezou in #34

Full Changelog: v0.1.8...v0.1.9a1

Support Python 3.11 and 3.12

13 Jan 09:23
25df000
Compare
Choose a tag to compare

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

Full Changelog: v0.1.7...v0.1.8

v0.1.8rc3

13 Jan 08:33
25df000
Compare
Choose a tag to compare
v0.1.8rc3 Pre-release
Pre-release

What's Changed

  • Use pyproject.toml as much as possible by @chezou in #32
  • Revert "Use pyproject.toml as much as possible" by @chezou in #33

Full Changelog: v0.1.8rc1...v0.1.8rc3

v0.1.8rc1: Build Python 3.11, 3.12 wheels

13 Jan 07:19
Compare
Choose a tag to compare

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

Full Changelog: v0.1.7...v0.1.8rc1

[Experimental] Support arm64 for macOS

16 Feb 17:50
Compare
Choose a tag to compare
  • Introduce arm64 macOS wheel
  • Drop manylinux2010 wheel

Build wheels for Python 3.9, 3.10

30 Oct 04:04
Compare
Choose a tag to compare

Dropping Python 3.6

v0.1.4: Provide wheels for Windows

27 Nov 03:47
Compare
Choose a tag to compare

v0.1.3: Deploy wheels to GitHub Release from travis (#13)

19 Nov 13:36
d6b7dee
Compare
Choose a tag to compare
* 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