mergeron 2025.739355.17__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.17 → mergeron-2025.739355.18}/PKG-INFO +4 -4
  2. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/README.rst +3 -3
  3. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/pyproject.toml +1 -1
  4. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/__init__.py +1 -1
  5. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/core/__init__.py +0 -0
  6. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/core/empirical_margin_distribution.py +0 -0
  7. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/core/ftc_merger_investigations_data.py +0 -0
  8. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/core/guidelines_boundaries.py +0 -0
  9. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/core/guidelines_boundary_functions.py +0 -0
  10. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/core/guidelines_boundary_functions_extra.py +0 -0
  11. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/core/pseudorandom_numbers.py +0 -0
  12. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/data/__init__.py +0 -0
  13. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/data/damodaran_margin_data_serialized.zip +0 -0
  14. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/data/ftc_merger_investigations_data.zip +0 -0
  15. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/gen/__init__.py +0 -0
  16. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/gen/data_generation.py +0 -0
  17. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/gen/data_generation_functions.py +0 -0
  18. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/gen/enforcement_stats.py +0 -0
  19. {mergeron-2025.739355.17 → mergeron-2025.739355.18}/src/mergeron/gen/upp_tests.py +0 -0
  20. {mergeron-2025.739355.17 → 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.17
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
@@ -60,14 +60,14 @@ mergeron: Python for analyzing merger enforcement policy
60
60
  .. image:: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
61
61
  :target: https://python-poetry.org/
62
62
  .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
63
- :target: https://github.com/astral-sh/ruff
63
+ :target: https://github.com/astral-sh/ruff/
64
64
  .. image:: https://www.mypy-lang.org/static/mypy_badge.svg
65
65
  :target: https://mypy-lang.org/
66
66
  .. image:: https://img.shields.io/badge/code%20style-black-000000
67
- :target: https://github.com/psf/black
67
+ :target: https://github.com/psf/black/
68
68
  .. image:: https://img.shields.io/badge/License-MIT-yellow
69
69
  :alt: License: MIT
70
- :target: https://opensource.org/licenses/MIT
70
+ :target: https://opensource.org/licenses/MIT/
71
71
 
72
72
 
73
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.
@@ -20,14 +20,14 @@ mergeron: Python for analyzing merger enforcement policy
20
20
  .. image:: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
21
21
  :target: https://python-poetry.org/
22
22
  .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
23
- :target: https://github.com/astral-sh/ruff
23
+ :target: https://github.com/astral-sh/ruff/
24
24
  .. image:: https://www.mypy-lang.org/static/mypy_badge.svg
25
25
  :target: https://mypy-lang.org/
26
26
  .. image:: https://img.shields.io/badge/code%20style-black-000000
27
- :target: https://github.com/psf/black
27
+ :target: https://github.com/psf/black/
28
28
  .. image:: https://img.shields.io/badge/License-MIT-yellow
29
29
  :alt: License: MIT
30
- :target: https://opensource.org/licenses/MIT
30
+ :target: https://opensource.org/licenses/MIT/
31
31
 
32
32
 
33
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.17"
18
+ version = "2025.739355.18"
19
19
  requires-python = ">=3.12,<4.0"
20
20
 
21
21
  # Classifiers list: https://pypi.org/classifiers/
@@ -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.17"
18
+ VERSION = "2025.739355.18"
19
19
 
20
20
  __version__ = VERSION
21
21