Skip to content

Commit 7b4b359

Browse files
authored
Merge pull request #33 from py-why/metadata-update
Updated metadata for release readiness
2 parents e9124f7 + 14c72bf commit 7b4b359

File tree

4 files changed

+17
-40
lines changed

4 files changed

+17
-40
lines changed

.all-contributorsrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"files": [
3-
"README.md"
3+
"CONTRIBUTING.md"
44
],
55
"imageSize": 100,
66
"commit": false,
@@ -30,6 +30,6 @@
3030
"skipCi": true,
3131
"repoType": "github",
3232
"repoHost": "https://github.com",
33-
"projectName": "pywhy-llm",
33+
"projectName": "pywhyllm",
3434
"projectOwner": "py-why"
3535
}

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
1010
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1111
<!-- prettier-ignore-start -->
1212
<!-- markdownlint-disable -->
13+
<table>
14+
<tbody>
15+
<tr>
16+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/grace-sng7"><img src="https://avatars.githubusercontent.com/u/108954669?v=4?s=100" width="100px;" alt="Grace Sng"/><br /><sub><b>Grace Sng</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=grace-sng7" title="Code">💻</a></td>
17+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RoseDeSicilia26"><img src="https://avatars.githubusercontent.com/u/72463845?v=4?s=100" width="100px;" alt="Rose De Sicilia"/><br /><sub><b>Rose De Sicilia</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=RoseDeSicilia26" title="Code">💻</a></td>
18+
</tr>
19+
</tbody>
20+
</table>
1321

1422
<!-- markdownlint-restore -->
1523
<!-- prettier-ignore-end -->
1624

1725
<!-- ALL-CONTRIBUTORS-LIST:END -->
1826

19-
2027
## Contributing Guide
2128

2229
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. This Project welcomes contributions, suggestions, and feedback. All contributions, suggestions, and feedback you submitted are accepted under the [Project's license](./LICENSE). You represent that if you do not own copyright in the code that you have the authority to submit it under the [Project's license](./LICENSE). All feedback, suggestions, or contributions are not confidential.

README.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ For detailed usage instructions and tutorials, refer to [Notebook](link_here).
1717
To install PyWhy-LLM, you can use pip:
1818

1919
```bash
20-
pip install pywhy-llm
20+
pip install pywhyllm
2121
```
2222

2323
## Usage
2424

2525
PyWhy-LLM seamlessly integrates into your existing causal inference process. Import the necessary classes and start exploring the power of LLM-augmented causal analysis.
2626

2727
```python
28-
from pywhy-llm import ModelSuggester, IdentificationSuggester, ValidationSuggester
28+
from pywhyllm import ModelSuggester, IdentificationSuggester, ValidationSuggester
2929

3030
```
3131

@@ -89,37 +89,7 @@ plt.show()
8989

9090
```
9191

92-
## License
93-
94-
PyWhy-LLM is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
95-
96-
## Contact
97-
98-
For any questions, feedback, or inquiries, please reach out to [Emre Kiciman](mailto:[email protected]) and [Rose De Sicilia](mailto:[email protected]).
99-
100-
---
101-
102-
By leveraging LLMs and formalizing human-LLM collaboration, PyWhy-LLM takes causal inference to new heights. Explore its potential and join us in making causal analysis more accessible and insightful.
103-
10492
## Contributors ✨
93+
This project welcomes contributions and suggestions. For a guide to contributing and a list of all contributors, check out [CONTRIBUTING.md](https://github.com/py-why/pywhyllm/blob/main/CONTRIBUTING.md>). Our contributor code of conduct is available [here](https://github.com/py-why/governance/blob/main/CODE-OF-CONDUCT.md>).
10594

106-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
107-
108-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
109-
<!-- prettier-ignore-start -->
110-
<!-- markdownlint-disable -->
111-
<table>
112-
<tbody>
113-
<tr>
114-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/grace-sng7"><img src="https://avatars.githubusercontent.com/u/108954669?v=4?s=100" width="100px;" alt="Grace Sng"/><br /><sub><b>Grace Sng</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=grace-sng7" title="Code">💻</a></td>
115-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RoseDeSicilia26"><img src="https://avatars.githubusercontent.com/u/72463845?v=4?s=100" width="100px;" alt="Rose De Sicilia"/><br /><sub><b>Rose De Sicilia</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=RoseDeSicilia26" title="Code">💻</a></td>
116-
</tr>
117-
</tbody>
118-
</table>
119-
120-
<!-- markdownlint-restore -->
121-
<!-- prettier-ignore-end -->
122-
123-
<!-- ALL-CONTRIBUTORS-LIST:END -->
124-
125-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
95+
If you encounter an issue or have a specific request for DoWhy, please [raise an issue](https://github.com/py-why/pywhyllm/issues).

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ description = "PyWhyLLM enables usage of large language models in the causal inf
1010
authors = ["PyWhy Community <[email protected]>"]
1111
maintainers = []
1212
license = "MIT"
13-
documentation = "https://py-why.github.io/pywhyllm"
14-
repository = "https://github.com/py-why/pywhyllm"
13+
documentation = "https://py-why.github.io/pywhy-llm"
14+
repository = "https://github.com/py-why/pywhy-llm"
1515
classifiers = [
1616
'Development Status :: 4 - Beta',
1717
'License :: OSI Approved :: MIT License',
@@ -52,7 +52,7 @@ files = ["pywhyllm/__init__.py"]
5252
[tool.poetry.dependencies]
5353
python = ">=3.8.1,<3.13"
5454
networkx = ">=2.8.5"
55-
guidance = ">=0.1.5"
55+
guidance = ">=0.2"
5656

5757
[tool.poetry.group.dev.dependencies]
5858
poethepoet = "^0.16.0"

0 commit comments

Comments
 (0)