1.0.0
* Avoid WeakTypeTag in favor of ClassTag, as ClassTag will generate less code (fix #649) * Add a project test for DeepLearning.scala * Support types do not have a ClassTag * Remove out-dated comments * Test if shadowPrefix compiles on Scala 2.11 and Scala 2.12, since the bug has been fixed accidentally by this PR * Update comments * Adjust indent * Remove workaround originally used for WeakTypeTag * Comment why we use ClassTag * this -> that * Update FullReplAPI.scala