Skip to content

CogDL v0.2.0

Choose a tag to compare

@cenyk1230 cenyk1230 released this 12 Jan 12:50
· 184 commits to master since this release
c897d79

A new major release!! It includes easy-to-use experiment and pipeline APIs for all experiments and applications. It also provides oagbert API. Thanks to all the contributors 馃帀

New Features

New Models

New Datasets

Bug Fixes

  • #141 Fix bugs when using CPU

Requirement Update

  • CogDL now requires numba
  • CogDL now requires transformers

Document Update

  • #140 Update the structure of the document
  • #143~#147 Fix readthedocs build

Miscellaneous

  • #61 Introduce Code style (thanks to @MaLiN2223)
  • #66 Create dockerfile for CogDL (thanks to @TiagoMAntunes)
  • #86 Add a script for contributing a new model (thanks to @Sahandfer)
  • #133 Add templates for github issues and pull requests
  • #135 Integrate the training and evaluation of self-supervised models with a trainer