File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22 - Add ms_nstime2timestr_n() with string size limit, deprecate ms_nstime2timestr().
33 - With ms_nstime2timestr_n() print "ERROR" for NSTERROR and "UNSET" for NSTUNSET.
44 - Avoid fatal errors when v2 record blockettes contain invalid time stamps.
5- - Limit float point values in extra headers to single precision.
5+ When SEED "btime" values are encountered they are now set to NSTERROR and
6+ serialized in extra headers as "ERROR".
7+ - Limit float point values in extra headers to single precision to avoid
8+ unrealistically high precision values in the output
69 - Update yyjson to v0.12.0
710
8112025.227:
Original file line number Diff line number Diff line change 2828extern "C" {
2929#endif
3030
31- #define LIBMSEED_VERSION "3.1.6 " //!< Library version
32- #define LIBMSEED_RELEASE "2025.207 " //!< Library release date
31+ #define LIBMSEED_VERSION "3.1.7 " //!< Library version
32+ #define LIBMSEED_RELEASE "2025.234 " //!< Library release date
3333
3434/** @defgroup io-functions File and URL I/O */
3535/** @defgroup miniseed-record Record Handling */
You can’t perform that action at this time.
0 commit comments