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

Table spec proposal #64

Closed
wants to merge 35 commits into from
Closed

Commits on Oct 1, 2021

  1. add tables spec draft

    kevinyamauchi committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    4559ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9148a7 View commit details
    Browse the repository at this point in the history
  3. add points spec draft

    kevinyamauchi committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    d3330a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. add spec for axis names

    kevinyamauchi committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    957555f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. remove points spec

    kevinyamauchi authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    f8f2fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c9491 View commit details
    Browse the repository at this point in the history
  3. add layers

    kevinyamauchi authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    8d2d64e View commit details
    Browse the repository at this point in the history
  4. add varm/obsm

    kevinyamauchi authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    d715323 View commit details
    Browse the repository at this point in the history
  5. add obsp/varp

    kevinyamauchi authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    98be5fa View commit details
    Browse the repository at this point in the history
  6. add missing .zarray

    kevinyamauchi authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    bc72166 View commit details
    Browse the repository at this point in the history
  7. add @type

    kevinyamauchi authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    f4a13c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Apply suggestions from code review

    Co-authored-by: Giovanni Palla <giov.pll@gmail.com>
    kevinyamauchi and giovp authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ffdd046 View commit details
    Browse the repository at this point in the history
  2. update uns

    kevinyamauchi authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    0d5636e View commit details
    Browse the repository at this point in the history
  3. add parent

    kevinyamauchi authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    1d59ca4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d91da64 View commit details
    Browse the repository at this point in the history
  5. indices, indptr dtype

    kevinyamauchi authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    4ad6a90 View commit details
    Browse the repository at this point in the history
  6. csc matrix

    kevinyamauchi authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    fac5855 View commit details
    Browse the repository at this point in the history
  7. update table metadata

    kevinyamauchi authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e3f779c View commit details
    Browse the repository at this point in the history
  8. Update index.bs

    kevinyamauchi authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    75fb5e1 View commit details
    Browse the repository at this point in the history
  9. Update latest/index.bs

    Co-authored-by: Isaac Virshup <ivirshup@gmail.com>
    kevinyamauchi and ivirshup authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    00e85c1 View commit details
    Browse the repository at this point in the history
  10. Update latest/index.bs

    Co-authored-by: Isaac Virshup <ivirshup@gmail.com>
    kevinyamauchi and ivirshup authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    5d0b5b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. update var table

    kevinyamauchi authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    fe2cfad View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. update path spec

    kevinyamauchi authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    692464f View commit details
    Browse the repository at this point in the history
  2. typo

    kevinyamauchi authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    cc83a82 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Apply suggestions from @ivirshup

    Co-authored-by: Isaac Virshup <ivirshup@gmail.com>
    kevinyamauchi and ivirshup authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b2de201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    283d21b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf81797 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Jan 8, 2023

  1. add tables metadata

    kevinyamauchi committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    f3e960b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad48296 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. add tables

    giovp committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    55fb1a8 View commit details
    Browse the repository at this point in the history
  2. rename table

    giovp committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    337971b View commit details
    Browse the repository at this point in the history
  3. add my_table consistently

    giovp committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e9f707b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. remove comment

    giovp committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    22844a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from giovp/add-tables-points

    add tables group
    kevinyamauchi authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ea8a622 View commit details
    Browse the repository at this point in the history