A little present under your tree: a new release of digital! Just what you always wanted, right? This release speeds up lots of trig functions (especially sin(), cos(), and the degree/angle variations), and shouldn't be significantly slower on any other trig methods. Accuracy for these is nearly identical, and still good. What's this? In your stocking, another present? There's also many improvements to Base, adding methods intended for code generation! These write numbers in the int, long, double, float, or char literal format appropriate to their parameter or return type, in a way that can be read back into Java source code. These methods are static, and make use of various existing static Base values. There are also some simple new convenience methods in TextTools to repeat a String a set number of times.
It's been quite a year for digital, with lots of optimizations and corrections applied to the trigonometry code in particular, but hopefully next year will be mostly stable. Or it could wind up expanding scope somehow, who knows?