Skip to content

Commit

Permalink
Release: Version 1.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
RukuangHuang committed Oct 4, 2024
1 parent 05d913b commit 8cdb487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions osl_dynamics/glm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Tools for fitting General Linear Models (GLMs) and performing permutation tests."""

from .base import DesignConfig, GLM
from .permutation import MaxStatPermutation
from osl_dynamics.glm.base import DesignConfig, GLM
from osl_dynamics.glm.permutation import MaxStatPermutation
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = osl-dynamics
version = 1.4.dev5
version = 1.4.5
description = Models for infering dynamics in neuroimaging data
license = MIT
long_description = file: README.md
Expand Down Expand Up @@ -42,6 +42,7 @@ packages =
osl_dynamics.inference
osl_dynamics.models
osl_dynamics.simulation
osl_dynamics.glm
osl_dynamics.utils

[options.packages.find]
Expand Down

0 comments on commit 8cdb487

Please sign in to comment.