dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
862 stars 159 forks source link

Updated the doc to describe the periodic kwarg #244

Closed arose13 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #244 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #244   +/-   ##
======================================
  Coverage    95.2%   95.2%           
======================================
  Files          22      22           
  Lines        3170    3170           
======================================
  Hits         3018    3018           
  Misses        152     152
Impacted Files Coverage Δ
pygam/utils.py 87.73% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 698160e...a4e04ef. Read the comment docs.

dswah commented 5 years ago

@arose13 i merged this too quickly! I'm sorry, but i forgot to ask you if you were OK with the new license. I'm copying here for convenience:

We have recently changed the license to Apache 2.0 to allow proprietary use of the library, which means downstream users would NOT need to release the source-code of their application when they use pyGAM.

The previous GPLv3 license is quite strict, and the hope is that a more passive license will encourage (proprietary) contributors to keep improving this library.

Please let me know if you are ok with this change. Thanks, Danny

Current License: Apache 2.0 (tldr: any use and modifications are allowed, with any license, with or without release source-code. all modifications must be explicitly stated.)

Old license for reference: GPLv3 (tldr: any modifications and downstream applications must be made open-source and released with the same license)