Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 3.37 KB

CHANGES.rst

File metadata and controls

38 lines (37 loc) · 3.37 KB

ChangeLog

Version Description Date
1.5.0
  • Drop support for Python 3.6
  • Switch to implicit namespace package configuration
2023/08/31
1.4.0
  • Remove Python 3.5 support. Only Python 3.6 or newer is supported.
2020/12/29
1.3.0
  • Remove Python 2.7 support. Only Python 3.5 or newer is supported.
2020/07/04
1.2.0
  • Rework namespace handling for luma sub-projects
2019/06/16
1.1.0
  • Added ASCII-block emulator
2018/02/03
1.0.2
  • Changed version number to inside luma/emulator/__init__.py
2017/11/23
1.0.1
  • Workaround pygame bug & use io module
2017/11/22
1.0.0
  • Stable version
  • Minor documentation and setup fixes
2017/11/03
0.2.5
  • Correct noop import
2017/09/06
0.2.4
  • Move show/hide/contrast methods into emulator
  • Add segment mapper
  • Refactor tests
2017/04/30
0.2.3
  • Added ASCII-art emulator
2017/04/15
0.1.3
  • Add contrast & show/hide functionality to pygame emulator
2017/03/02
0.1.2
  • Restrict exported Python symbols from luma.emulator.device
2017/03/02
0.1.1
  • Split out emulator functionality from rm-hull/luma.core
2017/02/17