mergeron 2024.739105.5__tar.gz → 2024.739105.6__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 (31) hide show
  1. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/PKG-INFO +2 -2
  2. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/README.rst +1 -1
  3. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/pyproject.toml +1 -1
  4. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/__init__.py +1 -1
  5. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/License.txt +0 -0
  6. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/core/__init__.py +0 -0
  7. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/core/damodaran_margin_data.py +0 -0
  8. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/core/ftc_merger_investigations_data.py +0 -0
  9. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/core/guidelines_boundaries.py +0 -0
  10. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/core/guidelines_boundary_functions.py +0 -0
  11. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/core/guidelines_boundary_functions_extra.py +0 -0
  12. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/core/pseudorandom_numbers.py +0 -0
  13. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/__init__.py +0 -0
  14. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/damodaran_margin_data.xls +0 -0
  15. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/damodaran_margin_data_dict.msgpack +0 -0
  16. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/ftc_invdata.msgpack +0 -0
  17. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/jinja2_LaTeX_templates/clrrate_cis_summary_table_template.tex.jinja2 +0 -0
  18. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/jinja2_LaTeX_templates/ftcinvdata_byhhianddelta_table_template.tex.jinja2 +0 -0
  19. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/jinja2_LaTeX_templates/ftcinvdata_summary_table_template.tex.jinja2 +0 -0
  20. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/jinja2_LaTeX_templates/ftcinvdata_summarypaired_table_template.tex.jinja2 +0 -0
  21. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/jinja2_LaTeX_templates/mergeron.cls +0 -0
  22. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/jinja2_LaTeX_templates/mergeron_table_collection_template.tex.jinja2 +0 -0
  23. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/data/jinja2_LaTeX_templates/setup_tikz_tables.tex +0 -0
  24. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/demo/__init__.py +0 -0
  25. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/demo/visualize_empirical_margin_distribution.py +0 -0
  26. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/gen/__init__.py +0 -0
  27. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/gen/data_generation.py +0 -0
  28. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/gen/data_generation_functions.py +0 -0
  29. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/gen/enforcement_stats.py +0 -0
  30. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/gen/upp_tests.py +0 -0
  31. {mergeron-2024.739105.5 → mergeron-2024.739105.6}/src/mergeron/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mergeron
3
- Version: 2024.739105.5
3
+ Version: 2024.739105.6
4
4
  Summary: Merger Policy Analysis using Python
5
5
  License: MIT
6
6
  Keywords: merger policy analysis,merger guidelines,merger screening,policy presumptions,concentration standards,upward pricing pressure,GUPPI
@@ -70,7 +70,7 @@ Enforcement statistics based on FTC investigations data and test data are printe
70
70
 
71
71
  Programs demonstrating the use of this package are included in the sub-package, :code:`.demo`.
72
72
 
73
- This package includes a class, :code:`.core.pseudorandom_numbers.MulithreadedRNG` for generating random numbers with selected continuous distribution over specified parameters, and with CPU multithreading on machines with multiple virtual, logical, or physical CPU cores. This class is an adaptation from the documentation of the :code:`numpy` package, from the discussion on `multithreaded random-number generation <https://numpy.org/doc/stable/reference/random/multithreading.html>_`; the version included here permits selection of the distribution with pre-tests to catch and inform on common errors. To access these directly:
73
+ This package includes a class, :code:`.core.pseudorandom_numbers.MultithreadedRNG` for generating random numbers with selected continuous distribution over specified parameters, and with CPU multithreading on machines with multiple virtual, logical, or physical CPU cores. This class is an adaptation from the documentation of the :code:`numpy` package, from the discussion on `multithreaded random-number generation <https://numpy.org/doc/stable/reference/random/multithreading.html>_`; the version included here permits selection of the distribution with pre-tests to catch and inform on common errors. To access these directly:
74
74
 
75
75
  .. code-block:: python
76
76
 
@@ -29,7 +29,7 @@ Enforcement statistics based on FTC investigations data and test data are printe
29
29
 
30
30
  Programs demonstrating the use of this package are included in the sub-package, :code:`.demo`.
31
31
 
32
- This package includes a class, :code:`.core.pseudorandom_numbers.MulithreadedRNG` for generating random numbers with selected continuous distribution over specified parameters, and with CPU multithreading on machines with multiple virtual, logical, or physical CPU cores. This class is an adaptation from the documentation of the :code:`numpy` package, from the discussion on `multithreaded random-number generation <https://numpy.org/doc/stable/reference/random/multithreading.html>_`; the version included here permits selection of the distribution with pre-tests to catch and inform on common errors. To access these directly:
32
+ This package includes a class, :code:`.core.pseudorandom_numbers.MultithreadedRNG` for generating random numbers with selected continuous distribution over specified parameters, and with CPU multithreading on machines with multiple virtual, logical, or physical CPU cores. This class is an adaptation from the documentation of the :code:`numpy` package, from the discussion on `multithreaded random-number generation <https://numpy.org/doc/stable/reference/random/multithreading.html>_`; the version included here permits selection of the distribution with pre-tests to catch and inform on common errors. To access these directly:
33
33
 
34
34
  .. code-block:: python
35
35
 
@@ -13,7 +13,7 @@ keywords = [
13
13
  "upward pricing pressure",
14
14
  "GUPPI",
15
15
  ]
16
- version = "2024.739105.5"
16
+ version = "2024.739105.6"
17
17
 
18
18
  # Classifiers list: https://pypi.org/classifiers/
19
19
  classifiers = [
@@ -9,7 +9,7 @@ from numpy.typing import NDArray
9
9
 
10
10
  _PKG_NAME: str = Path(__file__).parent.stem
11
11
 
12
- VERSION = "2024.739105.5"
12
+ VERSION = "2024.739105.6"
13
13
 
14
14
  __version__ = VERSION
15
15