Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility between versions #5

Closed
3 tasks done
javism opened this issue Jul 14, 2015 · 1 comment
Closed
3 tasks done

Compatibility between versions #5

javism opened this issue Jul 14, 2015 · 1 comment
Assignees

Comments

@javism
Copy link
Contributor

javism commented Jul 14, 2015

Some functions are deprecated depending on Matlab's version. Examples are:

Warning: The RandStream.setDefaultStream static method will be removed in a future release. Use
RandStream.setGlobalStream instead.
But also de ones related to optimin for KDLOR

To propertly fix this we need:

  • To better detect version (improve regular expressions at KDLOR.m)
  • To update code according to version
  • Add makefiles to ensure mex compatibility
@javism
Copy link
Contributor Author

javism commented Nov 9, 2017

a4b71b5 closes this

@javism javism closed this as completed Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants