phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

chore(main): release arize-phoenix-evals 0.15.0

Open mikeldking opened this issue 1 year ago • 0 comments

:robot: I have created a release beep boop

0.15.0 (2024-08-10)

Features

  • Expose configuration for initial rate limit (#4087) (194a66d)

Bug Fixes

Documentation


This PR was generated with Release Please. See documentation.

mikeldking avatar Jul 17 '24 06:07 mikeldking

BTW: I found this because I was noticing false positives in my unit tests. So be careful I guess.

helehex avatar Jul 27 '24 17:07 helehex

even use != or == the result still False

luanon404 avatar Jul 27 '24 18:07 luanon404

0 / 0 doesn't run at compile time at all:

fn main():
  alias a = 0 / 0
  print(a)

Error message:

/__w/modular/modular/open-source/mojo/stdlib/stdlib/builtin/_startup.mojo:113:4: error: call expansion failed
/__w/modular/modular/open-source/mojo/stdlib/stdlib/builtin/_startup.mojo:44:4: note: function instantiation failed
<unknown>:0: note: failed to compile-time evaluate function call
/__w/modular/modular/open-source/mojo/stdlib/stdlib/builtin/int.mojo:552:8: note: failed to interpret function @stdlib::builtin::int::Int::__truediv__(::Int,::Int)
/__w/modular/modular/open-source/mojo/stdlib/stdlib/builtin/int.mojo:561:30: note: call expansion failed
/__w/modular/modular/open-source/mojo/stdlib/stdlib/builtin/simd.mojo:563:35: note: failed to fold operation pop.div(#pop<simd "0"> : !pop.scalar<f64>, #pop<simd "0"> : !pop.scalar<f64>)
/home/vscode/.modular/pkg/packages.modular.com_nightly_mojo/bin/mojo: error: failed to run the pass manager

Maybe we should just implement a __truediv__ -> FloatLiteral on IntLiteral?

soraros avatar Jul 29 '24 15:07 soraros