pythermalcomfort icon indicating copy to clipboard operation
pythermalcomfort copied to clipboard

replace _set with set

Open ruijis opened this issue 1 year ago • 1 comments

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

ruijis avatar May 29 '24 18:05 ruijis

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.

FedericoTartarini avatar Jun 11 '24 00:06 FedericoTartarini

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.

Can we update the document? Replacing the set with _set

ruijis avatar Oct 08 '24 14:10 ruijis

@ruijis are you referring to update the documentation? I can do that but this will break old code, I will need to release a new major version of pythermalcomfort and explain the breaking change. I have some students currently working on the source code, maybe we can wait until they finish their work and then publish a new major version of pythermalcomfort which also includes this change. Do you need this to be done in a hurry?

FedericoTartarini avatar Oct 08 '24 23:10 FedericoTartarini

@ruijis are you referring to update the documentation? I can do that but this will break old code, I will need to release a new major version of pythermalcomfort and explain the breaking change. I have some students currently working on the source code, maybe we can wait until they finish their work and then publish a new major version of pythermalcomfort which also includes this change. Do you need this to be done in a hurry?

Never mind, I thought changing the documentation would be easy. If there's a new major version coming out, we should continue using set and modify the code. Thank you, Fed.

ruijis avatar Oct 09 '24 00:10 ruijis

We cannot only change the documentation since the output is called _set we will have to update both at the same time.

FedericoTartarini avatar Oct 09 '24 01:10 FedericoTartarini

I have fixed this in version 3.0, I will publish this version soon

FedericoTartarini avatar Jan 06 '25 22:01 FedericoTartarini