[beanutils] any suggestions towards v2

2024-09-16 Thread Steve Bosman
Hi, Do you have any suggestions for something I could look at to help get beanutils ready for v2? Meanwhile, I've been looking at improving test coverage of BeanComparator and I've simplified the internal natural order comparator - PR incoming Steve

[numbers] Making Quaternion a VALJO

2018-11-29 Thread Steve Bosman
Hi I had a look last night at making Quaternion a VALJO. I've done the following * changed the constructors to private and added equivalent of methods. * added a parse method * altered equals so that (like Complex) it uses Double.equals - gets round an edge case where Quaternions with the equiva

Re: [numbers] Making Quaternion a VALJO

2018-11-30 Thread Steve Bosman
> > and I have also emailed an ICLA. > Not received/acknowledged yet. I am now listed on the "Persons with signed CLAs but who are not (yet) committers." page. > > I think two convenience divide methods performing qr^{-1} and r^{-1}q > > for q > > and r would be useful, but I couldn't think of n