Implement the Vectorized
trait to allow for overloaded constructors and dynamic arguments.
#3
Labels
enhancement
New feature or request
Features
Such a trait would add special conversions of types that can be represented as vectors with a very simple syntax:
Deprecations
Any scalar counterpart of functions such as
pow
orlog
, and functions such asones_like()
will be removed. This will be done in an effort to simplify syntax.The text was updated successfully, but these errors were encountered: