Releases: MSLNZ/msl-loadlib
Releases · MSLNZ/msl-loadlib
v1.0.0
1.0.0 (2025-06-09)
The 32-bit server is frozen with the following versions
server32-windows.exe— Python 3.13.4, pythonnet 3.0.5, comtypes 1.4.11server32-linux— Python 3.13.4
Added:
Client64now acceptshost=Nonewhich will mock the connection to the serverfreeze32console script to create a new 32-bit server- support for Python 3.12 and 3.13
- PEP-484 type annotations
Changed:
- convert to an implicit namespace package (PEP-420)
- the
requires_pythonnetandrequires_comtypesarguments tofreeze_server32.main()were removed and theimports,dataskip_32bit_check,keep_specandkeep_tkarguments were added - all constants (e.g.,
IS_WINDOWS) were moved to a (private)_constants.pyfile - data type of
EXAMPLES_DIRand the return type fromServer32.examples_dir()changed fromstrtopathlib.Path
Removed:
- support for Python 2.7, 3.5, 3.6 and 3.7
- the deprecated
quietparameter