SheffieldML/GPy

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

Open

#930 aberto em 8 de jun. de 2021

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (579 forks)batch import
good first issue

Métricas do repositório

Stars
 (1.927 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador