NREL / bifacialvf

Bifacial PV View Factor model for system performance calculation
https://bifacialvf.readthedocs.io
Other
29 stars 18 forks source link

Remove versioneer in favor of setuptools_scm #59

Closed cdeline closed 2 weeks ago

cdeline commented 2 weeks ago

I'll squash some deprecationWarnings while I'm in here:

mikofski commented 2 weeks ago

Hi Chris, why leave pandas out of the updates? I think v0.25 is very old. Latest version is pandas-2.2. I think best practice is NEP-29 which puts you closer to pandas-1.4

cdeline commented 2 weeks ago

@mikofski - great point. By removing python 3.7 support we could bump up pandas to 2.0.3 and numpy to 1.24.4 which I believe is the limit for py 3.8 support.