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

Online NMF #2007

Merged
merged 161 commits into from
Jan 17, 2019
Merged

Online NMF #2007

merged 161 commits into from
Jan 17, 2019

Commits on Mar 29, 2018

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

Commits on Mar 30, 2018

  1. Fix variable names

    anotherbugmaster committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    3171be3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    bd325bc View commit details
    Browse the repository at this point in the history
  2. Add benchmark

    anotherbugmaster committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    19b3ba4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

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

Commits on Apr 22, 2018

  1. Update notebook

    anotherbugmaster committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    c54fc92 View commit details
    Browse the repository at this point in the history
  2. Improve model

    1. Improved performance ~4x
    2. LDA-like API
    3. BOW compatibility
    anotherbugmaster committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    6dc9d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0554b7b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    5f4b3d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52fc956 View commit details
    Browse the repository at this point in the history
  3. Fix logger name

    anotherbugmaster committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    ddebcf0 View commit details
    Browse the repository at this point in the history
  4. Add more LDA API

    anotherbugmaster committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    6d0a1b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf430fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df5a6e9 View commit details
    Browse the repository at this point in the history
  7. Fix flakes

    anotherbugmaster committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    25080b4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Cythonize

    anotherbugmaster committed May 2, 2018
    Configuration menu
    Copy the full SHA
    83b1a6b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

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

Commits on Jun 2, 2018

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

Commits on Jun 5, 2018

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

Commits on Jun 12, 2018

  1. Optimize E/M step

    anotherbugmaster committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    e82628d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

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

    anotherbugmaster committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    f19e6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583cb15 View commit details
    Browse the repository at this point in the history
  4. Fix eval_every

    anotherbugmaster committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    fe0ab0a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Return outliers

    anotherbugmaster committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    8e647a1 View commit details
    Browse the repository at this point in the history
  2. Optimizations

    anotherbugmaster committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    89cc803 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbd3099 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    f71ad89 View commit details
    Browse the repository at this point in the history
  2. Fix PEP8

    anotherbugmaster committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    936e629 View commit details
    Browse the repository at this point in the history
  3. Return nmf import

    anotherbugmaster committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    1c3a064 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Revert "Return nmf import"

    This reverts commit 1c3a064
    anotherbugmaster committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    ce4b7ee View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Fix

    anotherbugmaster committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    f8de1d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df9b8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d159779 View commit details
    Browse the repository at this point in the history
  4. Compute metrics

    anotherbugmaster committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    3dcdedc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    f11f2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8216541 View commit details
    Browse the repository at this point in the history
  3. Beat LDA

    anotherbugmaster committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    ee3a7c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3315f2 View commit details
    Browse the repository at this point in the history
  5. Remove redundant arg

    anotherbugmaster committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    3a03ff9 View commit details
    Browse the repository at this point in the history
  6. Add Olivietti faces

    anotherbugmaster committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    70619e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c47ce0 View commit details
    Browse the repository at this point in the history
  8. Add Topics

    anotherbugmaster committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e291664 View commit details
    Browse the repository at this point in the history
  9. Make it pretty

    anotherbugmaster committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    3302b92 View commit details
    Browse the repository at this point in the history
  10. Fix wrapper

    anotherbugmaster committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5616bd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

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

Commits on Aug 31, 2018

  1. Add RandomCorpus

    anotherbugmaster committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    2117c90 View commit details
    Browse the repository at this point in the history
  2. Dense -> sparse

    anotherbugmaster committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    950115d View commit details
    Browse the repository at this point in the history
  3. First doc2dense

    anotherbugmaster committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    54993c6 View commit details
    Browse the repository at this point in the history
  4. Fix csc again

    anotherbugmaster committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    572dc6c View commit details
    Browse the repository at this point in the history
  5. Fix len

    anotherbugmaster committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    d40d89f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Experimenting

    anotherbugmaster committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    7a3ef47 View commit details
    Browse the repository at this point in the history
  2. Revert "Experimenting"

    This reverts commit 7a3ef47.
    anotherbugmaster committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    f94de09 View commit details
    Browse the repository at this point in the history
  3. Fix evaluation

    anotherbugmaster committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    9ed2167 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Sparse speedup

    anotherbugmaster committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    ad9443f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Improve performance

    anotherbugmaster committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    1a04660 View commit details
    Browse the repository at this point in the history
  2. Divide A and B again

    anotherbugmaster committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    87981bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b314c7 View commit details
    Browse the repository at this point in the history
  4. Sparsify W init

    anotherbugmaster committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b024dd6 View commit details
    Browse the repository at this point in the history
  5. Experimenting

    anotherbugmaster committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    35d5406 View commit details
    Browse the repository at this point in the history
  6. New norm

    anotherbugmaster committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    74acb37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b28675 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    588ef6a View commit details
    Browse the repository at this point in the history
  2. Fix residuals bug

    anotherbugmaster committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    8f84758 View commit details
    Browse the repository at this point in the history
  3. W speedup

    anotherbugmaster committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    8a67c44 View commit details
    Browse the repository at this point in the history
  4. Experiment

    anotherbugmaster committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    560f2bf View commit details
    Browse the repository at this point in the history
  5. Revert changes a bit

    anotherbugmaster committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    cac2590 View commit details
    Browse the repository at this point in the history
  6. Fix corpus

    anotherbugmaster committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    060ab28 View commit details
    Browse the repository at this point in the history
  7. Fix init error|

    anotherbugmaster committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    cde937f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66b753f View commit details
    Browse the repository at this point in the history
  9. Resolve conflict

    anotherbugmaster committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    18dbb6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b49d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Configuration menu
    Copy the full SHA
    9c6cbc6 View commit details
    Browse the repository at this point in the history
  2. Merge upstream

    anotherbugmaster committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    b23d016 View commit details
    Browse the repository at this point in the history
  3. Train on wikipedia

    anotherbugmaster committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    74ba37d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    c943264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a489807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a95e345 View commit details
    Browse the repository at this point in the history
  4. Max

    anotherbugmaster committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    0f90484 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Optimizations

    anotherbugmaster committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    6ae43e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    335170b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc8f1b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Add random_state

    anotherbugmaster committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    5c6fe60 View commit details
    Browse the repository at this point in the history
  2. Infer id2word

    anotherbugmaster committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    dd459a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Fix tests

    anotherbugmaster committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    5121d85 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Document __init__

    anotherbugmaster committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    5f4018a View commit details
    Browse the repository at this point in the history
  2. Document whole nmf

    anotherbugmaster committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    dbd8474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5904f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd4b9b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53a02a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Document __init__

    anotherbugmaster committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    937e340 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Fix flake version

    anotherbugmaster committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    26a87bd View commit details
    Browse the repository at this point in the history
  2. Fix flake warning

    anotherbugmaster committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    261c13a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0147afc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ece3c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6409fa View commit details
    Browse the repository at this point in the history
  6. Remove comments

    anotherbugmaster committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    0743624 View commit details
    Browse the repository at this point in the history
  7. Add docstrings

    anotherbugmaster committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    fd8088b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4ba0de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8537eef View commit details
    Browse the repository at this point in the history
  10. Add signature flag

    anotherbugmaster committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    d2e8385 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b72bf39 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Fix flake8

    anotherbugmaster committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    ed080a3 View commit details
    Browse the repository at this point in the history
  2. Fix atol value

    anotherbugmaster committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    67f6e75 View commit details
    Browse the repository at this point in the history
  3. Implement top topics

    anotherbugmaster committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    ee4373d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Add rst files

    anotherbugmaster committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    d01c88c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    8111080 View commit details
    Browse the repository at this point in the history
  2. Fix appveyor issue

    anotherbugmaster committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    3de3646 View commit details
    Browse the repository at this point in the history
  3. Fix cython error

    anotherbugmaster committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    183ea2d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    d2ac199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d664c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9a3577 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    fd0de20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa384f2 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    anotherbugmaster committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    a811c67 View commit details
    Browse the repository at this point in the history
  4. A few fixes

    anotherbugmaster committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    d063a4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8f5d79 View commit details
    Browse the repository at this point in the history
  6. Add blank line

    anotherbugmaster committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    361d160 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e214582 View commit details
    Browse the repository at this point in the history
  8. Fix long line

    anotherbugmaster committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    9527f39 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Add log_perplexity

    anotherbugmaster committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    e1e1168 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

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

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    d1c6e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7927b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6517e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    278fb05 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Add F1

    anotherbugmaster committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a330327 View commit details
    Browse the repository at this point in the history
  2. Remove _solve_r

    anotherbugmaster committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7ba9b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14bfd3 View commit details
    Browse the repository at this point in the history
  4. Identation's back

    anotherbugmaster committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d28aef3 View commit details
    Browse the repository at this point in the history
  5. Optimize optimizers

    anotherbugmaster committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    83ec0f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d25332f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e711d9 View commit details
    Browse the repository at this point in the history
  8. Add docstring

    anotherbugmaster committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    cc3085c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b090b6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e05a1c6 View commit details
    Browse the repository at this point in the history
  11. Fix tests

    anotherbugmaster committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ba8ce1c View commit details
    Browse the repository at this point in the history
  12. Fix flake8

    anotherbugmaster committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    6d78f83 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Add missing test

    anotherbugmaster committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b16c1dd View commit details
    Browse the repository at this point in the history
  2. Code review fixes

    anotherbugmaster committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    7c1e240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    667ae99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    251d5f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a3f358 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c663f33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e15cd4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    3c76171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4941745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d6ebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b1195d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5edec1b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    33ce1a3 View commit details
    Browse the repository at this point in the history
  2. Train on full corpus

    anotherbugmaster committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    1806bf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b9b8ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f1af1d View commit details
    Browse the repository at this point in the history
  5. Add RAM usage stats

    anotherbugmaster committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    38143a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72a02db View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Truncate outputs

    anotherbugmaster committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    7cf80e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72178c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    467a2ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e34b939 View commit details
    Browse the repository at this point in the history