Skip to content

Releases: semuadmin/PyMandel

v1.0.16

12 Sep 18:35
1b933da

Choose a tag to compare

What's Changed

FIXES:

  1. Remove deprecated tkinter trace calls in settings_frame.py. Now supports tkinter 9.0.2 under Python 3.12 and 3.13.
  2. Remove deprecated entries in pyproject.toml.

Full Changelog: v1.0.15...v1.0.16

v1.0.15

11 Jun 07:50
3b5f569

Choose a tag to compare

What's Changed

  1. Remove pinned numpy dependency

Full Changelog: v1.0.14...v1.0.15

v1.0.14

24 Jan 11:10
9c6558b

Choose a tag to compare

What's Changed

  1. Support for Python 3.13 added - numba>=0.61 now supports 3.13
  2. Minor pylint advisories.

Full Changelog: https://github.com/semuconsulting/PyMandel/commits/v1.0.14

v1.0.13

01 Feb 09:32
ed6de14

Choose a tag to compare

RELEASE 1.0.13

CHANGES:

  1. Support for Python 3.12 added - numba>=0.59.0 now supports 3.12

Full Changelog: v1.0.12...v1.0.13

v1.0.12

12 Jun 20:09
3bef450

Choose a tag to compare

RELEASE 1.0.12

CHANGES:

  1. Support for Python 3.11 added - numba now supports 3.11
  2. Support for Python 3.7 dropped - now end of life

v1.0.11

23 Apr 21:40
4bfd310

Choose a tag to compare

RELEASE 1.0.11

CHANGES:

  1. VSCode and GHA workflows updated - Bandit security analysis added.
  2. Project URLS corrected in pyproject.toml.
  3. No functional changes.

v1.0.10

28 Mar 09:25
bdebcb6

Choose a tag to compare

RELEASE 1.0.10

ENHANCEMENTS:

  1. Update project structure and test framework to use pyproject.toml (instead of setup.py) with pytest and pytest-cov. No functional changes to application.