Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (35 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

42 lines (35 loc) · 1.8 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[0.4.0] - 2019-02-07

  • Update sphinx docs
  • Fix discretized p-value bug
  • Fix zero p-value bug
  • Add MGC/Dcorr Time Series
  • Raised some package requirements to fix errors with called packages

[0.3.0] - 2019-02-07

  • Refactor the mgcpy package structure
  • Add Manova
  • Fix two sample tests
  • Add scripts for k sample test power curves
  • Update sphinx docs

[0.2.0] - 2019-01-25

  • Add FastDCorr
  • Update FastMGC to latest and more stable code
  • Update FastMGC and FastDCorr unit test
  • Update MGC's Smoothing and Distance Transform functions
  • Fix broken unit tests

[0.1.2] - 2019-01-17

  • Fix setup.py to be able to build from source when wheel is not found
  • Add MANIFEST.in to include Cython *.pyx files

[0.1.1] - 2019-01-12

  • Port repo from NeuroDataDesign to neurodata org
  • Assert dims of input matrices

[0.1.0] - 2018-12-14

Added