I have a very small suggestion, I think dgl can be better if your APIs change with some friendly tips.
For example, in version 0.5.0, there is a new API called create_format_
which is soon changed to create_formats_
in version 0.5.1. Then, when I run the code(after update dgl to 0.5.1), I just get an error object has no attribute 'create_format_'
, which is really confused. There are actually many moments like this during using, and everytime I will goto your github repo, and check your examples.
So, I think maybe you can add some tips if your api usage changed, for example, ‘XXX will be deprecated in the future, please use XXX instead’