egglog 9.0.0__cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl → 9.0.1__cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl

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.

egglog/builtins.py CHANGED
@@ -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
 
@@ -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
@@ -1,9 +1,9 @@
1
- egglog-9.0.0.dist-info/METADATA,sha256=PyF16IkRxdvqwnG3UEkDyia5PPqXV_elm1NsKqXh9aw,4008
2
- egglog-9.0.0.dist-info/WHEEL,sha256=HKJLMmyLx-LQLAcXa-VnIPiW3spDiTaCYJ91rVw9tZE,127
3
- egglog-9.0.0.dist-info/licenses/LICENSE,sha256=w7VlVv5O_FPZRo8Z-4Zb_q7D5ac3YDs8JUkMZ4Gq9CE,1070
1
+ egglog-9.0.1.dist-info/METADATA,sha256=avDfv1AMXRxm7eQcAhZYWbEm0UVuFB68FYUcT_jzUVQ,4008
2
+ egglog-9.0.1.dist-info/WHEEL,sha256=HKJLMmyLx-LQLAcXa-VnIPiW3spDiTaCYJ91rVw9tZE,127
3
+ egglog-9.0.1.dist-info/licenses/LICENSE,sha256=w7VlVv5O_FPZRo8Z-4Zb_q7D5ac3YDs8JUkMZ4Gq9CE,1070
4
4
  egglog/visualizer_widget.py,sha256=LtVfzOtv2WeKtNuILQQ_9SOHWvRr8YdBYQDKQSgry_s,1319
5
5
  egglog/egraph_state.py,sha256=KxP4aXfh21vVqx1HbQMtb2PRxJg4Gzp1Po6Jp5Zppk0,28086
6
- egglog/builtins.py,sha256=yf0iJKx2UEwoCX-1WQ0h1N36EqIkBXeaB0LfWTCyusI,28036
6
+ egglog/builtins.py,sha256=yMvPxcYKjUxIFtDzKUr1XUwZSN5pLlcR66K7BCG5eS4,28095
7
7
  egglog/exp/array_api_numba.py,sha256=X3H1TnCjPL92uVm6OvcWMJ11IeorAE58zWiOX6huPv4,2696
8
8
  egglog/exp/program_gen.py,sha256=9q8-ihkXLgeRU_BrINF3t3gThdS74KCzTo4UiRIR6Dk,13027
9
9
  egglog/exp/array_api_program_gen.py,sha256=0FpWZZJ3VqIod9vIYfQYUIiyswfj4h4K_4s6GZb8SJY,21742
@@ -40,5 +40,5 @@ egglog/examples/higher_order_functions.py,sha256=hWs9sCM5mERuuYscw9Qp-W3HEHi0EMt
40
40
  egglog/examples/bool.py,sha256=e0z2YoYJsLlhpSADZK1yRYHzilyxSZWGiYAaM0DQ_Gw,695
41
41
  egglog/examples/ndarrays.py,sha256=mfr410eletH8gfdg-P8L90vlF6TUifvYV_-ryOwvZZE,4042
42
42
  egglog/examples/eqsat_basic.py,sha256=YKA_l6kKNfPk1geaf-qDohYHpvIji_HmABGr3Ez_N8k,966
43
- egglog/bindings.cpython-313-powerpc64-linux-gnu.so,sha256=hW7QtSsfq3HQRIMR4Rfif7wUPjdgxNceN0_PX1lmd7Y,7054216
44
- egglog-9.0.0.dist-info/RECORD,,
43
+ egglog/bindings.cpython-313-powerpc64-linux-gnu.so,sha256=MyYSe2QSK6yAXT63T0ipfDRxKoErNxH5EwitVddovHo,7053656
44
+ egglog-9.0.1.dist-info/RECORD,,
File without changes