Removing dependency of DataFrames.jl
The branch removedf my attempt to remove the dependency of DataFrames.jl
https://github.com/jbytecode/JMcDM/tree/removedf
All of the methods work with a decision matrix and DataFrames serves a user-friendly representation - which is indeed not really required.
@jmejia8
the branch removedf is merged into the main and ready for the latest tests.
v0.7.0 of JMcDM is out!
- Requires.jl is the single dependency.
@jmejia8
Nice! I just installed it and the precompilation stage is too fast ⚡️
Thanks for improving this useful package 📦
Integration its latest version with Metaheristics.jl requires minor changes.
~Revise.jl~ Requires.jl is the single dependency.
I'll update Metaheuristics.jl ASAP 🔄
Thank you! (and as you corrected, I wanted to reference Requires.jl rather than the Revise.jl which is another package I like to use in package development).