Evidence collection
Collected 2 years ago
Release notes
nds2-client-0.16.8
- Updated catch2 library for M1 chips
- Updated nds_query and nd2_channel_source to use NDS2SERVER env variable
- Extract server info from NDSSERVER iff neither -n or -p are specified
- Fixed pythoon shebang lines for EL8
nds2-client-swig-0.16.12
- Fixed pythoon shebang lines for EL8
Evidence collection
nds-20220114-evidences-155.json cea482b1
Collected 3 years ago
Evidence collection
Collected 3 years ago
Evidence collection
nds-20210505-evidences-94.json f807450c
Collected 3 years ago
Release notes
nds2-client-0.16.7
- Updates to allow retrieving online data from NDS2 servers with sub-second strides.
nds2-client-swig-0.16.9
- Updated test infrastructure for online data retrieval at subsecond strides.
- Misc updates to the test code
Release notes
nds2-client-0.16.5
- Updated packaging rules based on lessons learned from LDAS
- Updated home page url (issue: #98)
- Updated project source url
nds2-client-swig-0.16.7
Release notes
nds2-client-swig-0.16.4
- Fix for #82, added range checking on intervals to ensure start < end
Release notes
nds2-client-0.16.3
- Workaround for #83, errors with invalid hex conversion when nds1 sends bad data.
- Fix for #87, requesting testpoint data and online data simultaneously
- Fix for #85, on NDS1 the gap handler returns a the wrong name (includes s/m-trend in the name) when creating a completely synthetic block of data for trend data.
- Fix for #82, added range checking on intervals to ensure start < end
Release notes
nds2-client-swig-0.16.3
- Added definition for CMAKE_INSTALL_PKGDATADIR used by MATLAB
- Corrected some documentation for MATLAB
Release notes
nds2-client-0.16.2
- Corrected testing script to reflect deprication of javax.xml.bind
Release notes
- Added a "connectionless" interface for Python, Java, Java/MATLAB (ticket #64).
- Clarifying documentation in some python docstrings.
- Updated the user documenation to discuss the connectionless interface.
- Reimplemented nds2.connection_iterator to hold a java pointer to the underlying connection (ticket #63).
- nds2.connection & nds2.connection_iterator now implement java.io.Closeable (ticket #65).
- updated documentation and tests to reflect changes in the libndscxx gap handling.
- Work on ticket #71, making the ndsm interface handle java.lang.String inputs.