Mufei Li

Results 14 issues of Mufei Li

Since `2.1.0`, `flask` deprecates `safe_join`, as elaborated in its release note [here](https://github.com/pallets/flask/blob/45fc77d9266cd8101b2ab1e0487053db27b57ec2/CHANGES.rst#version-210). For now, a workaround is to degrade flask to an older version like `pip install Flask==2.0.3`. This should...

bug

This post is used to list the development plan for the next release. Feel free to leave comments if you have any requirement. 1. Support average precision metric 2. Pre-trained...

## Description I've locally successfully tested `test_chunk_graph` and `test_partition`. The test for `test_dispatch` raised an error and I'm not sure if this is due to an inappropriate ip config file....

Currently DGL has a list of committors [here](https://www.dgl.ai/pages/about.html). Will there be a formal process for other community members to become new committors?

## 🐛 Bug `'psutil'` is not installed when installing dgl with conda ## To Reproduce Steps to reproduce the behavior: 1. conda install -c dglteam dgl-cuda10.2 1. import dgl It...

triage

## 🔨Work Item ## Description Remove the deprecation candidates in: - `dgl.batch` - `dgl.function` - `dgl.nn` and adjust the unit tests accordingly

stale-issue
deprecate

## 🔨Work Item ## Description Remove the deprecation candidates in: - `dgl.transforms.functional` - `dgl.subgraph` - `dgl.convert` and adjust the unit tests accordingly

stale-issue
deprecate

## 🔨Work Item ## Description Remove the deprecation candidates in `dgl.heterograph.DGLHeteroGraph` and adjust the unit tests accordingly.

stale-issue
deprecate

## 🚀 Feature Remove deprecated or replaced APIs. ## Motivation To continuously improve the user experience, DGL has evolved a lot over time. This involves deprecating old APIs and replacing...

## 🔨Work Item Project tracker: https://github.com/orgs/dmlc/projects/2

stale-issue
GNN Utilities