Cpsplines

Latest version: v0.2.3

Safety actively analyzes 622882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.3

What's Changed
* Bump pillow from 10.1.0 to 10.2.0 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/66
* Simplifies GCV by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/67
* Prepare code for release `0.2.3` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/68


**Full Changelog**: https://github.com/ManuelNavarroGarcia/cpsplines/compare/0.2.2...0.2.3

0.2.2

What's Changed
* Fix bug `weighted_double_kronecker` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/48
* Replace dummy variables by column names by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/49
* Add solver parameters by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/50
* Bump ipython from 8.4.0 to 8.10.0 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/51
* Bump tornado from 6.2 to 6.3.2 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/52
* Bump scipy from 1.8.1 to 1.10.0 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/53
* Add reference new paper by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/54
* Bump pygments from 2.12.0 to 2.15.0 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/55
* Bump tornado from 6.3.2 to 6.3.3 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/56
* fix var_name by szcf-weiya in https://github.com/ManuelNavarroGarcia/cpsplines/pull/57
* Bump pillow from 9.3.0 to 10.0.1 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/58
* Fix bug in `SurfacesDisplay` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/59
* Upgrade dependencies by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/60
* Add `ruff` dependency by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/61
* Update `README.md` with LaTeX expressions by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/62
* Fix bug in `PointConstraints` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/63
* Extending GCV to non-normal data by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/64
* Prepare code for release `0.2.2` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/65

New Contributors
* szcf-weiya made their first contribution in https://github.com/ManuelNavarroGarcia/cpsplines/pull/57

**Full Changelog**: https://github.com/ManuelNavarroGarcia/cpsplines/compare/0.2.1...0.2.2

0.2.1

What's Changed
* Create `CITATION.cff` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/42
* Improve efficiency on GCV computation by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/43
* Remove `fast_kronecker_product` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/44
* Encoding response variable in binary classification by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/45
* Bump wheel from 0.37.1 to 0.38.1 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/46
* Plot only the data hull with scatter data by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/47


**Full Changelog**: https://github.com/ManuelNavarroGarcia/cpsplines/compare/0.2.0...0.2.1

0.2.0

What's Changed
* GridCPsplines allow unordered covariate samples by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/6
* Remove unnecessary derivative evaluations of BSpline by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/9
* Implement box_product by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/10
* Include Probability Density Function (PDF) constraint by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/12
* Fix warnings on README.md by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/13
* Include option to scale data in the fitting procedure by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/14
* Include pip in env.yml and update MOSEK by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/15
* Upgrade packages by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/16
* Print the time taken to solve the model by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/17
* Refactor penalty matrix methods by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/18
* Bump pillow from 9.0.0 to 9.0.1 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/19
* Vectorize constraints by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/21
* Bump numpy from 1.21.2 to 1.22.0 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/22
* Implement fitting of Poisson data by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/20
* Implement binomial data by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/23
* Upgrade MOSEK 10.0.18 by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/24
* Bump joblib from 1.1.0 to 1.2.0 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/25
* `GridCPsplines` receives data in `DataFrame` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/26
* Generalize point constraints by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/27
* Enhancement in the visualizations by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/30
* Bump pillow from 9.2.0 to 9.3.0 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/33
* Bump jupyter-core from 4.11.1 to 4.11.2 by dependabot in https://github.com/ManuelNavarroGarcia/cpsplines/pull/34
* Bump `pytest` from 7.1.2 to 7.2.0 by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/35
* Update citation in `README.md` by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/36
* Allow scattered data by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/28
* Update version repository 0.2.0 by ManuelNavarroGarcia in https://github.com/ManuelNavarroGarcia/cpsplines/pull/37

New Contributors
* dependabot made their first contribution in https://github.com/ManuelNavarroGarcia/cpsplines/pull/19

**Full Changelog**: https://github.com/ManuelNavarroGarcia/cpsplines/compare/0.1.2...0.2.0

0.1.2

0.1.1

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.