- Support PyTorch new `torch.bool` datatype. (278)
**Warning: Boolean tensor is a breaking change introduced in PyTorch, TorchANI has to be updated to run on the latest PyTorch, otherwise it will produce wrong results.**
- Improve TorchANI to be more close to NeuroChem. Update examples respectively. Also, provide helper functions. (283, 282, 280, 279, 275, 261, 259, 255, 245, 263)
- Add example for energy/force training. (249, 240, 238, 233)
- Bug fixed in AdamW implementation. (261)
- Dataset related API has changed, see the new API doc for detail. Its implementations are also improved. (230, 231, 232, 236, 237, 250, 257, 272)
- Builtin models API has changed, and implementation improved. (252, 266)
- Fix a bug of not having `torchani.data` when `ignite` is not installed. (256)