liesel-devs / liesel

A probabilistic programming framework
https://liesel-project.org
MIT License
38 stars 2 forks source link

Rename lsl.GooseModel to lsl.GooseInterface #110

Closed jobrachem closed 10 months ago

jobrachem commented 10 months ago

I think the current naming is confusing and can be improved with the proposed change.

This change would of course include backwards-compatibility: The current lsl.GooseModel would remain functional, it would just be equipped with a deprecation warning before it is fully removed.

jobrachem commented 10 months ago

https://docs.liesel-project.org/en/latest/generated/liesel.goose.models.html

-> rename all of those to interface, move GooseModel here.