Releases: Keysight/java-trsfile
Releases · Keysight/java-trsfile
2.2.6
What's Changed
- Bugfix/65 close memory mapped buffer by @TomHKeysight in #66
- Release/2.2.6 by @matthijsgeers-keysight in #67
New Contributors
- @TomHKeysight made their first contribution in #66
- @matthijsgeers-keysight made their first contribution in #67
Full Changelog: 2.2.5...2.2.6
2.2.5
What's Changed
- Bugfix/59 read beyond limit by @Siebje in https://github.com/Riscure/java-trsfile/pull/60
- Some maintenance by @StefanD986 in https://github.com/Riscure/java-trsfile/pull/62
- Bugfix/61 0 length data by @Siebje in https://github.com/Riscure/java-trsfile/pull/63
Full Changelog: Riscure/java-trsfile@2.2.4...2.2.5
v2.2.4
What's Changed
- #57: Made more distinct error messages for TraceParameterMap and Trac… by @Siebje in https://github.com/Riscure/java-trsfile/pull/58
- #54: Added toString to TraceParameterDefinition and Trace by @Siebje in https://github.com/Riscure/java-trsfile/pull/56
Full Changelog: Riscure/java-trsfile@2.2.3...2.2.4
2.2.2
2.2.1
2.0
Updated the code based on the new TRS V2 design. In short, the changes are as follows:
- The TraceSet metadata can now contain user-defined global parameters.
- A Trace data field can now contain user-defined local parameters. The definitions of these parameters (length, type, etc.) are saved in the TraceSet header.
First release
This is a first release of the library.
JARs of the sources and javadoc are included for user convenience.