stripe / rainier

Bayesian inference in Scala.
https://rainier.fit
Apache License 2.0
433 stars 51 forks source link

drop Numeric[Real] #461

Closed avibryant closed 4 years ago

avibryant commented 4 years ago

This drops the Numeric[Real] from Evaluator and changes the old references to Numeric[Real] to be direct references to Evaluator. This was always a bit overly cute and confusing, but the catalyst here is that 2.13 has extended Numeric to require parseString, which makes no sense for Evaluator to support.

cc @valencik