Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

64 lines (35 loc) · 1.03 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.

[Unreleased]

[0.2.0] - 2021-01-16

Changed

  • Upgraded to pandas 1.2.0
  • Dropping Python versions 3.5, 3.6
  • Covering Python version 3.9
  • Moved scripts from bin/ to examples/

Added

  • Github Actions as an alternative to TravisCI
  • Dependabot setup

[0.1.0] - 2021-01-06

Changed

[0.0.2] - 2021-01-06

Changed

  • CHANGELOG to CHANGELOG.md

[0.0.1] - 2021-01-06

Added

  • Using 'tbump' to manage version control.

[0.0.0] - 2020-12-20

Added

  • README.md
  • Created package structure.
  • Created 'pytest' scripts.
  • Created testing coverage.
  • Using TravisCI and Coveralls
  • Using 'twine' to create and publish a package.