Skia Python Versions Save

Python binding to Skia Graphics Library

v87.3

2 years ago

Changes:

  • support arm64 build on mac
  • migrate to cibuildwheel
  • add missing numpy dependency

#151

v87.2

3 years ago
  • Implement SkPathMeasure wrapper (#139 @jljusten)
  • Fix PyPI description format (#136 @ChrisBarker-NOAA)

v87.1

3 years ago
  • Implement SVGDOM API ( #134 )

v87.0

3 years ago
  • Dependent Skia version upgraded to milestone 87 (#128)
  • Implement YUVAPixmapInfo and YUVAInfo classes
  • Implement missing Image static constructors
  • Implement PathBuilder class
  • Implement missing Path static constructors

v86.1

3 years ago

Bugfix release for skia milestone 86

  • Upgrade skia to m86 latest commit #127
  • Fix path and typeface issues #126
  • Minor build fix for mac #125
  • Add missing Path operations #124
  • Fix pybind11 2.6 API usage #123
  • Documentation fix #122
  • Add python 3.9, drop python 3.5 #121

v86.0

3 years ago

Beta-release. Expect bugs.

Changes:

  • Update skia APIs to milestone 86 #109
  • Small bugfix

Known issues:

  • Missing APIs #57 #71 #72 #88

v85.0

3 years ago

Beta-release. Expect bugs.

Changes:

  • Update skia APIs to milestone 85
  • Use semantic versioning after skia milestone
  • Small bugfix

Known issues:

  • Missing APIs #57 #71 #72 #88

v0.0.6.postfix1

3 years ago

Fix linux release issue #94 for v0.0.6

v0.0.6

4 years ago

Alpha-release. Expect bugs.

Changes:

  • API change for NumPy interoperability
  • Buffer protocol improvement for various color types
  • Support __array__interface__ and tobytes for PIL.Image interoperability
  • Support with-context in Surface.getCanvas, Document, Document.beginPage, and FILEStream
  • Improve gpu API bindings
  • Add missing PDF APIs
  • Fix return value policy on context manager and iterators

Known issues:

  • Missing APIs: #57

v0.0.5

4 years ago

Alpha-release. Expect bugs.

Changes:

  • Organize documentation with rtd theme
  • Upgrade skia to milestone 84 release
  • Add PDF Document and SVG API
  • Add method tests (Point, Size, Rect, RRect, Color)
  • Add Text drawing notebook
  • Fix VM build and test errors

Known issues:

  • Missing APIs: #57