Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.42 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Removed

  • compatibility with python3.5 & python3.6
  • compatibility with pandas<0.23

1.2.1 - 2020-12-31

Fixed

  • AttributeError when using pandas v1.2.0

1.2.0 - 2020-05-30

Added

  • CorticalParcellationStats.read support pathlib.Path, "http://…", "https://…", "s3://…" etc. via pandas.io.common.get_filepath_or_buffer (#6)

1.1.1 - 2020-05-07

Fixed

  • fixed parsing of BrainVolStatsFixed header (#1 @soichih, #9)

1.1.0 - 2020-05-06

Added

  • compatibility with pandas v1

1.0.0 - 2019-06-27