CenterForTheBuiltEnvironment / pythermalcomfort

Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
https://pythermalcomfort.readthedocs.io/en/latest/
MIT License
134 stars 49 forks source link

replace _set with set #107

Open ruijis opened 1 month ago

ruijis commented 1 month ago

The "set" is a more intuitive variable name, and it also correspond to the one In the documentation

FedericoTartarini commented 2 weeks ago

I agree that we should consider changing this, however, we need to think carefully on how to implement this since this is a breaking change.