opendp / opendp

The core library of differential privacy algorithms powering the OpenDP Project.
https://opendp.org
MIT License
284 stars 46 forks source link

Rename "UDF" to "plugins" #1527

Closed mccalluc closed 2 weeks ago

mccalluc commented 3 weeks ago

... although, it looks like we don't actually say "UDF" or "user defined function" in the docs. Would these renamings make sense?

- user_domain
+ plugin_domain
- user_divergence
+ plugin_divergence
- user_transformation
+ plugin_transformation

etc.

Shoeboxam commented 2 weeks ago

No need to rename library functionality. This is more a change in how we talk about these features in blog posts, and how we will talk about these features in upcoming docs.

mccalluc commented 2 weeks ago

Great! Then there are just a couple of references to "UDF" in the codebase.