Open Keno opened 10 years ago
Once 0.3 is release I want to replace the list of type parameters by a single tuple. This will allow the code to be slightly simpler. https://github.com/loladiro/SIUnits.jl/commit/846beb8682b85c19ec86c876c21128afe95c5975 moves in that direction as far as I can without breaking backwards compatibility with 0.2.
This seems like it would help a lot with dispatch, especially #86.
Once 0.3 is release I want to replace the list of type parameters by a single tuple. This will allow the code to be slightly simpler. https://github.com/loladiro/SIUnits.jl/commit/846beb8682b85c19ec86c876c21128afe95c5975 moves in that direction as far as I can without breaking backwards compatibility with 0.2.