diff --git a/LICENSE b/LICENSE index 5e506b1..6e0c06a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2018, ESI ITI GmbH +Copyright (c) 2013-2024, ESI ITI GmbH and contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Modelica_ResultCompare/Properties/AssemblyInfo.cs b/Modelica_ResultCompare/Properties/AssemblyInfo.cs index d640371..483f06b 100644 --- a/Modelica_ResultCompare/Properties/AssemblyInfo.cs +++ b/Modelica_ResultCompare/Properties/AssemblyInfo.cs @@ -12,10 +12,10 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ESI ITI GmbH")] [assembly: AssemblyProduct("compare")] -[assembly: AssemblyCopyright("Copyright © 2015-2020 - ESI ITI GmbH and contributors")] +[assembly: AssemblyCopyright("Copyright © 2015-2024 - ESI ITI GmbH and contributors")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyInformationalVersionAttribute("2.0.3.0")] +[assembly: AssemblyInformationalVersionAttribute("2.0.4.0")] // If you need to access this assembly in COM, enable this attribute [assembly: ComVisible(false)] @@ -23,10 +23,10 @@ // The GUID used if you use COM [assembly: Guid("5ead2e40-fd60-4095-b96c-4f5a6473f43b")] -[assembly: AssemblyVersion("2.0.3.0")] -[assembly: AssemblyFileVersion("2.0.3.0")] +[assembly: AssemblyVersion("2.0.4.0")] +[assembly: AssemblyFileVersion("2.0.4.0")] -[assembly: AssemblyLicense("\nThis software is free software and released under the BSD 3-Clause License .\n")] +[assembly: AssemblyLicense("\nThis software is free software and released under the BSD 3-Clause License .\n")] [assembly: AssemblyUsage(@"Example Usage: -m csvtreecompare -v 1 -r ""C:\test\report"" ""C:\test\compare\"" ""C:\test\base"" diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5cb0fa4..89bb137 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,6 @@ +## 2024-04-09 Version 2.0.4 +* improve compare_failed log file to print total number of failed values + ## 2020-03-23 Version 2.0.3 * new command line option `--failedonly` to only add the charts for failed signals to the report * bugfix for option `--inline` (regression of Version 2.0.1) @@ -37,7 +40,7 @@ ## 2013-06-26 Version 1.0.0.6751 * bugfix error graph (list has not been reset) -* new commandline parameter `-e` for enabling absolute errors (0,1) in error graph; new default behaviour is to show relative differences between error and tube +* new command line parameter `-e` for enabling absolute errors (0,1) in error graph; new default behaviour is to show relative differences between error and tube * added check for resolution of base file and documentation in the readme. Base files should have a higher resolution than the compare files * use `--nometareport` to skip the generation of an index file for the reports @@ -57,7 +60,7 @@ * added some color to the console output * more output on parsing errors has been added * extrapolation of values if the source time line is shorter than the target timeline is now prevented -* some doumentation has been done in readme and cli usage info +* some documentation has been done in readme and cli usage info ## 2013-05-30 Version 1.0.0.6573 beta * added option `--delimiter` to set the delimiter of the input csv files diff --git a/deploy.sh b/deploy.sh index fa64d8f..1cda7a3 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -#This script sets assembly infos and builds csv-copmpare and zips it in a properly named tar archive +#This script sets assembly infos and builds csv-compare and zips it in a properly named tar archive # stop on errors set -e