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

Add tests for tensorflow and lightgbm models #17

Open
MischaPanch opened this issue Nov 28, 2020 · 2 comments
Open

Add tests for tensorflow and lightgbm models #17

MischaPanch opened this issue Nov 28, 2020 · 2 comments
Labels

Comments

@MischaPanch
Copy link
Collaborator

We might also want to update the dependencies as we should support that latest stable versions of those libs

@opcode81
Copy link
Owner

We can safely update dependencies only if backward compatibility is maintained (no code changes necessary), as otherwise it may break ongoing projects (some of which may not be able to switch to newer versions without a hassle).
What we really need is proper versioning for sensAI... We can switch to newer dependencies with new major versions. (Where needed, we can backport features to older versions.)

@MischaPanch
Copy link
Collaborator Author

I am in the process of adding a script and a bumpversion config that will facilitate releases and versioning. Currently it will support a simple release mechanism by creating tags off develop (I have changed develop to be the default branch) but we can later customize it to our needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants