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

Move non-SMAWK code and unit tests out of lib and into separate modules #45

Merged
merged 2 commits into from
Aug 23, 2020

Conversation

mgeisler
Copy link
Owner

This moves the alternative implementations the column- and row-minima functions into separate modules. The plan is to make the modules optional later.

These functions are mainly there for testing purposes so the code
should not sit around next to the main code.

This is a step towards the goal of not depending on ndarray.
This makes it easier for us to make the rest of the code independent
of ndarray.
@mgeisler mgeisler merged commit c809226 into master Aug 23, 2020
@github-actions github-actions bot mentioned this pull request Sep 2, 2020
@mgeisler mgeisler deleted the split-into-modules branch January 30, 2021 15:47
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

Successfully merging this pull request may close these issues.

1 participant