Skip to content

Releases: gaphor/gaphas

Cleanup Handle, Speedup Rendering, and Remove Dependencies

08 Jul 02:23
1.1.0
bee350b
Compare
Choose a tag to compare
  • Remove dependency on simplegeneric and decorator
  • Speed up rendering by using a back-buffer
  • Deprecate Handle.x and Handle.y, use Handle.pos instead

Port to Python3 and PyGObject

30 Dec 02:45
2b23add
Compare
Choose a tag to compare
  • Change license from LGPL 2.0 to Apache 2.0
  • Port to Python 3 with support for 3.5, 3.6, and 3.7
  • Python < 2.7 is no longer supported
  • Port from GTK+ 2 and PyGTK to GTK+ 3 with PyGObject
  • Migrate tests from Nose to PyTest with Tox
  • Reorganize project files
  • Overhaul the README
  • Add contributing guide and code of conduct
  • Adopt Black as code formatter
  • Add Continuous Integration with Travis and Read The Docs

Port to Python3 and PyGObject

05 Dec 03:14
82f64b8
Compare
Choose a tag to compare
Pre-release
  • Port to Python 3 with support for 3.5, 3.6, and 3.7
  • Python < 2.7 no longer supported
  • Port from PyGTK to PyGObject