lifejacket 1.1.0__tar.gz → 1.2.0__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.
Files changed (22) hide show
  1. {lifejacket-1.1.0 → lifejacket-1.2.0}/PKG-INFO +1 -1
  2. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/post_deployment_analysis.py +0 -2
  3. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket.egg-info/PKG-INFO +1 -1
  4. {lifejacket-1.1.0 → lifejacket-1.2.0}/pyproject.toml +1 -1
  5. {lifejacket-1.1.0 → lifejacket-1.2.0}/README.md +0 -0
  6. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/__init__.py +0 -0
  7. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/arg_threading_helpers.py +0 -0
  8. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/calculate_derivatives.py +0 -0
  9. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/constants.py +0 -0
  10. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/deployment_conditioning_monitor.py +0 -0
  11. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/form_adjusted_meat_adjustments_directly.py +0 -0
  12. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/get_datum_for_blowup_supervised_learning.py +0 -0
  13. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/helper_functions.py +0 -0
  14. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/input_checks.py +0 -0
  15. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/small_sample_corrections.py +0 -0
  16. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket/vmap_helpers.py +0 -0
  17. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket.egg-info/SOURCES.txt +0 -0
  18. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket.egg-info/dependency_links.txt +0 -0
  19. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket.egg-info/entry_points.txt +0 -0
  20. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket.egg-info/requires.txt +0 -0
  21. {lifejacket-1.1.0 → lifejacket-1.2.0}/lifejacket.egg-info/top_level.txt +0 -0
  22. {lifejacket-1.1.0 → lifejacket-1.2.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lifejacket
3
- Version: 1.1.0
3
+ Version: 1.2.0
4
4
  Summary: Consistent standard errors for longitudinal data collected under pooling online decision policies.
5
5
  Author-email: Nowell Closser <nowellclosser@gmail.com>
6
6
  Requires-Python: >=3.10
@@ -53,8 +53,6 @@ logging.basicConfig(
53
53
  level=logging.INFO,
54
54
  )
55
55
 
56
- jax.config.update("jax_enable_x64", True)
57
-
58
56
 
59
57
  @click.group()
60
58
  def cli():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lifejacket
3
- Version: 1.1.0
3
+ Version: 1.2.0
4
4
  Summary: Consistent standard errors for longitudinal data collected under pooling online decision policies.
5
5
  Author-email: Nowell Closser <nowellclosser@gmail.com>
6
6
  Requires-Python: >=3.10
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "lifejacket"
7
- version = "1.1.0"
7
+ version = "1.2.0"
8
8
  description = "Consistent standard errors for longitudinal data collected under pooling online decision policies."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes