Skip to content

Sr - #414

Draft
saulshanabrook wants to merge 11 commits into
mainfrom
sr
Draft

Sr#414
saulshanabrook wants to merge 11 commits into
mainfrom
sr

Conversation

@saulshanabrook

Copy link
Copy Markdown
Member

No description provided.

Comment threadpython/tests/test_high_level.py Fixed
Comment threadpython/tests/test_high_level.py Fixed
Comment threadpython/tests/test_high_level.py Fixed
Comment threadpython/egglog/exp/param_eq/pipeline.py Fixed
Comment threadpython/egglog/builtins.py Fixed
Comment threadpython/egglog/builtins.py Fixed
Comment threadpython/egglog/builtins.py Fixed
Comment threadpython/egglog/exp/param_eq/pipeline.py Fixed
Comment threadpython/egglog/exp/param_eq/pipeline.py Fixed
Comment threadpython/egglog/exp/param_eq/pipeline.py Fixed
@codspeed-hq

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 12 untouched benchmarks
⏩ 2 skipped benchmarks1


Comparing sr (009177d) with main (8b6fe1e)

Open in CodSpeed

Footnotes

  1. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Comment threadpython/egglog/exp/param_eq/pipeline.py Fixed
Comment threadpython/egglog/builtins.py Fixed
Comment threadpython/egglog/builtins.py Fixed
Comment threadpython/egglog/builtins.py Fixed
Comment threadpython/egglog/builtins.py Fixed
Comment threadpython/egglog/builtins.py Fixed
def __abs__(self) -> f64: ...

@method(egg_fn="exp")
def exp(self) -> f64: ...
def exp(self) -> f64: ...

@method(egg_fn="log")
def log(self) -> f64: ...
def log(self) -> f64: ...

@method(egg_fn="sqrt")
def sqrt(self) -> f64: ...
def to_string(self) -> String: ...

@method(egg_fn="bigrat-pow-const-value")
def pow_bigrat(self, exponent: BigRat) -> f64: ...

@method(egg_fn="maybe-none")
@classmethod
def none(cls) -> Maybe[T]: ...

@method(egg_fn="maybe-some")
@classmethod
def some(cls, value: T) -> Maybe[T]: ...
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@saulshanabrook