Skip to content

Releases: dougthor42/wafer_map

Modernize and Drop Python <= 3.7 support

07 Nov 01:08
v1.2.0
5d56462
Compare
Choose a tag to compare
v1.2.0

Modernization; Drop Python <= 3.7 support.

Documentation and Automatic MonkeyPatching

03 Feb 23:53
Compare
Choose a tag to compare

This release is a minor one, but has a big impact. Most prevalent is the fact that you should now be able to use any recent version of wxPython Phoenix!

You should no longer have to manually patch wx.Colour for the hash attribute - that's taken care of in wafer_map.__init__

In addition, this release starts off some work on automatic documentation. I haven't been able to get ReadTheDocs working fully yet, but the framework is there and, should you be so inclined, you should be able to build the docs yourself (Requires Sphinx and sphinx_rtd_theme).

Bugfix for toggle_die_gridlines

11 Apr 22:56
Compare
Choose a tag to compare
Release of 1.0.17

+ Fixed bug in toggle_die_gridlines

Fixed imports for Py3

11 Apr 21:16
Compare
Choose a tag to compare
Fixed imports for Py3. Was working when I tested, but not when I trie…

…d using it...

+ also added echo for path to .gitlab-ci.yml

Version Bump for Messed-up PyPI Release

11 Apr 20:34
Compare
Choose a tag to compare

Simply a version bump because I f'ed up the PyPI release.

Gridlines

11 Apr 20:20
Compare
Choose a tag to compare

Added option to display die gridlines. Yay.

Bugfixes and Refactoring - 1.0.12

24 Nov 18:43
Compare
Choose a tag to compare

Changes since last release:

  • Implemented #31 - a radius value is now displayed on the status bar
  • Modification of imports
  • Internal documentation

Initial Release

01 Apr 23:45
Compare
Choose a tag to compare

Just checking how the release process works...

The code works, but still requires some dependencies that most people may not have.