Py-grama

Latest version: v0.3.7

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

Scan your dependencies

Page 1 of 3

0.3.7

What's Changed
* rename gilbrat -> gibrat for scipy fix by zdelrosario in https://github.com/zdelrosario/py_grama/pull/224
* update scipy ver requirement for gibrat fix by zdelrosario in https://github.com/zdelrosario/py_grama/pull/225
* Dev uqtheme by zdelrosario in https://github.com/zdelrosario/py_grama/pull/227
* Fix nls fixedvals by zdelrosario in https://github.com/zdelrosario/py_grama/pull/228
* add random seed argument by zdelrosario in https://github.com/zdelrosario/py_grama/pull/229
* Dev trunc by zdelrosario in https://github.com/zdelrosario/py_grama/pull/230
* Dev piston model by zdelrosario in https://github.com/zdelrosario/py_grama/pull/231
* Dev mom bounded by zdelrosario in https://github.com/zdelrosario/py_grama/pull/232


**Full Changelog**: https://github.com/zdelrosario/py_grama/compare/v0.3.6...v0.3.7

0.3.6

**Full Changelog**: https://github.com/zdelrosario/py_grama/compare/v0.3.5...v0.3.6

Fix issue with `scipy>=1.11` with renamed distribution from "gilbrat" to "gibrat"

0.3.5

What's Changed
* Dev fix examples by zdelrosario in https://github.com/zdelrosario/py_grama/pull/177
* Dev pi nhypergeom by zdelrosario in https://github.com/zdelrosario/py_grama/pull/178
* add hide_traceback() by zdelrosario in https://github.com/zdelrosario/py_grama/pull/179
* Fix runtime est by zdelrosario in https://github.com/zdelrosario/py_grama/pull/180
* Dev sample index by zdelrosario in https://github.com/zdelrosario/py_grama/pull/182
* Dev sir by zdelrosario in https://github.com/zdelrosario/py_grama/pull/183
* use solve_ivp's t_eval, rather than interpolation by zdelrosario in https://github.com/zdelrosario/py_grama/pull/184
* Dev Python versioning & testing by mstites in https://github.com/zdelrosario/py_grama/pull/187
* Fix fit nls out by zdelrosario in https://github.com/zdelrosario/py_grama/pull/190
* Dev tuple trap - grouping of common invariant tests for eval verbs by mstites in https://github.com/zdelrosario/py_grama/pull/195
* Fix colset by zdelrosario in https://github.com/zdelrosario/py_grama/pull/201
* Incorporate hotfix into `dev_eval_linup` by zdelrosario in https://github.com/zdelrosario/py_grama/pull/202
* Dev eval linup by zdelrosario in https://github.com/zdelrosario/py_grama/pull/200
* Dev form inputs by zdelrosario in https://github.com/zdelrosario/py_grama/pull/203
* test that convergence warning is raised by zdelrosario in https://github.com/zdelrosario/py_grama/pull/204
* Dev sample ncrn by zdelrosario in https://github.com/zdelrosario/py_grama/pull/205
* Dev runtime units by zdelrosario in https://github.com/zdelrosario/py_grama/pull/206
* Dev cp freeze by zdelrosario in https://github.com/zdelrosario/py_grama/pull/207
* Dev freeze df by zdelrosario in https://github.com/zdelrosario/py_grama/pull/208
* deprecate tran_poly by zdelrosario in https://github.com/zdelrosario/py_grama/pull/210
* Pull sklearn deprecation fix by zdelrosario in https://github.com/zdelrosario/py_grama/pull/211
* Fix freeze density by zdelrosario in https://github.com/zdelrosario/py_grama/pull/209
* Dev is numeric by zdelrosario in https://github.com/zdelrosario/py_grama/pull/212
* Fix runtime msg by zdelrosario in https://github.com/zdelrosario/py_grama/pull/213
* Dev plot color by zdelrosario in https://github.com/zdelrosario/py_grama/pull/214
* Dev autoplot sobol by zdelrosario in https://github.com/zdelrosario/py_grama/pull/215
* version lock pandas to fix pivot_wider by zdelrosario in https://github.com/zdelrosario/py_grama/pull/218
* add black and white color mode, cover with test by zdelrosario in https://github.com/zdelrosario/py_grama/pull/216
* Deprecate lolo & fix numpy version issue by eys123 in https://github.com/zdelrosario/py_grama/pull/221
* add getvars() utility to help with cp_function() by zdelrosario in https://github.com/zdelrosario/py_grama/pull/223
* Update comp_function() to take in separate inputs by MayaSimone in https://github.com/zdelrosario/py_grama/pull/222

New Contributors
* mstites made their first contribution in https://github.com/zdelrosario/py_grama/pull/187
* eys123 made their first contribution in https://github.com/zdelrosario/py_grama/pull/221
* MayaSimone made their first contribution in https://github.com/zdelrosario/py_grama/pull/222

**Full Changelog**: https://github.com/zdelrosario/py_grama/compare/v0.3.4...v0.3.5

0.3.4

What's Changed
* fix incorrect docstrings; add decimal arg to round() by zdelrosario in https://github.com/zdelrosario/py_grama/pull/171
* Dev n implicit by zdelrosario in https://github.com/zdelrosario/py_grama/pull/173: Can now call `gr.n()` within a pipeline without using the `gr.n(DF.index)` hack
* Code Maintenance(Coalesce) by OscarDeGar in https://github.com/zdelrosario/py_grama/pull/172
* add helpful error message when passing Intention to dataframe helpers… by zdelrosario in https://github.com/zdelrosario/py_grama/pull/175
* Added Functionality to Pivot_longer by OscarDeGar in https://github.com/zdelrosario/py_grama/pull/176: `columns` argument now supports selection helpers, such as `gr.matches()`; `names_sep` now supports both separator characters and separate-by-position (e.g. `names_sep=[1, -1]`).


**Full Changelog**: https://github.com/zdelrosario/py_grama/compare/v0.3.3...v0.3.4

0.3.3

*Features*
- Added Xbar and S chart utility `plot_xbs()`
- Added `fit_polyridge()` to return fitted model based on polynomial ridge regression. Useful for cross-validation of polyridge hyperparameters, and another metamodel option!

*Documentation*
- Significant improvements to transform documentation, including `tran_rename`, `tran_mutate`, `tran_filter`, `tran_select`, `tran_sample`, `tran_summarize`, and associated helper functions

*Fixes*
- Removed a use of `np.int`

0.3.2

*Fixes*
- add psdr subpackages to setup.py to fix ModuleNotFound errors

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.