Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.12 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres (at least as of 0.3.0!) to Semantic Versioning.

1.1.0

1.1.1

  • Cleanup
  • Add more units #133 @juhasch
  • Add currencies and retrieve exchange rates from forex-python #134 @juhasch
  • Fix ReadTheDocs build

Unreleased (aka. GitHub master)

  • Introduce fractdict to handle fractions in units.
  • Type annotation checking using mypy. Allows compiling the whole package using 'mypyc'