SheffieldML/GPy

Remove GPy/util/symbolic.py, GPy/util/functions.py and GPy/util/ln_diff_erfs.py

开放

#930 创建于 2021年6月8日

 (0 条评论) (0 个反应) (0 位负责人)Python (579 个派生)batch import
good first issue

仓库指标

星标
 (1,927 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

These source files contain logic for symbolic math and automatic differentiation. They are deprecated now due to the maturation of other autodifferentiation packages (e.g. JAX, PyTorch, TensorFlow). As a result, they are no longer necessary and represent scope creep for the GPy project.

This issue will be considered solved when:

  1. The source files in the title are removed
  2. The tests are adjusted to accommodate their removal

贡献者指南