Releases: modelica-tools/csv-compare
csv-compare 2.1.1
This is a patch release that fixes two regressions of the tube calculation.
Please see the release notes for details.
Binaries for Windows are attached. They should work on current Microsoft operating systems and .NET Framework 4.0 installed.
Full Changelog: v2.1.0...v2.1.1
csv-compare 2.1.0
This is a minor release with a some improvements regarding the tube calculation and comparison tolerance.
Please see the release notes for details.
Binaries for Windows are attached. They should work on current Microsoft operating systems and .NET Framework 4.0 installed.
Full Changelog: v2.0.4...v2.1.0
csv-compare 2.0.4
This is a maintanance release with a small improvement for the compare_failed log file to display the total number of failed values.
Please see the release notes for details.
Some prebuild binaries are attached.
- The Windows binaries should work on current Microsoft operating systems and .NET Framework 4.0 installed.
Full Changelog: v2.0.3...v2.0.4
csv-compare 2.0.3
This is a maintanance release with two bugfixes and a new option to only plot the charts of failed signals in the report.
Please see the release notes for details.
Some prebuild binaries are attached.
- The Windows binaries should work on current Microsoft operating systems and .NET Framework 4.0 installed.
Full Changelog: v2.0.2...v2.0.3
csv-compare 2.0.2
This is a maintanance release with three bugfixes.
Please see the release notes for details.
Some prebuild binaries are attached.
- The Windows binaries should work on current Microsoft operating systems and .NET Framework 4.0 installed.
Full Changelog: v2.0.1...v2.0.2
csv-compare 2.0.1
This is a maintanance release with some improvements on the CsvTreeCompare meta report.
Please see the release notes for details.
Some prebuild binaries are attached.
- The Linux binary was created using CentOS Linux release 7.4.1708 and Mono JIT compiler version 4.6.2.
- The Windows binaries should work on current Microsoft operating systems and .NET Framework 4.0 installed.
Full Changelog: v2.0.0-rel...v2.0.1
csv-compare with new algorithm and better performance
This release contains csv-compare with major changes in the tube calculation algorithm and massive performance improvements regarding memory consumption and processing speed.
Please see the release notes for details.
This is the first release under new source control on github.
Some prebuild binaries are attached.
- The Linux binaries were created using Ubuntu 14.04.2 LTS and Mono JIT compiler version 3.12.1.
- The Windows binaries should work on current Microsoft operating systems and .NET Framework 4.0 installed.
csv-compare
This is a pre-release of csv-compare with a new tube algorithm and some major performance improvements.
This is a BETA, do not use for production purposes and please file issues if you find problems.
This Pre-Release includes new command line options:
-i
/--inline
to enable single source html files where all styles and scripts are included in the html file-b
/--bitmap
to enable the generation of bitmap files as plots (for a more efficient view of huge reports)
and fixes some bugs.
Thank you.
Last Release from SVN
2015-01-20 Version 1.1.0
- Re-Release of svn delivery 1.1.0.7267
2013-10 Version 1.1.0
- changed tube algorithm for better support of jumps
- added debugging option where csv files are only plotted not checked
- added vertical line to mouse cursor, set y-axis ticks to .4f format and scaled error graphs and plots to the same values to make the review easier
- fixed missing report dir errors
- use "--nometareport" to skip the generation of an index file for the reports
- write a warning to the output if the first line in a csv contains numbers not text
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
- 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
2013-06-14 Version 1.0.0.6717
- added error graph to ease the discovery of errors in the graphs
- stopping recursion instead of throwing exception when calculating tubes for really big files
- better handling of "jumps" during the calculation of tubes
2013-06-14 Version 1.0.0.6673
- enabled relative paths to html files in (meta)reports
- catched parsing errors in tree mode skip failed files instead of stopping the test
- documentation extended
2013-06-05 Version 1.0.0.6623
- bugfixes for reporting, the directories were wrong if no report directory has been set.
- --override has been fixed to be a boolean flag. Default is "no override" now.
- 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
2013-05-30 Version 1.0.0.6573 beta
- added option --delimiter to set the delimiter of the input csv files
- changed the csv parser algorith to use regular expressions
- merged CommandLineParser source code to project
- changed project settings to enable build with Mono 2.*
- added x64 platform configuration
- extended build script for windows to build x86 & x64 binaries and zip them
2013-05-24 Version 1.0.0.6473 beta
- bugfix for report directories; when given as relative path and with no --reportdir the output paths for the html have been set wrong
2013-05-17 Version 1.0.0.6381 beta
- initial beta test release