Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove datashaper strip code #1574

Merged
merged 26 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c6b658a
Remove most old pipeline running code and update tests
natoverse Dec 31, 2024
96056e9
Restore update functionality
natoverse Dec 31, 2024
201d173
Remove most pipeline config references
natoverse Dec 31, 2024
e6ac3c9
Move workflows up
natoverse Dec 31, 2024
aa47297
Simplify base_text_units naming
natoverse Dec 31, 2024
21e8e2e
Simplify verb test setup
natoverse Dec 31, 2024
d916feb
Simplify table read/write
natoverse Dec 31, 2024
12fa4f7
Remove some pipeline_config refs
natoverse Dec 31, 2024
eb099c1
Remove misc unused utils/functions
natoverse Dec 31, 2024
b72f4d9
Semver
natoverse Dec 31, 2024
58ea8be
Update blog posts (#1571)
AlonsoGuevara Dec 30, 2024
6b079c0
Semver
natoverse Dec 31, 2024
15bea98
Fix filename typo
natoverse Jan 2, 2025
3096d3c
Remove runtime_storage and snapshot
natoverse Jan 2, 2025
fb646a5
Remove unused exporter
natoverse Jan 2, 2025
bb0ecdc
Improve workflow_name reuse
natoverse Jan 2, 2025
a212446
Move derive_from_rows from DataShaper
natoverse Jan 2, 2025
651748b
Migrate callbacks/progress from DataShaper
natoverse Jan 3, 2025
86933c3
Remove unused profiling
natoverse Jan 3, 2025
ad08db8
Remove DataShaper agg helper in create_base_text_units
natoverse Jan 3, 2025
4c507a2
Remove VerbParallelizationError
natoverse Jan 3, 2025
9ab7989
Remove datashaper dep and docs references
natoverse Jan 3, 2025
5299d3d
Chore/gleanings any encoding (#1569)
AlonsoGuevara Jan 2, 2025
2523a46
Basic search implementation (#1563)
gaudyb Jan 2, 2025
a190526
Remove config input models (#1570)
dworthen Jan 2, 2025
236e8ef
Bump ruff from 0.8.4 to 0.8.5 (#1579)
dependabot[bot] Jan 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .semversioner/next-release/minor-20241231213627966329.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "minor",
"description": "Remove old pipeline runner."
}
4 changes: 4 additions & 0 deletions .semversioner/next-release/minor-20241231214323349946.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "minor",
"description": "Remove DataShaper (first steps)."
}
7 changes: 7 additions & 0 deletions docs/blog_posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@
<h6>Published November 25, 2024

By [Darren Edge](https://www.microsoft.com/en-us/research/people/daedge/), Senior Director; [Ha Trinh](https://www.microsoft.com/en-us/research/people/trinhha/), Senior Data Scientist; [Jonathan Larson](https://www.microsoft.com/en-us/research/people/jolarso/), Senior Principal Data Architect</h6>

- [:octicons-arrow-right-24: __Moving to GraphRAG 1.0 – Streamlining ergonomics for developers and users__](https://www.microsoft.com/en-us/research/blog/moving-to-graphrag-1-0-streamlining-ergonomics-for-developers-and-users)
AlonsoGuevara marked this conversation as resolved.
Show resolved Hide resolved

---
<h6>Published December 16, 2024

By [Nathan Evans](https://www.microsoft.com/en-us/research/people/naevans/), Principal Software Architect; [Alonso Guevara Fernández](https://www.microsoft.com/en-us/research/people/alonsog/), Senior Software Engineer; [Joshua Bradley](https://www.microsoft.com/en-us/research/people/joshbradley/), Senior Data Scientist</h6>
</div>
19 changes: 0 additions & 19 deletions examples/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions examples/__init__.py

This file was deleted.

2 changes: 0 additions & 2 deletions examples/custom_input/__init__.py

This file was deleted.

24 changes: 0 additions & 24 deletions examples/custom_input/pipeline.yml

This file was deleted.

46 changes: 0 additions & 46 deletions examples/custom_input/run.py

This file was deleted.

2 changes: 0 additions & 2 deletions examples/single_verb/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/single_verb/input/data.csv

This file was deleted.

12 changes: 0 additions & 12 deletions examples/single_verb/pipeline.yml

This file was deleted.

77 changes: 0 additions & 77 deletions examples/single_verb/run.py

This file was deleted.

2 changes: 0 additions & 2 deletions examples/use_built_in_workflows/__init__.py

This file was deleted.

23 changes: 0 additions & 23 deletions examples/use_built_in_workflows/pipeline.yml

This file was deleted.

118 changes: 0 additions & 118 deletions examples/use_built_in_workflows/run.py

This file was deleted.

Loading
Loading