Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

48 lines (37 loc) · 1.65 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.

0.2.4 - 2021-08-28

0.2.3 - 2021-08-28

  • Fix an error with the sample_pool method Sampling now changes internal WordPool.words.

0.2.2 - 2021-08-25

  • Improve the ease of use
  • Improve the docs
  • Improve the ci actions
  • Minor improvements of internal codebase

0.2.1 - 2021-04-29

  • Fix bug that that would build the wrong path to the root dir and did not allow the default word pool to be used.

0.2.0 - 2021-04-25

  • Improve method for comparing series
  • Improve type annotations
  • Refactor to improve readability and maintainability
  • Improve documentation

0.1.1 - 2021-03-26

Changed

  • Includes the same code as v0.1.0 but I bump the version to try to fix a problem on the release action on the ci.

0.1.0 - 2021-03-03

Added

  • First release on PyPI.