Files
wehub-resource-sync 6b7e6b44f1
Python Build and Type Check / python-ci (ubuntu-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
gh-pages / build (push) Has been cancelled
Python Publish (pypi) / Upload release to PyPI (push) Has been cancelled
Spellcheck / spellcheck (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:37:31 +08:00

50 lines
1.4 KiB
JSON

{
"changes": [
{
"description": "Add CSVTableProvider",
"type": "patch"
},
{
"description": "Add DataReader class for typed dataframe loading from TableProvider across indexing workflows and query CLI",
"type": "patch"
},
{
"description": "Add TableProvider abstraction for table-based storage operations",
"type": "patch"
},
{
"description": "Add async iterator support to InputReader and use it in load_input_documents and load_update_documents workflows.",
"type": "patch"
},
{
"description": "Add table provider factory.",
"type": "patch"
},
{
"description": "Fix missed py 3.13.",
"type": "patch"
},
{
"description": "Move document ID, human_readable_id, and raw_data initialization from create_final_documents into load_input_documents and load_update_documents.",
"type": "patch"
},
{
"description": "Remove NetworkX dependency from graph utilities; move to DataFrame-based implementations in graphrag.graphs package.",
"type": "patch"
},
{
"description": "Remove unnecessary response format check. Fixes: #2203",
"type": "patch"
},
{
"description": "add profiling to get memory usage",
"type": "patch"
},
{
"description": "update notebooks",
"type": "patch"
}
],
"created_at": "2026-02-13T18:01:44+00:00",
"version": "3.0.2"
}