Skip to content

v0.0.8

Compare
Choose a tag to compare
@Yura52 Yura52 released this 06 Nov 22:47
· 141 commits to main since this release

This release focuses on improving the documentation.

Documentation

  • The following models and classes are now documented:
    • MLP
    • ResNet
    • FTTransformer
    • MultiheadAttention
    • NumericalFeatureTokenizer
    • CategoricalFeatureTokenizer
    • FeatureTokenizer
    • CLSToken
  • Usability have been greatly improved:
    • signatures are now highlighted
    • added the "copy" button to code blocks
    • permalink buttons (signature anchors) are now visible

Bug fixes

  • MultiheadAttention: fix the crash when bias=False

Dependencies

  • numpy >= 1.18
  • torch >= 1.7

Project

  • added spell checking for documentation
  • sphinx was updated to 4.2.0
  • flit was updated to 3.4.0