-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from cvs-health/main
v0.3.2 updates
- Loading branch information
Showing
5 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Description | ||
<!--- Provide a general summary of your changes. --> | ||
<!--- Mention related issues, pull requests, or discussions with #<issue/PR/discussion ID>. --> | ||
<!--- Tag people for whom this PR may be of interest using @<username>. --> | ||
|
||
## Contributor License Agreement | ||
<!--- Select all that apply by putting an x between the brackets: [x] --> | ||
- [ ] confirm you have signed the [LangFair CLA](https://forms.office.com/pages/responsepage.aspx?id=uGG7-v46dU65NKR_eCuM1xbiih2MIwxBuRvO0D_wqVFUMlFIVFdYVFozN1BJVjVBRUdMUUY5UU9QRS4u&route=shorturl) | ||
|
||
## Tests | ||
<!--- Select all that apply by putting an x between the brackets: [x] --> | ||
- [ ] no new tests required | ||
- [ ] new tests added | ||
- [ ] existing tests adjusted | ||
|
||
## Documentation | ||
<!--- Select all that apply by putting an x between the brackets: [x] --> | ||
- [ ] no documentation changes needed | ||
- [ ] README updated | ||
- [ ] API docs added or updated | ||
- [ ] example notebook added or updated | ||
|
||
## Screenshots | ||
<!--- If applicable, please add screenshots. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langfair" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
description = "LangFair is a Python library for conducting use-case level LLM bias and fairness assessments" | ||
readme = "README.md" | ||
authors = ["Dylan Bouchard <[email protected]>", | ||
|