mergeron 2025.739418.5__tar.gz → 2025.739425.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mergeron might be problematic. Click here for more details.

Files changed (20) hide show
  1. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/PKG-INFO +4 -4
  2. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/pyproject.toml +8 -8
  3. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/__init__.py +1 -1
  4. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/gen/__init__.py +3 -3
  5. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/README.rst +0 -0
  6. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/core/__init__.py +0 -0
  7. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/core/empirical_margin_distribution.py +0 -0
  8. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/core/ftc_merger_investigations_data.py +0 -0
  9. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/core/guidelines_boundaries.py +0 -0
  10. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/core/guidelines_boundary_functions.py +0 -0
  11. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/core/guidelines_boundary_functions_extra.py +0 -0
  12. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/core/pseudorandom_numbers.py +0 -0
  13. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/data/__init__.py +0 -0
  14. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/data/damodaran_margin_data_serialized.zip +0 -0
  15. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/data/ftc_merger_investigations_data.zip +0 -0
  16. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/gen/data_generation.py +0 -0
  17. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/gen/data_generation_functions.py +0 -0
  18. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/gen/enforcement_stats.py +0 -0
  19. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/gen/upp_tests.py +0 -0
  20. {mergeron-2025.739418.5 → mergeron-2025.739425.2}/src/mergeron/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mergeron
3
- Version: 2025.739418.5
3
+ Version: 2025.739425.2
4
4
  Summary: Python for analyzing merger enforcement policy
5
5
  License: MIT
6
6
  Keywords: merger enforcement policy,merger guidelines,merger screening,enforcement presumptions,concentration standards,diversion ratio,upward pricing pressure,GUPPI
@@ -24,13 +24,13 @@ Requires-Dist: certifi (>=2025.6.15)
24
24
  Requires-Dist: h5py (>=3.14.0)
25
25
  Requires-Dist: jinja2 (>=3.1.6)
26
26
  Requires-Dist: joblib (>=1.5.1)
27
- Requires-Dist: lxml (>=5.4.0)
27
+ Requires-Dist: lxml (>=6.0.0)
28
28
  Requires-Dist: matplotlib (>=3.10.3)
29
29
  Requires-Dist: mpmath (>=1.3.0)
30
30
  Requires-Dist: numexpr (>=2.11.0,<3.0.0)
31
- Requires-Dist: python-calamine (>=0.3.2)
31
+ Requires-Dist: python-calamine (>=0.4.0)
32
32
  Requires-Dist: ruamel-yaml (>=0.18.14)
33
- Requires-Dist: scipy (>=1.15.3)
33
+ Requires-Dist: scipy (>=1.16.0)
34
34
  Requires-Dist: sympy (>=1.14.0)
35
35
  Requires-Dist: types-beautifulsoup4 (>=4.12.0.20250516)
36
36
  Requires-Dist: urllib3 (>=2.5.0)
@@ -15,7 +15,7 @@ keywords = [
15
15
  "upward pricing pressure",
16
16
  "GUPPI",
17
17
  ]
18
- version = "2025.739418.5"
18
+ version = "2025.739425.2"
19
19
  requires-python = ">=3.12,<4.0"
20
20
 
21
21
  # Classifiers list: https://pypi.org/classifiers/
@@ -40,13 +40,13 @@ dependencies = [
40
40
  "h5py>=3.14.0",
41
41
  "jinja2>=3.1.6",
42
42
  "joblib>=1.5.1",
43
- "lxml>=5.4.0",
43
+ "lxml>=6.0.0",
44
44
  "matplotlib>=3.10.3",
45
45
  "mpmath>=1.3.0",
46
46
  "numexpr (>=2.11.0,<3.0.0)",
47
- "python-calamine>=0.3.2",
47
+ "python-calamine>=0.4.0",
48
48
  "ruamel-yaml>=0.18.14",
49
- "scipy>=1.15.3",
49
+ "scipy>=1.16.0",
50
50
  "sympy>=1.14.0",
51
51
  "types-beautifulsoup4>=4.12.0.20250516",
52
52
  "urllib3>=2.5.0",
@@ -67,18 +67,18 @@ sphinx-autoapi = ">=3.6.0"
67
67
  sphinx-autodoc-typehints = ">=3.2.0"
68
68
  sphinx-immaterial = ">=0.13.5"
69
69
  linuxdoc = ">=20240924"
70
- ipython = ">=9.3.0"
70
+ ipython = ">=9.4.0"
71
71
  ipython-pygments-lexers = ">=1.1.1"
72
72
 
73
73
  [tool.poetry.group.lint.dependencies]
74
- ruff = ">=0.12.0"
74
+ ruff = ">=0.12.2"
75
75
  mypy = ">=1.16.1"
76
76
 
77
77
  [tool.poetry.group.test.dependencies]
78
78
  pytest = ">=8.4.1"
79
79
  pytest-cov = ">=6.2.1"
80
- pytest-xdist = ">=3.7.0"
81
- coverage = ">=7.9.1"
80
+ pytest-xdist = ">=3.8.0"
81
+ coverage = ">=7.9.2"
82
82
 
83
83
  [tool.poetry.group.other.dependencies]
84
84
  semver = ">=3.0.4"
@@ -15,7 +15,7 @@ from ruamel import yaml
15
15
 
16
16
  _PKG_NAME: str = Path(__file__).parent.name
17
17
 
18
- VERSION = "2025.739418.5"
18
+ VERSION = "2025.739425.2"
19
19
 
20
20
  __version__ = VERSION
21
21
 
@@ -89,9 +89,9 @@ class SHRDistribution(str, Enameled):
89
89
  """Share distribution for merging-firm shares has a higher peak share
90
90
 
91
91
  By default, shape parameter for merging-firm-share is 2.5, and
92
- 1.0 for all others. Defining, :attr:`mergeron.ShareSpec.dist_parms`
92
+ 1.0 for all others. Defining, :attr:`.ShareSpec.dist_parms`
93
93
  as a vector of shape parameters with length matching
94
- that of :attr:`mergeron.ShareSpec.dist_parms` allows flexible specification
94
+ that of :attr:`.ShareSpec.dist_parms` allows flexible specification
95
95
  of Dirichlet-distributed share-data generation.
96
96
  """
97
97
 
@@ -155,7 +155,7 @@ class ShareSpec:
155
155
  A salient feature of market-share specification in this package is that
156
156
  the draws represent markets with multiple different firm-counts.
157
157
  Firm-counts are unspecified if the share distribution is
158
- :attr:`mergeron.SHRDistribution.UNI`, for Dirichlet-distributed market-shares,
158
+ :attr:`.SHRDistribution.UNI`, for Dirichlet-distributed market-shares,
159
159
  the default specification is that firm-counts vary between
160
160
  2 and 7 firms with each value equally likely.
161
161