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

[builder] normalized layer improvements #884

Merged
merged 20 commits into from
Dec 21, 2023

Commits on Dec 6, 2023

  1. improve normalized layer floating point precision, and correct normal…

    …ized calc for smart-seq assays
    bkmartinjr committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f25883f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix int32 overflow in sparse matrix code

    bkmartinjr committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2324c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b295a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f29275 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    9b11017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e1611 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. add check for tiledb issue 1969

    bkmartinjr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9a6d9cf View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    4a33328 View commit details
    Browse the repository at this point in the history
  2. bump dependency versions

    bkmartinjr committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    044a299 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    2b76d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    654c0e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    1a88854 View commit details
    Browse the repository at this point in the history
  2. work around SOMA bug temporarily

    bkmartinjr committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ddd4410 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    2aba251 View commit details
    Browse the repository at this point in the history
  2. merge with schema-four

    bkmartinjr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8a5822c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    ab9960c View commit details
    Browse the repository at this point in the history
  2. pr feedback

    bkmartinjr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c8fc4bc View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. [builder] port to use enums in schema (#896)

    * first pass at using enum types
    
    * add better error logging for file size assertion
    
    * add feature flag for dict schema fields
    
    * update a few dependencies
    
    * remove debugging print
    
    * update comment
    
    * bump compression level
    
    * pr feedback
    
    * fix typos in comments
    
    * add schema_util tests and fix a bug found by those tests
    
    * lint
    Bruce Martin authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0d9ba30 View commit details
    Browse the repository at this point in the history