Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. build(deps): bump urllib3 from 1.26.16 to 1.26.17

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.16...1.26.17)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cpcloud committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    aa49e65 View commit details
    Browse the repository at this point in the history
  2. chore: relock

    cpcloud committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    587f9f9 View commit details
    Browse the repository at this point in the history
  3. chore(deps): pre-commit.ci autoupdate

    updates:
    - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
    pre-commit-ci[bot] authored and cpcloud committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8fd6045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e054d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cd9082 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    752e587 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    840f59c View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump pillow from 10.0.0 to 10.0.1

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.0.0...10.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    daa7b64 View commit details
    Browse the repository at this point in the history
  3. chore: relock

    cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e7e8da2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e45194 View commit details
    Browse the repository at this point in the history
  5. docs: add more examples to Table.select()

    This is to make these other APIs more discoverable.
    NickCrews authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    735bbd0 View commit details
    Browse the repository at this point in the history
  6. docs: add "similar to pandas ..." to docstrings

    make these more easily findable/understandable
    by pandas users
    NickCrews authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cd7be29 View commit details
    Browse the repository at this point in the history
  7. docs: improve Table.columns docstring

    Before it could be interpreted that this
    returned Column objects. But it just returns
    string names of the columns.
    
    Per review comment, I'm not putting in the full
    `list[str]` type annotation because it should get
    rendered in quartodoc, it just isn't.
    NickCrews authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d50558b View commit details
    Browse the repository at this point in the history
  8. docs: add basic intro docstring to Table class

    This is such a central class that it should have a docstring.
    NickCrews authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1a68f31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be8938f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b686e8 View commit details
    Browse the repository at this point in the history
  11. docs: improve .between() docstring

    NickCrews authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a086134 View commit details
    Browse the repository at this point in the history
  12. docs: improve .case() and .cases() docstrings

    the one set of examples wasn't rendering because
    interactive mode was off, and it wasn't
    very useful anyway because it wasn't
    acting on concrete data.
    NickCrews authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7fc89e8 View commit details
    Browse the repository at this point in the history
  13. docs: fixup link

    NickCrews authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d4c97b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    649480c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b43792f View commit details
    Browse the repository at this point in the history
  16. style: fix lints

    dlovell authored and cpcloud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    72e002d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5d7822c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    9465b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063cfba View commit details
    Browse the repository at this point in the history
  3. docs: add .nullif() example

    NickCrews authored and cpcloud committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6d405df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43b798c View commit details
    Browse the repository at this point in the history
  5. docs: add example to Value.hash()

    NickCrews authored and cpcloud committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    501ae92 View commit details
    Browse the repository at this point in the history
  6. docs: add examples to Value.typeof()

    NickCrews authored and cpcloud committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c146381 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    ff224c5 View commit details
    Browse the repository at this point in the history
  2. test(perf): run all tpch queries in a single process to avoid high me…

    …mory usage and multiple data loads
    cpcloud committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    dd056f7 View commit details
    Browse the repository at this point in the history
  3. feat(api): allow selectors in order_by

    cpcloud authored and kszucs committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    359fd5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c26e48b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c7a9b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    694ebb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb1dc65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c2da6c View commit details
    Browse the repository at this point in the history
  4. feat(ux): fix long links, add repr links in vscode

    Before, long links would take you to the truncated version, eg
    https://www.super.long.url.that.is.trucated.com
    would both display and link to
    https://www.super.long.url.tha...
    
    Now it just renders as that, but links to the full url.
    
    This also makes links render in vscode notebook environment.
    Before, links were rendering correctly in ipython console.
    But, they weren't
    showing up as links in vscode notebook environment either.
    This commit adds vscode functionality.
    NickCrews authored and cpcloud committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    734bd91 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. docs: add deprecation to .nullifzero docstring

    Although users got a deprecationWarning
    whenever they used these in code,
    in the docs there is no
    indication they are deprecated.
    NickCrews authored and cpcloud committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    8502e81 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    2cbca74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815c12f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ed313c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c60146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13cbce0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e1e732 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    983e23e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6889543 View commit details
    Browse the repository at this point in the history
  9. chore(duckdb): remove test

    cpcloud committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1beb86c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32b7cf9 View commit details
    Browse the repository at this point in the history