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

Replace "DataSet" with "Dataset" in Markdown files #2735

Merged
merged 22 commits into from
Aug 18, 2023

Commits on Jun 27, 2023

  1. LambdaDataSet->LambdaDataset in .md files

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    74a98f5 View commit details
    Browse the repository at this point in the history
  2. MemoryDataSet->MemoryDataset in .md files

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4a172cd View commit details
    Browse the repository at this point in the history
  3. PartitionedDataSet->PartitionedDataset in .md files

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c881154 View commit details
    Browse the repository at this point in the history
  4. IncrementalDataSet->IncrementalDataset in .md files

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8136be0 View commit details
    Browse the repository at this point in the history
  5. CachedDataSet->CachedDataset in .md files

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    35f3e78 View commit details
    Browse the repository at this point in the history
  6. DataSetError->DatasetError in .md files

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    942d7cd View commit details
    Browse the repository at this point in the history
  7. DataSetNotFoundError->DatasetNotFoundError in .md files

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7ebe6c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4156fef View commit details
    Browse the repository at this point in the history
  9. Update RELEASE.md

    deepyaman authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    eff96f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    e46fc4f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    082c3de View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    7565519 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    8a6e502 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    212b7d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Fix remaining instance of "*DataSet*"->"*Dataset*"

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    715d140 View commit details
    Browse the repository at this point in the history
  2. `find . -name '*.md' -print0 | xargs -0 sed -i "" "s/\([^A-Za-z]\)Dat…

    …aSet/\1Dataset/g"`
    
    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e9dee82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2c7b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    94dd319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba7503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76732ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65f84c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aefbe54 View commit details
    Browse the repository at this point in the history