Skip to content

Commit

Permalink
Bump version to 0.4.5 for GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattachu committed Mar 16, 2018
1 parent 2c3e4d5 commit 9f93ea2
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 48 deletions.
8 changes: 4 additions & 4 deletions src/batchLORASR.au3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Comment=Created by M J Easton
#AutoIt3Wrapper_Res_Description=Work through a batch of input files and run LORASR for each one
#AutoIt3Wrapper_Res_Fileversion=0.4.4.1
#AutoIt3Wrapper_Res_Fileversion=0.4.5.0
#AutoIt3Wrapper_Res_LegalCopyright=Creative Commons Attribution ShareAlike
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#cs ----------------------------------------------------------------------------
Expand All @@ -10,8 +10,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.04
Modified: 2017.09.08
Version: 0.4.4.1
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Work through a batch of input files and run LORASR for each one
Expand All @@ -24,7 +24,7 @@

; Program version
Global CONST $g_sProgramName = "batchLORASR"
Global CONST $g_sProgramVersion = "0.4.4.1"
Global CONST $g_sProgramVersion = "0.4.5.0"

; Declarations
Local $vResult = 0
Expand Down
8 changes: 4 additions & 4 deletions src/collateLORASR.au3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Comment=Created by M J Easton
#AutoIt3Wrapper_Res_Description=Work through a batch of input files and run LORASR for each one
#AutoIt3Wrapper_Res_Fileversion=0.4.4.0
#AutoIt3Wrapper_Res_Fileversion=0.4.5.0
#AutoIt3Wrapper_Res_LegalCopyright=Creative Commons Attribution ShareAlike
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#cs ----------------------------------------------------------------------------
Expand All @@ -10,8 +10,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.08.25
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Collate transmission results from a set of LORASR output files
Expand All @@ -24,7 +24,7 @@

; Program version
Global CONST $g_sProgramName = "collateLORASR"
Global CONST $g_sProgramVersion = "0.4.4.0"
Global CONST $g_sProgramVersion = "0.4.5.0"

; Declarations
Local $iResult = 0
Expand Down
8 changes: 4 additions & 4 deletions src/plotLORASR.au3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Comment=Created by M J Easton
#AutoIt3Wrapper_Res_Description=Copy data from LORASR output files to Excel plotting spreadsheet
#AutoIt3Wrapper_Res_Fileversion=0.4.4.0
#AutoIt3Wrapper_Res_Fileversion=0.4.5.0
#AutoIt3Wrapper_Res_LegalCopyright=Creative Commons Attribution ShareAlike
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#cs ----------------------------------------------------------------------------
Expand All @@ -10,8 +10,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.04
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Copy data from LORASR output files to Excel plotting spreadsheet
Expand All @@ -24,7 +24,7 @@

; Program version
Global CONST $g_sProgramName = "plotLORASR"
Global CONST $g_sProgramVersion = "0.4.4.0"
Global CONST $g_sProgramVersion = "0.4.5.0"

; Declarations
Local $iResult = 0
Expand Down
6 changes: 3 additions & 3 deletions src/runLORASR.Batch.au3
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.08.08
Modified: 2017.09.08
Version: 0.4.4.1
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Work through a batch of input files and run LORASR for each one
Expand All @@ -25,7 +25,7 @@
#include "runLORASR.Tidy.au3"

; Code version
$g_sBatchVersion = "0.4.4.1"
$g_sBatchVersion = "0.4.5.0"

; Main function
Func BatchLORASR($sWorkingDirectory = @WorkingDir, $sProgramPath = "C:\Program Files (x86)\LORASR", $sSimulationProgram = "LORASR.exe", $sSweepFile = "Sweep.xlsx", $sTemplateFile = "Template.txt", $sResultsFile = "Batch results.csv", $sPlotFile = "Plots.xlsx", $sInputFolder = "Input", $sOutputFolder = "Output", $sRunFolder = "Runs", $sIncompleteFolder = "Incomplete", $bCleanup = True)
Expand Down
6 changes: 3 additions & 3 deletions src/runLORASR.Functions.au3
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.12
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Functions used by runLORASR
Expand All @@ -22,7 +22,7 @@
Global CONST $g_tProgramRunTime = _Date_Time_GetLocalTime()

; Code versions (modified by each loaded library or executable)
Global CONST $g_sFunctionsVersion = "0.4.4.0"
Global CONST $g_sFunctionsVersion = "0.4.5.0"
Global $g_sRunVersion = ""
Global $g_sPlotsVersion = ""
Global $g_sBatchVersion = ""
Expand Down
6 changes: 3 additions & 3 deletions src/runLORASR.Plots.au3
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.13
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Copy data from LORASR output files to Excel plotting spreadsheet
Expand All @@ -18,7 +18,7 @@
#include <Date.au3>

; Code version
$g_sPlotsVersion = "0.4.4.0"
$g_sPlotsVersion = "0.4.5.0"

; Function that defines input and output settings for each data type: changes to the LORASR code may require changes here.
Func GetFileSettings($sDataType, ByRef $sDataFile1, ByRef $iDataStart1, ByRef $iDataEnd1, ByRef $sDataFile2, ByRef $iDataStart2, ByRef $iDataEnd2, ByRef $iWorksheet, ByRef $sDataLocation1, ByRef $sDataLocation2)
Expand Down
6 changes: 3 additions & 3 deletions src/runLORASR.Progress.au3
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.09.06
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Show progress meters for the runLORASR batch process
Expand All @@ -21,7 +21,7 @@
#include "runLORASR.Functions.au3"

; Code version
$g_sProgressVersion = "0.4.4.0"
$g_sProgressVersion = "0.4.5.0"

; Handles of controls are global to allow updating at different stages of different processes
Global $g_hProgressWindow = 0, $g_hOverallProgressBar = 0, $g_hOverallProgressDetailLabel = 0, $g_hCurrentProgressBar = 0, $g_hCurrentProgressDetailLabel = 0
Expand Down
6 changes: 3 additions & 3 deletions src/runLORASR.Results.au3
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.08.25
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Extract transmission results from LORASR output files
Expand All @@ -20,7 +20,7 @@
#include "runLORASR.Functions.au3"

; Code version
$g_sResultsVersion = "0.4.4.0"
$g_sResultsVersion = "0.4.5.0"

; Function to loop through all output files and save results
Func SaveAllResults($sWorkingDirectory = @WorkingDir, $sResultsFile = "Batch results.csv", $sInputFolder = "Input", $sRunFolder = "Runs")
Expand Down
6 changes: 3 additions & 3 deletions src/runLORASR.Run.au3
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.04
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Run LORASR for a given filename
Expand All @@ -16,7 +16,7 @@
#include "runLORASR.Functions.au3"

; Code version
$g_sRunVersion = "0.4.4.0"
$g_sRunVersion = "0.4.5.0"

; Global declarations
Global $g_sMainWindowTitle = "LORASR PC Version"
Expand Down
6 changes: 3 additions & 3 deletions src/runLORASR.Sweep.au3
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.08.07
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Create a batch of input files from a batch definition file and a template
Expand All @@ -22,7 +22,7 @@
#include "runLORASR.Progress.au3"

; Code version
$g_sSweepVersion = "0.4.4.0"
$g_sSweepVersion = "0.4.5.0"

; Main function
Func SweepLORASR($sWorkingDirectory = @WorkingDir, $sSweepFile = "Sweep.xlsx", $sTemplateFile = "Template.txt", $sResultsFile = "Batch results.csv", $sInputFolder = "Input")
Expand Down
6 changes: 3 additions & 3 deletions src/runLORASR.Tidy.au3
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.13
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Tidy up files from a batch run of LORASR
Expand All @@ -17,7 +17,7 @@
#include "runLORASR.Progress.au3"

; Code version
$g_sTidyVersion = "0.4.4.0"
$g_sTidyVersion = "0.4.5.0"

; Tidy up files from an incomplete run
Func TidyIncompleteRun($sRun, $sWorkingDirectory = @WorkingDir, $sIncompleteFolder = "Incomplete")
Expand Down
8 changes: 4 additions & 4 deletions src/runLORASR.au3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Comment=Created by M J Easton
#AutoIt3Wrapper_Res_Description=Run LORASR for a given filename
#AutoIt3Wrapper_Res_Fileversion=0.4.4.0
#AutoIt3Wrapper_Res_Fileversion=0.4.5.0
#AutoIt3Wrapper_Res_LegalCopyright=Creative Commons Attribution ShareAlike
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#cs ----------------------------------------------------------------------------
Expand All @@ -10,8 +10,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.04
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Run LORASR for a given filename
Expand All @@ -24,7 +24,7 @@

; Program version
Global CONST $g_sProgramName = "runLORASR"
Global CONST $g_sProgramVersion = "0.4.4.0"
Global CONST $g_sProgramVersion = "0.4.5.0"

; Declarations
Local $iResult = 0
Expand Down
8 changes: 4 additions & 4 deletions src/sweepLORASR.au3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Comment=Created by M J Easton
#AutoIt3Wrapper_Res_Description=Create a batch of input files from a batch definition file and a template
#AutoIt3Wrapper_Res_Fileversion=0.4.4.0
#AutoIt3Wrapper_Res_Fileversion=0.4.5.0
#AutoIt3Wrapper_Res_LegalCopyright=Creative Commons Attribution ShareAlike
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#cs ----------------------------------------------------------------------------
Expand All @@ -10,8 +10,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.05
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Create a batch of input files from a batch definition file and a template
Expand All @@ -25,7 +25,7 @@

; Program version
Global CONST $g_sProgramName = "sweepLORASR"
Global CONST $g_sProgramVersion = "0.4.4.0"
Global CONST $g_sProgramVersion = "0.4.5.0"

; Declarations
Local $iResult = 0
Expand Down
8 changes: 4 additions & 4 deletions src/tidyLORASR.au3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Comment=Created by M J Easton
#AutoIt3Wrapper_Res_Description=Tidy up files from a batch run of LORASR
#AutoIt3Wrapper_Res_Fileversion=0.4.4.0
#AutoIt3Wrapper_Res_Fileversion=0.4.5.0
#AutoIt3Wrapper_Res_LegalCopyright=Creative Commons Attribution ShareAlike
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#cs ----------------------------------------------------------------------------
Expand All @@ -10,8 +10,8 @@
AutoIt Version: 3.3.14.2
Author: Matt Easton
Created: 2017.07.13
Modified: 2017.09.08
Version: 0.4.4.0
Modified: 2018.03.16
Version: 0.4.5.0
Script Function:
Tidy up files from a batch run of LORASR
Expand All @@ -25,7 +25,7 @@

; Program version
Global CONST $g_sProgramName = "tidyLORASR"
Global CONST $g_sProgramVersion = "0.4.4.0"
Global CONST $g_sProgramVersion = "0.4.5.0"

; Declarations
Local $sRun = ""
Expand Down

0 comments on commit 9f93ea2

Please sign in to comment.