odow / DynamicProgramming.jl

A Julia package for Stochastic Dynamic Programming
https://odow.github.io/DynamicProgramming.jl/
Other
26 stars 5 forks source link

Are there any plans to upgrade the project to julia 1.5 or higher? #9

Closed wanqiuchansheng closed 3 years ago

wanqiuchansheng commented 3 years ago

Many thanks to the developers for the excellent work. When I read the code I found that the project is based on julia 0.6, which seems a bit outdated. I tried to upgrade it to julia 1.5, but it didn't work because I wasn't very familiar with julia 0.6. So I wonder if the developers have plans to upgrade it to julia 1.5 or higher?

odow commented 3 years ago

I have no plans to do so.

See also: https://github.com/wanqiuchansheng/sddpy/issues/2

wanqiuchansheng commented 3 years ago

Thank you very much for your advice, I have made changes to the repository based on your suggestions.