From 1bf824a5cd499b96b24fe661815faef8eff44ed3 Mon Sep 17 00:00:00 2001 From: Robert Oostenveld Date: Mon, 15 Dec 2025 23:55:04 +0100 Subject: [PATCH] added news item for release --- _posts/2025-12-15-release.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _posts/2025-12-15-release.md diff --git a/_posts/2025-12-15-release.md b/_posts/2025-12-15-release.md new file mode 100644 index 000000000..dc9be325f --- /dev/null +++ b/_posts/2025-12-15-release.md @@ -0,0 +1,25 @@ +--- +title: 15 December 2025 - FieldTrip version 20251215 has been released +category: release +tweet: FieldTrip version 20251215 was just released. See http://www.fieldtriptoolbox.org/#15-december-2025 +--- + +### 15 December, 2025 + +FieldTrip version [20251215](http://github.com/fieldtrip/fieldtrip/releases/tag/20251215) has been released. +See [GitHub](https://github.com/fieldtrip/fieldtrip/compare/20251201...20251215) for the detailed list of updates. + +#### Commits + +- [ef4f3dab6](http://github.com/fieldtrip/fieldtrip/commit/ef4f3dab6) FIX - updated test script to correspond to BIDS eyetracker changes +- [a228285f4](http://github.com/fieldtrip/fieldtrip/commit/a228285f4) DOC - document the units of the inverse operation for eLORETA (#2231) +- [6dd87a4ae](http://github.com/fieldtrip/fieldtrip/commit/6dd87a4ae) FIX - bug due to physioevents_tsv introduced yesterday +- [42247efe3](http://github.com/fieldtrip/fieldtrip/commit/42247efe3) Merge remote-tracking branch 'upstream' +- [56c555bc4](http://github.com/fieldtrip/fieldtrip/commit/56c555bc4) store eyetracker data as physio in BIDS, see https://github.com/bids-standard/bids-specification/discussions/2218 +- [8a95e080a](http://github.com/fieldtrip/fieldtrip/commit/8a95e080a) better handling of ymin/ymax limits +- [11b69094d](http://github.com/fieldtrip/fieldtrip/commit/11b69094d) added quspin_neuro1 +- [554d641e6](http://github.com/fieldtrip/fieldtrip/commit/554d641e6) synchronized 3x3 mex files +- [1e7e72cec](http://github.com/fieldtrip/fieldtrip/commit/1e7e72cec) added missing 3x3 mex files that were apparently never compiled according to the standard procedure +- [6734c331e](http://github.com/fieldtrip/fieldtrip/commit/6734c331e) updated DataHash to latest version from https://nl.mathworks.com/matlabcentral/fileexchange/31272-datahash +- [ebc4733a9](http://github.com/fieldtrip/fieldtrip/commit/ebc4733a9) FIX - avoid attempt to compile conditional on the matlab version (#2553) +- [7e5facf96](http://github.com/fieldtrip/fieldtrip/commit/7e5facf96) some updates to fix mex compilation for Octave (tested with v10.3) (#2552)