Port details |
- py-linearmodels Linear Panel, Instrumental Variable, Asset Pricing and other models
- 6.1 math =2 6.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-12-28 23:09:36
- Last Update: 2024-09-25 08:33:30
- Commit Hash: 339cc03
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://bashtage.github.io/linearmodels/
- Description:
- Linear (regression) models for Python. Extends statsmodels with Panel
regression, instrumental variable estimators, system estimators and
models for estimating asset prices:
* Panel models:
- Fixed effects (maximum two-way)
- First difference regression
- Between estimator for panel data
- Pooled regression for panel data
- Fama-MacBeth estimation of panel models
* High-dimensional Regresssion:
- Absorbing Least Squares
* Instrumental Variable estimators
- Two-stage Least Squares
- Limited Information Maximum Likelihood
- k-class Estimators
- Generalized Method of Moments, also with continuously updating
* Factor Asset Pricing Models:
- 2- and 3-step estimation
- Time-series estimation
- GMM estimation
* System Regression:
- Seemingly Unrelated Regression (SUR/SURE)
- Three-Stage Least Squares (3SLS)
- Generalized Method of Moments (GMM) System Estimation
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}linearmodels>0:math/py-linearmodels@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-linearmodels/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-linearmodels
- pkg install py311-linearmodels
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-linearmodels listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-linearmodels
- Package flavors (<flavor>: <package>)
- py311: py311-linearmodels
- distinfo:
- TIMESTAMP = 1727239566
SHA256 (linearmodels-6.1.tar.gz) = 74ead48a054bc1b3ebec8e8d7187f17504058891b70c2e090372b4759eeb3e89
SIZE (linearmodels-6.1.tar.gz) = 1828416
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-cython3>0 : lang/cython3@py311
- py311-setuptools-scm>0 : devel/py-setuptools-scm@py311
- py311-formulaic>=1.0.0 : math/py-formulaic@py311
- py311-mypy_extensions>=0.4 : devel/py-mypy_extensions@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-pandas>=1.4.0 : math/py-pandas@py311
- py311-property-cached>=1.6.3 : devel/py-property-cached@py311
- py311-pyhdfe>=0.1 : math/py-pyhdfe@py311
- py311-scipy>=1.8.0 : science/py-scipy@py311
- py311-statsmodels>=0.13.0 : math/py-statsmodels@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-black>0 : devel/py-black@py311
- py311-coverage>0 : devel/py-coverage@py311
- py311-flake8>0 : devel/py-flake8@py311
- py311-isort>0 : devel/py-isort@py311
- py311-matplotlib>0 : math/py-matplotlib@py311
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-pytest-xdist>0 : devel/py-pytest-xdist@py311
- py311-seaborn>0 : math/py-seaborn@py311
- py311-xarray>=0.13 : devel/py-xarray@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-formulaic>=1.0.0 : math/py-formulaic@py311
- py311-mypy_extensions>=0.4 : devel/py-mypy_extensions@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-pandas>=1.4.0 : math/py-pandas@py311
- py311-property-cached>=1.6.3 : devel/py-property-cached@py311
- py311-pyhdfe>=0.1 : math/py-pyhdfe@py311
- py311-scipy>=1.8.0 : science/py-scipy@py311
- py311-statsmodels>=0.13.0 : math/py-statsmodels@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-linearmodels
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 12
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1 25 Sep 2024 08:33:30 |
Yuri Victorovich (yuri) |
math/py-linearmodels: update 6.0 → 6.1
Reported by: portscout |
6.0 21 Apr 2024 04:00:11 |
Yuri Victorovich (yuri) |
math/py-linearmodels: update 5.4 → 6.0
Reported by: portscout |
5.4 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
5.4 06 Jan 2024 08:06:39 |
Yuri Victorovich (yuri) |
math/py-linearmodels: update 5.3 → 5.4
Reported by: portscout |
5.3 22 Dec 2023 18:59:27 |
Yuri Victorovich (yuri) |
math/py-linearmodels: update 5.2 → 5.3
Reported by: portscout |
5.2 09 Sep 2023 08:08:21 |
Yuri Victorovich (yuri) |
math/py-linearmodels: update 5.1 → 5.2
Reported by: portscout |
5.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.1 19 Jun 2023 19:01:08 |
Yuri Victorovich (yuri) |
math/py-linearmodels: Update 4.29 → 5.1
Reported by: portscout |
4.29 24 Apr 2023 07:52:23 |
Yuri Victorovich (yuri) |
math/py-linearmodels: Update 4.27 → 4.29
Reported by: portscout |
4.27_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.27 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.27 28 Dec 2022 23:06:23 |
Yuri Victorovich (yuri) |
math/py-linearmodels: New port: Linear Panel, Instrumental Variable, Asset
Pricing and other models |
Number of commits found: 12
|