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

Additional Master branch changes, Update to travis.yml #238

Merged
merged 4 commits into from
Jan 21, 2021

Commits on Jan 21, 2021

  1. Matplotlib rendering option (lux-org#198)

    * update export tutorial to add explanation for standalone argument
    
    * minor fixes and remove cell output in notebooks
    
    * added contributing doc
    
    * fix bugs and uncomment some tests
    
    * remove raise warning
    
    * remove unnecessary import
    
    * split up rename test into two parts
    
    * fix setting warning, fix data_type bugs and add relevant tests
    
    * remove ordinal data type
    
    * add test for small dataframe resetting index
    
    * add loc and iloc tests
    
    * fix attribute access directly to dataframe
    
    * add small changes to code
    
    * added test for qcut and cut
    
    * add check if dtype is Interval
    
    * added qcut test
    
    * fix Record KeyError
    
    * add tests
    
    * take care of reset_index case
    
    * small edits
    
    * add data_model to column_group Clause
    
    * small edits for row_group
    
    * fixes to row group
    
    * basic matplotlib chart example
    
    * add config for start and cap for samples
    
    * finish sampling config and tests
    
    * black formatting
    
    * add documentation for sampling config
    
    * remove small added issues
    
    * minor changes to docs
    
    * migrate register default action to init
    
    * config class
    
    * oop png
    
    * implement heatmap flag and add tests
    
    * black formatting and documentation edits
    
    * all except hist
    
    * hist works
    
    * heatmap
    
    * only axis
    
    * added code
    
    * heatmap works
    
    * heatmap works
    
    * bar chart lim
    
    * everything works
    
    * add global var
    
    * ui refine
    
    * adjust comments
    
    * black reformat
    
    * add pd.io equalities for DataFrames
    
    * black reformat
    
    * matplotlib tests
    
    * reformat and req
    
    * add one default test
    
    * black format
    
    * removed .coverage; fixed typos; add nan import; add fig display statement
    
    * doc and font size
    
    * remove ipy
    
    * color and check code not yet
    
    * remove print
    
    * all outputs
    
    * update docs
    
    * color channels work
    
    * add titles
    
    * rm
    
    * all exports work
    
    * add tests
    
    * increase size
    
    * leg size
    
    * reformat
    
    * abbrev axis
    
    * remove bin
    
    * no warning
    
    * improve ui
    
    * init for runtime
    
    * merge
    
    * plot config matplotlib
    
    * add documentation
    
    * close fig to save mem
    
    * small change
    
    * mem
    
    * split tests
    
    * reformat
    
    * font
    
    * ui changes
    
    * make scatter narrow
    
    * matplotlib abbrev
    
    * matplotlib abbrev
    
    Co-authored-by: Kunal Agarwal <kagarwal2@berkeley.edu>
    Co-authored-by: Doris Lee <dorisjunglinlee@gmail.com>
    Co-authored-by: Kunal Agarwal <32151899+westernguy2@users.noreply.github.com>
    Co-authored-by: Caitlyn Chen <caitlynachen@berkeley.edu>
    Co-authored-by: Ujjaini Mukhopadhyay <ujjaini@berkeley.edu>
    6 people committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    9ade6dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a96c55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daf9c83 View commit details
    Browse the repository at this point in the history
  4. Update test_vis.py

    fixed test that was missing df initialization
    19thyneb committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5d9a999 View commit details
    Browse the repository at this point in the history