Releases: ManuelNavarroGarcia/cpsplines
Releases · ManuelNavarroGarcia/cpsplines
0.3.0
What's Changed
- Upgrade
black
by @ManuelNavarroGarcia in #69 - Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #70
- Bump tornado from 6.4 to 6.4.1 by @dependabot in #71
- Bump zipp from 3.18.1 to 3.19.1 by @dependabot in #72
- Bump tornado from 6.4.1 to 6.4.2 by @dependabot in #73
- Change variable names by @ManuelNavarroGarcia in #74
Full Changelog: 0.2.3...0.3.0
0.2.3
What's Changed
- Bump pillow from 10.1.0 to 10.2.0 by @dependabot in #66
- Simplifies GCV by @ManuelNavarroGarcia in #67
- Prepare code for release
0.2.3
by @ManuelNavarroGarcia in #68
Full Changelog: 0.2.2...0.2.3
Release 0.2.2
What's Changed
- Fix bug
weighted_double_kronecker
by @ManuelNavarroGarcia in #48 - Replace dummy variables by column names by @ManuelNavarroGarcia in #49
- Add solver parameters by @ManuelNavarroGarcia in #50
- Bump ipython from 8.4.0 to 8.10.0 by @dependabot in #51
- Bump tornado from 6.2 to 6.3.2 by @dependabot in #52
- Bump scipy from 1.8.1 to 1.10.0 by @dependabot in #53
- Add reference new paper by @ManuelNavarroGarcia in #54
- Bump pygments from 2.12.0 to 2.15.0 by @dependabot in #55
- Bump tornado from 6.3.2 to 6.3.3 by @dependabot in #56
- fix var_name by @szcf-weiya in #57
- Bump pillow from 9.3.0 to 10.0.1 by @dependabot in #58
- Fix bug in
SurfacesDisplay
by @ManuelNavarroGarcia in #59 - Upgrade dependencies by @ManuelNavarroGarcia in #60
- Add
ruff
dependency by @ManuelNavarroGarcia in #61 - Update
README.md
with LaTeX expressions by @ManuelNavarroGarcia in #62 - Fix bug in
PointConstraints
by @ManuelNavarroGarcia in #63 - Extending GCV to non-normal data by @ManuelNavarroGarcia in #64
- Prepare code for release
0.2.2
by @ManuelNavarroGarcia in #65
New Contributors
- @szcf-weiya made their first contribution in #57
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- Create
CITATION.cff
by @ManuelNavarroGarcia in #42 - Improve efficiency on GCV computation by @ManuelNavarroGarcia in #43
- Remove
fast_kronecker_product
by @ManuelNavarroGarcia in #44 - Encoding response variable in binary classification by @ManuelNavarroGarcia in #45
- Bump wheel from 0.37.1 to 0.38.1 by @dependabot in #46
- Plot only the data hull with scatter data by @ManuelNavarroGarcia in #47
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- GridCPsplines allow unordered covariate samples by @ManuelNavarroGarcia in #6
- Remove unnecessary derivative evaluations of BSpline by @ManuelNavarroGarcia in #9
- Implement box_product by @ManuelNavarroGarcia in #10
- Include Probability Density Function (PDF) constraint by @ManuelNavarroGarcia in #12
- Fix warnings on README.md by @ManuelNavarroGarcia in #13
- Include option to scale data in the fitting procedure by @ManuelNavarroGarcia in #14
- Include pip in env.yml and update MOSEK by @ManuelNavarroGarcia in #15
- Upgrade packages by @ManuelNavarroGarcia in #16
- Print the time taken to solve the model by @ManuelNavarroGarcia in #17
- Refactor penalty matrix methods by @ManuelNavarroGarcia in #18
- Bump pillow from 9.0.0 to 9.0.1 by @dependabot in #19
- Vectorize constraints by @ManuelNavarroGarcia in #21
- Bump numpy from 1.21.2 to 1.22.0 by @dependabot in #22
- Implement fitting of Poisson data by @ManuelNavarroGarcia in #20
- Implement binomial data by @ManuelNavarroGarcia in #23
- Upgrade MOSEK 10.0.18 by @ManuelNavarroGarcia in #24
- Bump joblib from 1.1.0 to 1.2.0 by @dependabot in #25
GridCPsplines
receives data inDataFrame
by @ManuelNavarroGarcia in #26- Generalize point constraints by @ManuelNavarroGarcia in #27
- Enhancement in the visualizations by @ManuelNavarroGarcia in #30
- Bump pillow from 9.2.0 to 9.3.0 by @dependabot in #33
- Bump jupyter-core from 4.11.1 to 4.11.2 by @dependabot in #34
- Bump
pytest
from 7.1.2 to 7.2.0 by @ManuelNavarroGarcia in #35 - Update citation in
README.md
by @ManuelNavarroGarcia in #36 - Allow scattered data by @ManuelNavarroGarcia in #28
- Update version repository 0.2.0 by @ManuelNavarroGarcia in #37
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: 0.1.2...0.2.0
0.1.2
upload version
0.1.1
recover env.yml
0.1.0
Python module to perform constrained regression under shape constraints on the component functions of the dependent variable.