Skip to content

Commit

Permalink
- release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TNU-yaoy committed Sep 8, 2020
1 parent cac2376 commit ee8cf4e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog
TAPAS toolbox

## [4.0.0] 2020-09-06
## [4.0.0] 2020-09-09

### Added
- ceode: Toolbox to integrate delay differential equations (DDEs) underlying convolution based Dynamic Causal Models for ERPs.
- task/FDT: Filter Detection Task [verion 0.2.2](task/FDT/README.md)

### Changed
- rDCM: [version v1.2](rDCM/CHANGELOG.md)
Expand Down
27 changes: 27 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cff-version: 1.1.0
message: If you use this software, please cite it as below.
authors:
- family-names: Aponte
given-names: Eduardo
- family-names: Brodersen
given-names: Kay
- family-names: Frässle
given-names: Stephan
- family-names: Harrison
given-names: Olivia
- family-names: Kaspers
given-names: Lars
- family-names: Mathys
given-names: Christoph
- family-names: Müller-Schrader
given-names: Matthias
- family-names: Schöbi
given-names: Dario
- family-names: Yao
given-names: Yu
title: "TAPAS - Translational Algorithms for Psychiatry-Advancing Science"
version: 4.0.0
date-released: 2020-09-09
repository-code: "https://github.com/translationalneuromodeling/tapas"
url: "http://www.translationalneuromodeling.org/tapas"
license: GPL-3.0-or-later
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![TAPAS Logo](misc/TapasLogo.png?raw=true "TAPAS Logo")

*Version 3.3.0*
*Version 4.4.0*

T A P A S - Translational Algorithms for Psychiatry-Advancing Science.
========================================================================
Expand All @@ -21,6 +21,7 @@ psychiatry, computational neurology, and computational psychosomatics.

Currently, TAPAS includes the following packages:

- [ceode](ceode/README.md): Continuous Extension of ODE methods. A toolbox for robust estimation of convolution based Dynamic Causal Models (DCMs) for evoked responses (ERPs).
- [HGF](HGF/README.md): The Hierarchical Gaussian Filter; Bayesian inference
on computational processes from observed behaviour.
- [HUGE](huge/README.md): Variational Bayesian inversion for hierarchical
Expand All @@ -32,6 +33,9 @@ unsupervised generative embedding (HUGE).
- [SEM](sem/README.md): SERIA Model for Eye Movements (saccades and anti-saccades) and Reaction Times.
- [VBLM](VBLM/README.txt): Variational Bayesian Linear Regression.

And the following tasks:
- [FDT](task/FDT/README.md): Filter Detection Task.

TAPAS is written in MATLAB and distributed as open source code under
the GNU General Public License (GPL, Version 3).

Expand Down
2 changes: 1 addition & 1 deletion ceode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ It ties modularly into the existing software suite (SPM12) for the estimation of


Some highlights:
1. Efficient integration of delay differential equations underlying convolution based DCMs for ERPs for three (ERP model) and four (canonical microcircuit (CMC)) populations.
1. Efficient integration of delay differential equations underlying convolution based DCMs for ERPs for three (ERP model) and four (canonical microcircuit (CMC)) populations. The integration method uses the concept of a Continuous Extension of ODE methods (CEODE).


Installation and Usage
Expand Down

0 comments on commit ee8cf4e

Please sign in to comment.