From efcfee22881d886da351bdc5f100f68b962d3601 Mon Sep 17 00:00:00 2001 From: Robert Oostenveld Date: Sun, 8 Feb 2026 23:55:04 +0100 Subject: [PATCH] added news item for release --- _posts/2026-02-07-release.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _posts/2026-02-07-release.md diff --git a/_posts/2026-02-07-release.md b/_posts/2026-02-07-release.md new file mode 100644 index 000000000..ff19699d8 --- /dev/null +++ b/_posts/2026-02-07-release.md @@ -0,0 +1,30 @@ +--- +title: 07 February 2026 - FieldTrip version 20260207 has been released +category: release +tweet: FieldTrip version 20260207 was just released. See http://www.fieldtriptoolbox.org/#07-february-2026 +--- + +### 07 February, 2026 + +FieldTrip version [20260207](http://github.com/fieldtrip/fieldtrip/releases/tag/20260207) has been released. +See [GitHub](https://github.com/fieldtrip/fieldtrip/compare/20251218...20260207) for the detailed list of updates. + +#### Commits + +- [0d5040811](http://github.com/fieldtrip/fieldtrip/commit/0d5040811) FIX - synchronized ft_setopt function to qsub/private +- [face79e4f](http://github.com/fieldtrip/fieldtrip/commit/face79e4f) ENH - first im[plementation of equidistant OPM sensor holder placement +- [151160dd9](http://github.com/fieldtrip/fieldtrip/commit/151160dd9) FIX - this should also be in plotting/private +- [dc938410d](http://github.com/fieldtrip/fieldtrip/commit/dc938410d) Remove the contrived condition of qsubfeval outputfile in qsubget, which prevents passing the diary as output (#2558) +- [311fa5db9](http://github.com/fieldtrip/fieldtrip/commit/311fa5db9) Enhance job output logging in qsubget and make variable saving in qsubfeval more robust (#2557) +- [59b048b9d](http://github.com/fieldtrip/fieldtrip/commit/59b048b9d) automatically synchronized identical files to 1cd2f6b3d900bc679063b0e517b2c77392674eb0 +- [1cd2f6b3d](http://github.com/fieldtrip/fieldtrip/commit/1cd2f6b3d) update location of test data +- [80eaacb84](http://github.com/fieldtrip/fieldtrip/commit/80eaacb84) FIX - fixed input argument parsing for dipole frequency, phase and amplitude +- [0324b8021](http://github.com/fieldtrip/fieldtrip/commit/0324b8021) ENH - changed order for input arguments to TRANSFER_ELEC and renamed pnt to pos +- [4387ff06b](http://github.com/fieldtrip/fieldtrip/commit/4387ff06b) ENH - made separate function to determine the outward oriented normals for EEG electrodes +- [e98dd0127](http://github.com/fieldtrip/fieldtrip/commit/e98dd0127) ENH - added GEDAI toolbox +- [ac368166e](http://github.com/fieldtrip/fieldtrip/commit/ac368166e) DOC - updated the help +- [d20ea86e4](http://github.com/fieldtrip/fieldtrip/commit/d20ea86e4) qsublist bugfix for slurm job-kills (#2556) +- [268f149a3](http://github.com/fieldtrip/fieldtrip/commit/268f149a3) Merge pull request #2555 from marcelzwiers/master +- [9dc7ac4e0](http://github.com/fieldtrip/fieldtrip/commit/9dc7ac4e0) Minor tweak +- [18d556460](http://github.com/fieldtrip/fieldtrip/commit/18d556460) Minor tweak +- [43b657fba](http://github.com/fieldtrip/fieldtrip/commit/43b657fba) FIX potential concurrency issue - check output file presence after job completion to handle file system latency