Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add news item for release 20241211 #827

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions _posts/2024-12-11-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: 11 December 2024 - FieldTrip version 20241211 has been released
category: release
tweet: FieldTrip version 20241211 was just released. See http://www.fieldtriptoolbox.org/#11-december-2024
---

### 11 December, 2024

FieldTrip version [20241211](http://github.com/fieldtrip/fieldtrip/releases/tag/20241211) has been released.
See [GitHub](https://github.com/fieldtrip/fieldtrip/compare/20241025...20241211) for the detailed list of updates.

#### Commits

- [2474e55](http://github.com/fieldtrip/fieldtrip/commit/2474e55) FIX - don't put the README, LICENSE and CHANGES in the eeg.json
- [4c61db3](http://github.com/fieldtrip/fieldtrip/commit/4c61db3) ENH - renamed files for consistency with changed names of website pages (#2471)
- [0b14afa](http://github.com/fieldtrip/fieldtrip/commit/0b14afa) fix too strict option checking in the ft_inverse_ functions (#2468)
- [c0858c3](http://github.com/fieldtrip/fieldtrip/commit/c0858c3) ENH - something went wrong with a previous change to ft_read_headshape
- [1b00ef6](http://github.com/fieldtrip/fieldtrip/commit/1b00ef6) ENH - improved support for vtk files
- [55a158a](http://github.com/fieldtrip/fieldtrip/commit/55a158a) inverse solutions - add checks in hasfilter (#2233)
- [6ca8c97](http://github.com/fieldtrip/fieldtrip/commit/6ca8c97) automatically synchronized identical files to 3d3a82e865445f15862c5f4804e6351159a79a37
- [3d3a82e](http://github.com/fieldtrip/fieldtrip/commit/3d3a82e) ENH - allow volumetric source space to be read (#2464)
- [a153aaf](http://github.com/fieldtrip/fieldtrip/commit/a153aaf) ENH - gracefully deal with slightly invalid FIFF-files
- [d4679ec](http://github.com/fieldtrip/fieldtrip/commit/d4679ec) automatically synchronized identical files to 43b2ba8e0f4303b26ef8597183f93758d94479d5
- [43b2ba8](http://github.com/fieldtrip/fieldtrip/commit/43b2ba8) FIX - Interpreter is not a valid option for the figure name
- [c500577](http://github.com/fieldtrip/fieldtrip/commit/c500577) Merge pull request #2462 from chrisNatMEG/fix_badsegment
- [cc30ed7](http://github.com/fieldtrip/fieldtrip/commit/cc30ed7) fixed missing preproc in badsegment, badchannel and baddata
- [66c54e0](http://github.com/fieldtrip/fieldtrip/commit/66c54e0) automatically synchronized identical files to dfe63cee3f8959cd65b97aef83ba459907e3c606
- [dfe63ce](http://github.com/fieldtrip/fieldtrip/commit/dfe63ce) ENH - pass the user-specified interpreter (latex/plain) to the new figure
- [38e516e](http://github.com/fieldtrip/fieldtrip/commit/38e516e) DOC - spelling, use BTi/4D just like elsewhere
- [860af44](http://github.com/fieldtrip/fieldtrip/commit/860af44) ENH - allow the user to specify cfg.artifactcolor
- [a1db906](http://github.com/fieldtrip/fieldtrip/commit/a1db906) implement reading of events for gtec_hdf5
- [e19c31e](http://github.com/fieldtrip/fieldtrip/commit/e19c31e) Merge pull request #2461 from robertoostenveld/headcircumference
- [21c5bd1](http://github.com/fieldtrip/fieldtrip/commit/21c5bd1) implemented function to estimate head circumference
- [425d590](http://github.com/fieldtrip/fieldtrip/commit/425d590) ENH - added overloaded versions for skewness/kurtosis, not exactly brain surgery (#2458)