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

fill, docstring, istypes, benchmark #30

Merged
merged 19 commits into from
Aug 22, 2023

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    4cd5c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a44833d View commit details
    Browse the repository at this point in the history
  3. couple other doc string fixes.

    drizk1 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    872ca9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb96427 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a87f8d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    f84801b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f2a5f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9958b9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e444d2 View commit details
    Browse the repository at this point in the history
  5. small docstring fixes

    drizk1 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    d13e258 View commit details
    Browse the repository at this point in the history
  6. refined fill macro and fxns.

    drizk1 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    518f011 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Rewrote @slice_sample() to accept n, prop, and replace argume…

    …nts.
    Karandeep Singh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cf48a2c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/TidierOrg/TidierData.jl int…

    …o pr/drizk1/30
    Karandeep Singh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    46fa894 View commit details
    Browse the repository at this point in the history
  3. Cleaned up docstrings, moved drop_missing() and fill_missing() to…

    … a new file. Updated NEWS.md. Bumped version to 0.11.0.
    Karandeep Singh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0dd651e View commit details
    Browse the repository at this point in the history
  4. Set cache-registries to false in the GitHub workflow.

    Karandeep Singh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5874c65 View commit details
    Browse the repository at this point in the history
  5. Removed line re-exporting Random package.

    Karandeep Singh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    259a945 View commit details
    Browse the repository at this point in the history
  6. Updated syntax of @fill_missing() to accept comma-separated columns…

    … instead of tuples or arrays.
    Karandeep Singh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4125f84 View commit details
    Browse the repository at this point in the history
  7. Added is_* functions to do-not-vectorize list.

    Updated slurping to be compatible with older versions of Julia.
    Karandeep Singh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1ed4eac View commit details
    Browse the repository at this point in the history
  8. Updated README.md, NEWS.md and index.md in prep for release.

    Karandeep Singh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    559503c View commit details
    Browse the repository at this point in the history