From 6d94c039cfce24cf1b7b80b907c3701aca551385 Mon Sep 17 00:00:00 2001 From: Chen Heroy Date: Tue, 21 Jul 2026 14:21:45 -0600 Subject: [PATCH] wrapping v1.2 LFMF C++ library --- .github/workflows/pytest.yml | 2 +- .github/workflows/release.yml | 2 +- .zenodo.json | 2 +- CITATION.cff | 2 +- src/ITS/Propagation/LFMF/LFMF.py | 2 +- src/ITS/Propagation/LFMF/__init__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e8d33ee..cc7d18c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,7 +16,7 @@ concurrency: env: LIBRARY_BASE_REPO: NTIA/LFMF - LIBRARY_RELEASE_TAG: v1.1 + LIBRARY_RELEASE_TAG: v1.2-rc.1 LIBRARY_DESTINATION_DIRECTORY: 'src/ITS/Propagation/LFMF' jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f029087..3fb2cd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ on: env: LIBRARY_BASE_REPO: NTIA/LFMF - LIBRARY_RELEASE_TAG: v1.1 + LIBRARY_RELEASE_TAG: v1.2-rc.1 LIBRARY_DESTINATION_DIRECTORY: 'src/ITS/Propagation/LFMF/' jobs: diff --git a/.zenodo.json b/.zenodo.json index 833748a..8e6cc3e 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -38,5 +38,5 @@ "resource_type": "publication-softwaredocumentation" } ], - "version": "1.1.0" + "version": "1.2.0" } diff --git a/CITATION.cff b/CITATION.cff index 9aed93e..ecede78 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -39,4 +39,4 @@ keywords: - propagation - lfmf - antennas -version: 1.1.0 +version: 1.2.0 diff --git a/src/ITS/Propagation/LFMF/LFMF.py b/src/ITS/Propagation/LFMF/LFMF.py index 50dbaa0..3f97da1 100644 --- a/src/ITS/Propagation/LFMF/LFMF.py +++ b/src/ITS/Propagation/LFMF/LFMF.py @@ -32,7 +32,7 @@ class LFMFResult(Structure): # Load the shared library -lib = PropLibCDLL("LFMF-1.1") +lib = PropLibCDLL("LFMF-1.2") # Define function prototypes lib.LFMF.restype = c_int diff --git a/src/ITS/Propagation/LFMF/__init__.py b/src/ITS/Propagation/LFMF/__init__.py index a0bde28..988c932 100644 --- a/src/ITS/Propagation/LFMF/__init__.py +++ b/src/ITS/Propagation/LFMF/__init__.py @@ -1,6 +1,6 @@ # Version X.Y.Z: X.Y is the version of the C++ source, # and Z is the version of this Python wrapper -__version__ = "1.1.0" +__version__ = "1.2.0" from .LFMF import ( LFMF,