|
From: <kin...@us...> - 2024-06-20 21:03:48
|
Revision: 7165
http://sourceforge.net/p/teem/code/7165
Author: kindlmann
Date: 2024-06-20 21:03:47 +0000 (Thu, 20 Jun 2024)
Log Message:
-----------
refecting reality that Teem v2 is going to be next release
Modified Paths:
--------------
teem/trunk/python/cffi/README.md
Modified: teem/trunk/python/cffi/README.md
===================================================================
--- teem/trunk/python/cffi/README.md 2024-06-20 21:03:09 UTC (rev 7164)
+++ teem/trunk/python/cffi/README.md 2024-06-20 21:03:47 UTC (rev 7165)
@@ -1,6 +1,6 @@
# CFFI-based Python wrappers for Teem
-The `teem.py` in this directory is a new (as of Teem v1.13 in 2023) Python wrapper for all of Teem, built via CFFI. It does useful error handling, and has one or more helper/wrappers (including a Python object "foo" wrapping of "const airEnum \*const foo").
+The `teem.py` in this directory is a new (as of Teem v2 in 2024) Python wrapper for all of Teem, built via CFFI. It does useful error handling, and has one or more helper/wrappers (including a Python object "foo" wrapping of "const airEnum \*const foo").
These notes by GLK are mostly to document for future GLK what's involved in creating teem.py, but also for anyone else who is in a position to improve how Python users can access and benefit from Teem.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|