rugheid / Swift-MathEagle

A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int, big frac, big rational, graphs and general handy extensions and functions.
MIT License
42 stars 6 forks source link

Swift 3 compatibility #9

Closed lfarah closed 7 years ago

lfarah commented 7 years ago

Hey, I'd love to see this lib available in Swift 3 so I can implement it in my project.

Thanks 😄

rugheid commented 7 years ago

There is a swift-3 branch, you can use that one! :)

lfarah commented 7 years ago

Since Xcode 8 is out, I think it's time to merge it into master. What do you think?

I'll take a look at the swift-3 branch 😉

rugheid commented 7 years ago

Yes, it might be a good idea to make the master branch use swift 3. I'm going to keep the swift 2 version for a while though, there might be people who haven't moved yet.

lfarah commented 7 years ago

I'm helping a lot of libraries of different sizes with this update. What most of them are doing is to keep Swift 3 on master and then have a branch for Swift 2.2 and 2.3

rugheid commented 7 years ago

That's what I was thinking as well... 😀 It's all set now.