Skip to content

Releases: sandialabs/SpecUtils

20240705 Android Java

05 Jul 23:45
Compare
Choose a tag to compare
20240705 Android Java Pre-release
Pre-release

This is SpecUtils compiled for Android {arm64-v8a, armeabi-v7a, x86, x86_64}, with SWIG generated Java wrapper to use from your Android application code.

This code has only been superficially tested!

Please see the README.md file included in the zip, as well as the bindings/swig directory in the repository.

Please email [email protected] with any comments or requests.

20240628 Python Module

28 Jun 16:06
Compare
Choose a tag to compare
Pre-release

This is SpecUtils compiled for use from 64-bit Python 3.12 on Windows, or 64-bit Python 3.9 on Raspberry Pi OS 11 (Debian bullseye).

After downloading the attached, you can install the module, and run the example Python script with something like the following:

python.exe -m pip install --user --force SpecUtils-0.0.2-cp312-cp312-win_amd64.whl

python.exe .\test_python.py

The test_python.py demonstrates basic use of the module.

You can see the full list of commands available using:

python.exe
>>> import SpecUtils
>>> help(SpecUtils.SpecUtils)

Or it may be a little easier to just directly reference SpecFile_py.cpp.

You can email [email protected] with comments, requests, or questions.

(updated 20240701 for slight improvement to addMeasurement(...) function)