microsoft / responsible-ai-toolbox-mitigations

Python library for implementing Responsible AI mitigations.
https://responsible-ai-toolbox-mitigations.readthedocs.io/en/latest/
MIT License
57 stars 6 forks source link

Updated versions for multiple libraries #37

Closed mrfmendonca closed 2 years ago

mrfmendonca commented 2 years ago

This PR updates the version used for multiple libraries used in this repo. The main goal was to update the version used for the SDV library, since it went through multiple versions in the last 6 months. Most importantly, the old SDV version being used was incompatible with numpy 1.22, and the dependabot of this repo was alerting that there were security issues with numpy < 1.22. By updating the SDV library, we are able to update numpy as well.

From SDV v0.13.1 (old version being used) to SDV v0.16.0 (new version being used), there were a few interface changes. Therefore, I had to change a few things in the Synthesizer class to make sure that this class was compatible with SDV 0.16.0.

I also updated the README.md file to include instructions on how to report bugs or ask questions about the library. I used the text that was in the SUPPORT.md file and made a few adjustments. I then removed the SUPPORT.md file.

Finally, this PR removes the .vscode/ folder that was present before.

This PR fixes the following issues: #36 #34 .

codecov[bot] commented 2 years ago

The author of this PR, mrfmendonca, is not an activated member of this organization on Codecov. Please activate this user on Codecov to display this PR comment. Coverage data is still being uploaded to Codecov.io for purposes of overall coverage calculations. Please don't hesitate to email us at support@codecov.io with any questions.