Skip to content

Commit

Permalink
Prepare release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Apr 9, 2024
1 parent 4151ddb commit 18b309d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions Modelica_ResultCompare/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
[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)]

// 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 <http://opensource.org/licenses/BSD-3-Clause>.\n")]
[assembly: AssemblyLicense("\nThis software is free software and released under the BSD 3-Clause License <https://opensource.org/licenses/BSD-3-Clause>.\n")]
[assembly: AssemblyUsage(@"Example Usage:
-m csvtreecompare -v 1 -r ""C:\test\report"" ""C:\test\compare\"" ""C:\test\base""
Expand Down
7 changes: 5 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 18b309d

Please sign in to comment.