Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 808 Bytes

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 808 Bytes

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.

Most recent change on the bottom.

[Unreleased]

0.1.4 - 2021-11-7

Added

  • opt_einsum_fx.__version__
  • Partially symbolic shape propagation for efficient einsum optimization (#15)

0.1.3 - 2021-10-29

Added

  • PyTorch 1.10 compatability

Fixed

  • Added packaging to dependency list

0.1.2 - 2021-06-28

Added

  • PyTorch 1.9 compatibility

0.1.1 - 2021-05-27

Added

  • Docs
  • PyPI package

Fixed

  • jitable no longer makes some FX nodes' .args lists (technically not allowed) instead of tuples

[0.1.0] - 2021-05-17