v0.0.8
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 whenbias=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