forked from microsoft/datashaper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Streamline Verb Core Functions, Package Exports (microsoft#747
- Loading branch information
1 parent
e72bc35
commit d101fcd
Showing
154 changed files
with
2,793 additions
and
2,623 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...t-release/major-20240509015515758041.json → ...t-release/patch-20240509015515758041.json
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,4 +1,4 @@ | ||
{ | ||
"type": "major", | ||
"type": "patch", | ||
"description": "schema changes" | ||
} |
2 changes: 1 addition & 1 deletion
2
...t-release/major-20240530233724204309.json → ...t-release/patch-20240530233724204309.json
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,4 +1,4 @@ | ||
{ | ||
"type": "major", | ||
"type": "patch", | ||
"description": "Schema cleanup" | ||
} |
4 changes: 4 additions & 0 deletions
4
python/datashaper/.semversioner/next-release/patch-20240603225052778224.json
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,4 @@ | ||
{ | ||
"type": "patch", | ||
"description": "split verbs from execution-graph boilerplate" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# Copyright (c) Microsoft. All rights reserved. | ||
# Licensed under the MIT license. See LICENSE file in the project. | ||
# | ||
"""Datashaper constants.""" | ||
|
||
DEFAULT_INPUT_NAME = "source" | ||
DEFAULT_OUTPUT_NAME = "result" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.