About SCEPY#
SCEPY (Single-Case Experiment Python) is a Python package designed for analyzing single-case experimental data. It provides tools to efficiently prepare, analyze, and visualize single-case research designs, enabling researchers to focus on individual-level data patterns often missed in group-based analyses.
This package is particularly useful for researchers and practitioners interested in single-case experimental methodologies, offering a streamlined workflow for generating insightful results.
Update Notification#
When you import SCEPY, the package automatically checks if a newer version is available (since it is under active development). If an update is available, you will see the following message:
Update available for scepy: Installed version is x.x.x, but y.y.y is available.
Please update by running 'pip install --upgrade scepy'.
This feature ensures you are always informed about the latest improvements and updates.