Skip to content

Tags: flightaware/tohil

Tags

v4.4.3

Toggle v4.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix floating point platform discrepancies; replace deprecated call to…

… Py_SetProgramName; Remove ref to internal python type (#92)

* Remove ref to internal python type in Tohil_TD_iter_repr

* Make Tohil_TD_iter_repr receive be proper argument, the actual iterator type that goes with it, Tohil_TD_IterObj.
* Conform Tohil_TD_iter_repr to reference its object using the standard "self" name.

* Use PyConfig in place of deprecated Py_SetProgramName

* In Tohil_Init, use Python's PyConfig means of configuring the Python interpreter in place of the deprecated Py_SetProgramName.
* Also when Tcl is the parent, use the PyConfig method of telling Python not to install signal handlers.

This should work with Python versions back to and including 3.8.

* resolve FP test discrepancies between x86 and ARM

Conform Tohil's behavior of tclobj python object's floor division and remainder implementations both inplace and in-calculation, to Python's way of doing it as seen in cpython/Objects/floatobject.c.

* remove "float" from "float division by zero" error msgs

* possibly fix linux CI workflow with change from resuna

* Update python for Ubuntu 24.04.2

* Sync rest of script to new python.

* Fix python 3.13 deprecation warning in tcl-side tests

Use of datetime.datetime.utcfromtimestamp() triggers a deprecation
warning under Python 3.13.  This commit changes the call to use
datetime.datetime.fromtimestamp() instead, in accordance with the
recommendation of the deprecation warning message.

---------

Co-authored-by: Peter da Silva <peter.dasilva@flightaware.com>

v4.4.2

Toggle v4.4.2's commit message
Bump version for release

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #79 from NasaGeek/properly-indicate-version

Properly bump version in configure.ac

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #78 from NasaGeek/remove-duplicate-directory

Remove unintentionally duplicated docs directory

v4.3.0

Toggle v4.3.0's commit message
release notes for 4.3

v4.2.0

Toggle v4.2.0's commit message
update docs for 4.2 release

v4.1.2

Toggle v4.1.2's commit message
version bump to 4.1.2

v4.1.1

Toggle v4.1.1's commit message
tag 4.1.1

v4.0.3

Toggle v4.0.3's commit message
version bump to 4.0.3

v4.0.2

Toggle v4.0.2's commit message
Revert "tweak test"

This reverts commit 87d7b68.