Member-only story
What’s New To Know In Lathe 0.1.0?
Big changes have come to Lathe in the latest update, but what could they be?
Lathe is an inclusive predictive learning module for Julia that contains a host of exciting features written in one-hundred percent pure Julia code. Lathe is becoming more and more versatile, and will likely be able to compete with similar modules to solve everyday problems with a few more updates. With that in mind, however, I think the jump from Lathe 0.0.9 to Lathe 0.1.0 is likely among the most significant that Lathe has endured. With such a big update, you have to wonder…
What’s new to know in Lathe 0.1.0?
Super-Structs
Super-structs are easily the most important and unique feature to come to Lathe. Using super-structs as apposed to normal structs allows for far more flexibility and functionality within mutable types. After some rigorous testing, this methodology was found to perform better than the solution in place, as well as changing the paradigm of the language in order to treat models as objects,
which is really useful for machine-learning.