Skip to content
Snippets Groups Projects
  • Released date
  • Created date

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

Collected 3 years ago

Release notes

nds2-client-swig-0.16.11

  • Fixed a memory corruption issue when using the python client in a multi-threaded context #130.
  • Updated the python standalone functions (nds2.fetch, nds2.iterate) to take gap handler parameters as strings as well as enum values #123.

Evidence collection

Collected 3 years ago

Release notes

nds2-client-swig-0.16.10

  • Modified build process to distribute Octave bindings in standard location for Debian systems (closes #116)
  • Updated Debian description for python package to only include Python major version number (closes #119)

Evidence collection

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

  • Updated packaging rules based on lessons learned from LDAS
  • Updated home page url (closes #98)
  • Updated project source url
  • Replaced hard coded nds2-client version with variable NDS_CLIENT_VERSION (closes #77)

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.