Closed yonatank93 closed 2 years ago
And do we want to bump up the version to 0.1.0 or 1.0.0? Currently it is version 0.0.1.
For the last commit above, I think it will be useful for other users if we upload this package to Pypi, so they can do pip install mbam
to install this package. But in case we couldn't do it before the presentation, I removed the documentation about installation via pip so it won't mislead users.
Will you please also increment the version number?
@mktranstrum Would the new version number be 0.1.0 or 1.0.0?
0.1.0
Done. And do we want to upload this package to Pypi too, so other people can do pip install mbam
?
Is there any reason not to include a pip install at this point?
I haven't uploaded this package to Pypi yet. I want to make sure it works first before doing that and adding pip install
to README.
Please do all the checks before adding pip install.
Will do. So far this version passes all the tests we have. Is there anything else that I should do?
@mktranstrum I added test for the parameterspacenorm flag based on your suggestion. I checked that this current version pass all the tests.
I also updated some documentations and tests related to this change.