mergeron 2025.739355.16__tar.gz → 2025.739355.18__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.739355.16 → mergeron-2025.739355.18}/PKG-INFO +8 -5
  2. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/README.rst +6 -3
  3. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/pyproject.toml +3 -3
  4. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/__init__.py +1 -1
  5. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/core/__init__.py +0 -0
  6. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/core/empirical_margin_distribution.py +0 -0
  7. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/core/ftc_merger_investigations_data.py +0 -0
  8. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/core/guidelines_boundaries.py +0 -0
  9. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/core/guidelines_boundary_functions.py +0 -0
  10. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/core/guidelines_boundary_functions_extra.py +0 -0
  11. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/core/pseudorandom_numbers.py +0 -0
  12. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/data/__init__.py +0 -0
  13. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/data/damodaran_margin_data_serialized.zip +0 -0
  14. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/data/ftc_merger_investigations_data.zip +0 -0
  15. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/gen/__init__.py +0 -0
  16. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/gen/data_generation.py +0 -0
  17. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/gen/data_generation_functions.py +0 -0
  18. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/gen/enforcement_stats.py +0 -0
  19. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/gen/upp_tests.py +0 -0
  20. {mergeron-2025.739355.16 → mergeron-2025.739355.18}/src/mergeron/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mergeron
3
- Version: 2025.739355.16
3
+ Version: 2025.739355.18
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
@@ -29,7 +29,7 @@ Requires-Dist: matplotlib (>=3.10.1)
29
29
  Requires-Dist: mpmath (>=1.3.0)
30
30
  Requires-Dist: numexpr (>=2.10.2,<3.0.0)
31
31
  Requires-Dist: python-calamine (>=0.3.2)
32
- Requires-Dist: ruamel-yaml (==0.18.10)
32
+ Requires-Dist: ruamel-yaml (>=0.18.10)
33
33
  Requires-Dist: scipy (>=1.15.2)
34
34
  Requires-Dist: sympy (>=1.13.3)
35
35
  Requires-Dist: types-beautifulsoup4 (>=4.12.0)
@@ -51,20 +51,23 @@ mergeron: Python for analyzing merger enforcement policy
51
51
  .. image:: https://img.shields.io/pypi/status/mergeron
52
52
  :alt: PyPI - Package status
53
53
  :target: https://pypi.python.org/pypi/mergeron/
54
+ .. image:: https://github.com/capeconomics/mergeron/actions/workflows/documentation.yml/badge.svg
55
+ :alt: documentation
56
+ :target: https://github.com/capeconomics/mergeron/actions/workflows/documentation.yml
54
57
 
55
58
  |
56
59
 
57
60
  .. image:: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
58
61
  :target: https://python-poetry.org/
59
62
  .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
60
- :target: https://github.com/astral-sh/ruff
63
+ :target: https://github.com/astral-sh/ruff/
61
64
  .. image:: https://www.mypy-lang.org/static/mypy_badge.svg
62
65
  :target: https://mypy-lang.org/
63
66
  .. image:: https://img.shields.io/badge/code%20style-black-000000
64
- :target: https://github.com/psf/black
67
+ :target: https://github.com/psf/black/
65
68
  .. image:: https://img.shields.io/badge/License-MIT-yellow
66
69
  :alt: License: MIT
67
- :target: https://opensource.org/licenses/MIT
70
+ :target: https://opensource.org/licenses/MIT/
68
71
 
69
72
 
70
73
  *Visualize* the sets of mergers falling within specified concentration and diversion-ratio thresholds. *Analyze* merger investigations data published by the U.S. Federal Trade Commission in various reports on extended merger investigations (Second Requests) during 1996 to 2011.
@@ -11,20 +11,23 @@ mergeron: Python for analyzing merger enforcement policy
11
11
  .. image:: https://img.shields.io/pypi/status/mergeron
12
12
  :alt: PyPI - Package status
13
13
  :target: https://pypi.python.org/pypi/mergeron/
14
+ .. image:: https://github.com/capeconomics/mergeron/actions/workflows/documentation.yml/badge.svg
15
+ :alt: documentation
16
+ :target: https://github.com/capeconomics/mergeron/actions/workflows/documentation.yml
14
17
 
15
18
  |
16
19
 
17
20
  .. image:: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
18
21
  :target: https://python-poetry.org/
19
22
  .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
20
- :target: https://github.com/astral-sh/ruff
23
+ :target: https://github.com/astral-sh/ruff/
21
24
  .. image:: https://www.mypy-lang.org/static/mypy_badge.svg
22
25
  :target: https://mypy-lang.org/
23
26
  .. image:: https://img.shields.io/badge/code%20style-black-000000
24
- :target: https://github.com/psf/black
27
+ :target: https://github.com/psf/black/
25
28
  .. image:: https://img.shields.io/badge/License-MIT-yellow
26
29
  :alt: License: MIT
27
- :target: https://opensource.org/licenses/MIT
30
+ :target: https://opensource.org/licenses/MIT/
28
31
 
29
32
 
30
33
  *Visualize* the sets of mergers falling within specified concentration and diversion-ratio thresholds. *Analyze* merger investigations data published by the U.S. Federal Trade Commission in various reports on extended merger investigations (Second Requests) during 1996 to 2011.
@@ -15,7 +15,7 @@ keywords = [
15
15
  "upward pricing pressure",
16
16
  "GUPPI",
17
17
  ]
18
- version = "2025.739355.16"
18
+ version = "2025.739355.18"
19
19
  requires-python = ">=3.12,<4.0"
20
20
 
21
21
  # Classifiers list: https://pypi.org/classifiers/
@@ -43,13 +43,13 @@ dependencies = [
43
43
  "lxml>=5.3.2",
44
44
  "matplotlib>=3.10.1",
45
45
  "mpmath>=1.3.0",
46
+ "numexpr (>=2.10.2,<3.0.0)",
46
47
  "python-calamine>=0.3.2",
47
- "ruamel-yaml (==0.18.10)",
48
+ "ruamel-yaml>=0.18.10",
48
49
  "scipy>=1.15.2",
49
50
  "sympy>=1.13.3",
50
51
  "types-beautifulsoup4>=4.12.0",
51
52
  "urllib3>=2.3.0",
52
- "numexpr (>=2.10.2,<3.0.0)",
53
53
  ]
54
54
 
55
55
  [project.urls]
@@ -15,7 +15,7 @@ from ruamel import yaml
15
15
 
16
16
  _PKG_NAME: str = Path(__file__).parent.name
17
17
 
18
- VERSION = "2025.739355.16"
18
+ VERSION = "2025.739355.18"
19
19
 
20
20
  __version__ = VERSION
21
21