You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2019/11/25 07:32:42 UTC

[GitHub] [incubator-datasketches-vector] apete opened a new pull request #11: ojAlgo v48

apete opened a new pull request #11: ojAlgo v48
URL: https://github.com/apache/incubator-datasketches-vector/pull/11
 
 
   With v48 there are some changes in ojAlgo that require attention. The generic type declarations have changed "everywhere" and a few commonly used classes have been renamed.
   
   To see how much trouble this would cause for users I picked a couple of libraries and did the upgrade for them - this is one of them.
   
   Wasn't much at all that was necessary to change. Essentially just needed to replace PrimitiveDenseStore with Primitive64Store. (There is now also a Primitive32Store.)
   
   But then I modified a few other things to make to reduce usage of deprecated methods and such.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org