This small release includes support for custom metrics and objects.
Prior to this release, DeepReplay expected a metric name like `acc` as argument and would fail if an instance of a metric object were passed as argument instead.
Now, it takes either a metric name or an instance of a metric object (custom or not).