egglog 9.0.0__tar.gz → 9.0.1__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 egglog might be problematic. Click here for more details.

Files changed (136) hide show
  1. {egglog-9.0.0 → egglog-9.0.1}/Cargo.lock +1 -1
  2. {egglog-9.0.0 → egglog-9.0.1}/Cargo.toml +1 -1
  3. {egglog-9.0.0 → egglog-9.0.1}/PKG-INFO +1 -1
  4. {egglog-9.0.0 → egglog-9.0.1}/docs/changelog.md +4 -0
  5. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/builtins.py +3 -0
  6. {egglog-9.0.0 → egglog-9.0.1}/.github/dependabot.yml +0 -0
  7. {egglog-9.0.0 → egglog-9.0.1}/.github/workflows/CI.yml +0 -0
  8. {egglog-9.0.0 → egglog-9.0.1}/.github/workflows/version.yml +0 -0
  9. {egglog-9.0.0 → egglog-9.0.1}/.gitignore +0 -0
  10. {egglog-9.0.0 → egglog-9.0.1}/.pre-commit-config.yaml +0 -0
  11. {egglog-9.0.0 → egglog-9.0.1}/.python-version +0 -0
  12. {egglog-9.0.0 → egglog-9.0.1}/.readthedocs.yaml +0 -0
  13. {egglog-9.0.0 → egglog-9.0.1}/CITATION.cff +0 -0
  14. {egglog-9.0.0 → egglog-9.0.1}/LICENSE +0 -0
  15. {egglog-9.0.0 → egglog-9.0.1}/Makefile +0 -0
  16. {egglog-9.0.0 → egglog-9.0.1}/README.md +0 -0
  17. {egglog-9.0.0 → egglog-9.0.1}/conftest.py +0 -0
  18. {egglog-9.0.0 → egglog-9.0.1}/docs/.gitignore +0 -0
  19. {egglog-9.0.0 → egglog-9.0.1}/docs/_templates/comments.html +0 -0
  20. {egglog-9.0.0 → egglog-9.0.1}/docs/conf.py +0 -0
  21. {egglog-9.0.0 → egglog-9.0.1}/docs/environment.yml +0 -0
  22. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/.gitignore +0 -0
  23. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2023_07_presentation.ipynb +0 -0
  24. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2023_11_09_portland_state.ipynb +0 -0
  25. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2023_11_17_pytensor.ipynb +0 -0
  26. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2023_11_pydata_lightning_talk.ipynb +0 -0
  27. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2023_12_02_congruence_closure-1.png +0 -0
  28. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2023_12_02_congruence_closure-2.png +0 -0
  29. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2023_12_02_congruence_closure.md +0 -0
  30. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2024_03_17_community_talk.ipynb +0 -0
  31. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/2024_03_17_map.svg +0 -0
  32. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/big_graph.svg +0 -0
  33. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/define_and_define.md +0 -0
  34. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/ecosystem-graph.png +0 -0
  35. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/egg.png +0 -0
  36. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/indexing_pushdown.ipynb +0 -0
  37. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/moa.png +0 -0
  38. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/optional_values.md +0 -0
  39. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation/pldi_2023_presentation.ipynb +0 -0
  40. {egglog-9.0.0 → egglog-9.0.1}/docs/explanation.md +0 -0
  41. {egglog-9.0.0 → egglog-9.0.1}/docs/how-to-guides.md +0 -0
  42. {egglog-9.0.0 → egglog-9.0.1}/docs/index.md +0 -0
  43. {egglog-9.0.0 → egglog-9.0.1}/docs/reference/bindings.md +0 -0
  44. {egglog-9.0.0 → egglog-9.0.1}/docs/reference/contributing.md +0 -0
  45. {egglog-9.0.0 → egglog-9.0.1}/docs/reference/egglog-translation.md +0 -0
  46. {egglog-9.0.0 → egglog-9.0.1}/docs/reference/high-level.md +0 -0
  47. {egglog-9.0.0 → egglog-9.0.1}/docs/reference/python-integration.md +0 -0
  48. {egglog-9.0.0 → egglog-9.0.1}/docs/reference/usage.md +0 -0
  49. {egglog-9.0.0 → egglog-9.0.1}/docs/reference.md +0 -0
  50. {egglog-9.0.0 → egglog-9.0.1}/docs/tutorials/getting-started.ipynb +0 -0
  51. {egglog-9.0.0 → egglog-9.0.1}/docs/tutorials/screenshot-1.png +0 -0
  52. {egglog-9.0.0 → egglog-9.0.1}/docs/tutorials/screenshot-2.png +0 -0
  53. {egglog-9.0.0 → egglog-9.0.1}/docs/tutorials/sklearn.ipynb +0 -0
  54. {egglog-9.0.0 → egglog-9.0.1}/docs/tutorials.md +0 -0
  55. {egglog-9.0.0 → egglog-9.0.1}/increment_version.py +0 -0
  56. {egglog-9.0.0 → egglog-9.0.1}/pyproject.toml +0 -0
  57. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/__init__.py +0 -0
  58. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/bindings.pyi +0 -0
  59. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/config.py +0 -0
  60. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/conversion.py +0 -0
  61. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/declarations.py +0 -0
  62. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/egraph.py +0 -0
  63. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/egraph_state.py +0 -0
  64. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/README.rst +0 -0
  65. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/__init__.py +0 -0
  66. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/bignum.py +0 -0
  67. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/bool.py +0 -0
  68. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/eqsat_basic.py +0 -0
  69. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/fib.py +0 -0
  70. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/higher_order_functions.py +0 -0
  71. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/lambda_.py +0 -0
  72. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/matrix.py +0 -0
  73. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/multiset.py +0 -0
  74. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/ndarrays.py +0 -0
  75. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/resolution.py +0 -0
  76. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/examples/schedule_demo.py +0 -0
  77. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/exp/__init__.py +0 -0
  78. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/exp/array_api.py +0 -0
  79. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/exp/array_api_jit.py +0 -0
  80. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/exp/array_api_loopnest.py +0 -0
  81. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/exp/array_api_numba.py +0 -0
  82. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/exp/array_api_program_gen.py +0 -0
  83. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/exp/program_gen.py +0 -0
  84. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/exp/siu_examples.py +0 -0
  85. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/functionalize.py +0 -0
  86. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/ipython_magic.py +0 -0
  87. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/pretty.py +0 -0
  88. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/py.typed +0 -0
  89. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/runtime.py +0 -0
  90. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/thunk.py +0 -0
  91. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/type_constraint_solver.py +0 -0
  92. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/visualizer.css +0 -0
  93. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/visualizer.js +0 -0
  94. {egglog-9.0.0 → egglog-9.0.1}/python/egglog/visualizer_widget.py +0 -0
  95. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/TestLoopNest.test_index_codegen[code].py +0 -0
  96. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/TestLoopNest.test_index_codegen[expr].py +0 -0
  97. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[add][code].py +0 -0
  98. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[add][expr].py +0 -0
  99. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[add][initial_expr].py +0 -0
  100. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[lda][code].py +0 -0
  101. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[lda][expr].py +0 -0
  102. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[lda][initial_expr].py +0 -0
  103. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[tuple][code].py +0 -0
  104. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[tuple][expr].py +0 -0
  105. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_jit[tuple][initial_expr].py +0 -0
  106. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_program_compile[tuple][code].py +0 -0
  107. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_array_api/test_program_compile[tuple][expr].py +0 -0
  108. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_bindings/TestEGraph.test_parse_program.py +0 -0
  109. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_program_gen/test_to_string.py +0 -0
  110. {egglog-9.0.0 → egglog-9.0.1}/python/tests/__snapshots__/test_program_gen/test_to_string_function_three.py +0 -0
  111. {egglog-9.0.0 → egglog-9.0.1}/python/tests/conftest.py +0 -0
  112. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_array_api.py +0 -0
  113. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_bindings.py +0 -0
  114. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_convert.py +0 -0
  115. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_functionalize.py +0 -0
  116. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_high_level.py +0 -0
  117. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_no_import_star.py +0 -0
  118. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_pretty.py +0 -0
  119. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_program_gen.py +0 -0
  120. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_py_object_sort.py +0 -0
  121. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_runtime.py +0 -0
  122. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_type_constraint_solver.py +0 -0
  123. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_typing.py +0 -0
  124. {egglog-9.0.0 → egglog-9.0.1}/python/tests/test_unstable_fn.py +0 -0
  125. {egglog-9.0.0 → egglog-9.0.1}/rust-toolchain.toml +0 -0
  126. {egglog-9.0.0 → egglog-9.0.1}/src/conversions.rs +0 -0
  127. {egglog-9.0.0 → egglog-9.0.1}/src/egraph.rs +0 -0
  128. {egglog-9.0.0 → egglog-9.0.1}/src/error.rs +0 -0
  129. {egglog-9.0.0 → egglog-9.0.1}/src/lib.rs +0 -0
  130. {egglog-9.0.0 → egglog-9.0.1}/src/py_object_sort.rs +0 -0
  131. {egglog-9.0.0 → egglog-9.0.1}/src/serialize.rs +0 -0
  132. {egglog-9.0.0 → egglog-9.0.1}/src/termdag.rs +0 -0
  133. {egglog-9.0.0 → egglog-9.0.1}/src/utils.rs +0 -0
  134. {egglog-9.0.0 → egglog-9.0.1}/stubtest_allow +0 -0
  135. {egglog-9.0.0 → egglog-9.0.1}/test-data/unit/check-high-level.test +0 -0
  136. {egglog-9.0.0 → egglog-9.0.1}/uv.lock +0 -0
@@ -270,7 +270,7 @@ dependencies = [
270
270
 
271
271
  [[package]]
272
272
  name = "egglog_python"
273
- version = "9.0.0"
273
+ version = "9.0.1"
274
274
  dependencies = [
275
275
  "egglog",
276
276
  "egglog-experimental",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "egglog_python"
3
- version = "9.0.0"
3
+ version = "9.0.1"
4
4
  edition = "2021"
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: egglog
3
- Version: 9.0.0
3
+ Version: 9.0.1
4
4
  Classifier: Environment :: MacOS X
5
5
  Classifier: Environment :: Win32 (MS Windows)
6
6
  Classifier: Intended Audience :: Developers
@@ -4,6 +4,10 @@ _This project uses semantic versioning_
4
4
 
5
5
  ## UNRELEASED
6
6
 
7
+ ## 9.0.1 (2025-03-20)
8
+
9
+ - Add missing i64.log2 method to the bindings
10
+
7
11
  ## 9.0.0 (2025-03-20)
8
12
 
9
13
  ### Evaluating Primitives
@@ -195,6 +195,9 @@ class i64(BuiltinExpr): # noqa: N801
195
195
 
196
196
  def __rrshift__(self, other: i64Like) -> i64: ...
197
197
 
198
+ @method(egg_fn="log2")
199
+ def log2(self) -> i64: ...
200
+
198
201
  @method(egg_fn="not-i64")
199
202
  def __invert__(self) -> i64: ...
200
203
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes