Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

45 lines (34 loc) · 1.06 KB

Changelog

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

0.9.1 - 2019-07-11

Fixed

  • Fix python dependencies

0.9.0 - 2019-03-05

Added

  • Add hash_str_to_i32 function

Changed

  • Symbols are now tokenized separately
  • Refactor FFI: use C API instead of direct Rust to Python binding

0.8.0 - 2019-02-27

Added

  • Portuguese support

Changed

  • Refactored the FFI

0.7.1 - 2019-01-16

Added

  • Python3.7 builds

Changed

  • Migrate to Rust 2018

0.7.0 - 2018-09-27

Added

  • Italian support
  • Appveyor CI

0.6.1 - 2018-04-13

Added

  • Add get_shape function