Econtools

Latest version: v0.3.2

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

Scan your dependencies

0.3.1

- Changes to `setup.py` and `readme.md` for upload to PYPI.

0.3.0

Added
- New `save_mem` option for `reg` and `ivreg`. When set to True, the regression
`Results` will not save `yhat`, the `sample` flag, or `resid`. This will make
each `Results` object much smaller for regressions with large samples.
- New `check_colinear` option for `reg` and `ivreg`. When set to True,
a rank deficiency (colinearity) check will be done on the regressor matrix.
If the regressor matrix is found to be deficient (if a colinear variable is
found), the colinear columns will be calculated and printed.

0.2.0

Added
- Mypy typing hints.
- New function `winsorize`.
- Additional state name/abbreviation/fips crosswalk functions and lists.

Changed
- REF: Removed Python 2 compatibility (following Pandas). `econtools` now
requires Python >=3.6.
- ENH: General improvements to documentation and docstrings.
- ENH: `load_or_build` messages are now more informative.
- ENH: Updated docstrings for several functions.
- BUG: `state_name_to_fips` was not accessible for external use.

0.1.1

Added
- Regression `Results` objects now display formatted regression summary when
printed directly (i.e. `__repr__` method was added).
- Raw lists of state FIPS, abbreviations, and names.

Changed
- REF: The `a_name` keyword argument in regression methods has been deprecated in
favor of the new `fe_name` keyword argument.
- REF: A lot of metrics methods were refactored. This should not impact end users
but should make extending those methods a little easier.

0.1.0

Added
- Tests for `load_or_build`.

Changed
- REF: Tests now use `pytest` instead of `nose`.
- ENH: `outreg` now defaults to adding all regressors to the table instead of
requiring a specific list.

0.0.1

Initial public pseudo-release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.