Add aliases for common accessors #595
Labels
API
Changes the public API
good first issue
Good for newcomers
refactor
A code change that neither fixes a bug nor adds a feature
Description
We should provide some nice aliases to make things easier to use in
pyhf
overall such as:pyhf.tb
topyhf.tensorlib
pyhf.np
topyhf.tensor.numpy_backend
pyhf.tf
topyhf.tensor.tensorflow_backend
pyhf.opt
topyhf.optimizer
and so on. These should all map to the longer name versions.
The text was updated successfully, but these errors were encountered: