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

Initial release of lava-dnf v0.1.0 #8

Merged
merged 121 commits into from
Nov 29, 2021
Merged

Initial release of lava-dnf v0.1.0 #8

merged 121 commits into from
Nov 29, 2021

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    c65034c View commit details
    Browse the repository at this point in the history
  2. Removed 'lib' from gitignore

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    475a96e View commit details
    Browse the repository at this point in the history
  3. Added Population Process and shape validation

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    758ff16 View commit details
    Browse the repository at this point in the history
  4. Added Population SubProcessModel

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    bd2c0e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d67a5fb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Unit test that executes a Population

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    bfe5271 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Modified Population ProcessModel unit test to use get_src_ports/get_d…

    …st_ports
    
    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f12829c View commit details
    Browse the repository at this point in the history
  2. Added convenience function num_neurons()

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    60df0a8 View commit details
    Browse the repository at this point in the history
  3. Added first version of connect() function

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c8de0a9 View commit details
    Browse the repository at this point in the history
  4. Added missing __init__ file

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    04c25ae View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Added num_dims function

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    08051dd View commit details
    Browse the repository at this point in the history
  2. Added configuration functionality to operations

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    920a9ac View commit details
    Browse the repository at this point in the history
  3. Added basic configuration of operations in connect()

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1803c21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e08750e View commit details
    Browse the repository at this point in the history
  5. Refactored connect unit tests

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6a607dd View commit details
    Browse the repository at this point in the history
  6. Added check for multiple operations that change shape (not yet implem…

    …ented)
    
    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    498238b View commit details
    Browse the repository at this point in the history
  7. Weights are computed for all operations

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a2ce8a9 View commit details
    Browse the repository at this point in the history
  8. Fixed linter error

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    34fcadc View commit details
    Browse the repository at this point in the history
  9. Unit testing only against the public API of connect

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    7d7eafe View commit details
    Browse the repository at this point in the history
  10. Doc strings for operations module

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    17526b0 View commit details
    Browse the repository at this point in the history
  11. Added exception for misconfigured operations

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    534348e View commit details
    Browse the repository at this point in the history
  12. Refactored validation of operations using exceptions rather than bool…

    …ean returns
    
    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    61bffd3 View commit details
    Browse the repository at this point in the history
  13. Added Weights operation

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e678df6 View commit details
    Browse the repository at this point in the history
  14. Unit test for computing weights now covers shapes of 0d-3d

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b56a5a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Major rewrite of operations; now supporting multiple operations that …

    …change shape.
    
    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    2b5ec5b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Added ReduceDims Operation

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    67bd6c9 View commit details
    Browse the repository at this point in the history
  2. Removed redundant unit test for connect function

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a3a1c2d View commit details
    Browse the repository at this point in the history
  3. Added AbstractExpandDimsOperation

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    105de94 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Added ExpandDims Operation

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8dc5ed2 View commit details
    Browse the repository at this point in the history
  2. Refactored projection function to simplify interface

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4d6e821 View commit details
    Browse the repository at this point in the history
  3. Added Reorder Operation (wip, some redesign required)

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    53e1f5e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Rough draft of inputs module

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7e6754f View commit details
    Browse the repository at this point in the history
  2. Refactored operations, extracting the handling of shapes

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    bd92bd2 View commit details
    Browse the repository at this point in the history
  3. Added acceptance tests in tests/acceptance; moved unit tests to tests…

    …/unit
    
    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    578a4ed View commit details
    Browse the repository at this point in the history
  4. Moved operation enums into separate module

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f62f1ce View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Minor changes to docstrings

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    dc68507 View commit details
    Browse the repository at this point in the history
  2. Added additional top-level 'src' directory and 'lava' directory under…

    … 'tests'
    
    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b9f68be View commit details
    Browse the repository at this point in the history
  3. GaussInputPattern + SpikeInputGenerator + BiasInputGenerator and draf…

    …t Source Processes
    Ghassen Karray committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f8a318d View commit details
    Browse the repository at this point in the history
  4. updating .gitignore

    Ghassen Karray committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    854c30a View commit details
    Browse the repository at this point in the history
  5. Cosmetics on imports

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    16a4acb View commit details
    Browse the repository at this point in the history
  6. Added is_odd() helper function

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    af49421 View commit details
    Browse the repository at this point in the history
  7. Added BorderType enum

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c657632 View commit details
    Browse the repository at this point in the history
  8. Fixed docstrings

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9f32604 View commit details
    Browse the repository at this point in the history
  9. Added rudimentary Kernel class to support development of Convolution …

    …operation
    
    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e2f6c37 View commit details
    Browse the repository at this point in the history
  10. Added Convolution operation

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f66229b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Merge remote-tracking branch 'origin/porting_core' into inputs

    # Conflicts:
    #	src/lava/lib/dnf/inputs/__init__.py
    #	src/lava/lib/dnf/inputs/bias_source/__init__.py
    #	src/lava/lib/dnf/inputs/bias_source/models.py
    #	src/lava/lib/dnf/inputs/bias_source/process.py
    #	src/lava/lib/dnf/inputs/inputs.py
    #	src/lava/lib/dnf/inputs/spike_source/__init__.py
    #	src/lava/lib/dnf/inputs/spike_source/models.py
    #	src/lava/lib/dnf/inputs/spike_source/process.py
    #	tests/lava/lib/dnf/unit/inputs/__init__.py
    #	tests/lava/lib/dnf/unit/inputs/bias_source/__init__.py
    #	tests/lava/lib/dnf/unit/inputs/bias_source/test_models.py
    #	tests/lava/lib/dnf/unit/inputs/bias_source/test_process.py
    #	tests/lava/lib/dnf/unit/inputs/spike_source/__init__.py
    #	tests/lava/lib/dnf/unit/inputs/spike_source/test_models.py
    #	tests/lava/lib/dnf/unit/inputs/spike_source/test_process.py
    #	tests/lava/lib/dnf/unit/inputs/test_inputs.py
    gkarray committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    357392d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/mathisrichter/lava-dnf into…

    … porting_core
    
    � Conflicts:
    �	src/lava/lib/dnf/README.md
    mathisrichter committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cb56490 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Fixed linter warnings

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    6668899 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Fixed security linter error

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    68cb343 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    b13b77b View commit details
    Browse the repository at this point in the history
  2. Updated CI/CD based on lava-optimization

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    da4a048 View commit details
    Browse the repository at this point in the history
  3. Added pybuilder dependency

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4804bf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. First draft of a DNF 101 tutorial

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    56e5bbc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Added gauss() function

    mathisrichter committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    daaae07 View commit details
    Browse the repository at this point in the history
  2. Added SelectiveKernel

    mathisrichter committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    af8e2db View commit details
    Browse the repository at this point in the history
  3. Fixed linter error

    mathisrichter committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    11776e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a2c65c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Added MultiPeakKernel

    mathisrichter committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    21ad7cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15004cf View commit details
    Browse the repository at this point in the history
  3. SpikeInput refactoring (wip)

    gkarray committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    ed33e22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f4d9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e293c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d29453e View commit details
    Browse the repository at this point in the history
  7. Updated the DNF 101 tutorial

    This makes assumptions about future changes to inputs and monitors.
    mathisrichter committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2799e4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9363bf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Documentation + refactor GaussPattern param validation + fixing linti…

    …ng errors.
    gkarray committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    4b03cb1 View commit details
    Browse the repository at this point in the history
  2. Restructuring inputs directory

    gkarray committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    03f90b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Unit testing.

    gkarray committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    6401891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dee2fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    040f45f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from mathisrichter/inputs

    Added spike input generator
    mathisrichter committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bd576a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fdf340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1186f84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7de0ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab18ca6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95a1c49 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    4ddcad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed12ebd View commit details
    Browse the repository at this point in the history
  3. Fixed non-determinism in unit tests (#3)

    Co-authored-by: gkarray <[email protected]>
    gkarray and gkarray committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3a60860 View commit details
    Browse the repository at this point in the history
  4. Update requirements.txt (#2)

    mgkwill committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    71379ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7be279 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81a812a View commit details
    Browse the repository at this point in the history
  7. Fixed bugs in tutorial

    mathisrichter committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a752f9a View commit details
    Browse the repository at this point in the history
  8. Update requirements.txt

    mgkwill committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6b4b7be View commit details
    Browse the repository at this point in the history
  9. Update build.py

    Add project.build_depends_on("lava", url="git+https://github.com/lava-nc/lava.git) to build.py
    mgkwill committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    55aee00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41ab4e3 View commit details
    Browse the repository at this point in the history
  11. Update ci-build.yml

    mgkwill committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    07407dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6541284 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95ee832 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23c3c6e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    56b0ce2 View commit details
    Browse the repository at this point in the history
  2. Capitalized comments

    mathisrichter committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    39e6789 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4333c3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166dc92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c7ded0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'v0.1.0' of https://github.com/mathisrichter/lava-dnf in…

    …to v0.1.0
    gkarray committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    7e149a0 View commit details
    Browse the repository at this point in the history
  7. Update ci-build.yml

    mgkwill committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    0127fab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1df1101 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94e4a37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b65d2f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d39493 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    6067133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d819a27 View commit details
    Browse the repository at this point in the history
  3. Docstring cosmetics

    mathisrichter committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    513fe30 View commit details
    Browse the repository at this point in the history
  4. Minor correction in RateCodeSpikeGen + restructure and unit testing p…

    …lotting.py
    gkarray committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    a7bd075 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'v0.1.0' of https://github.com/mathisrichter/lava-dnf in…

    …to v0.1.0
    
    � Conflicts:
    �	src/lava/lib/dnf/utils/plotting.py
    gkarray committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    e263766 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a29c07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25bd88e View commit details
    Browse the repository at this point in the history
  8. Fixed linter errors

    mathisrichter committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    f067d8d View commit details
    Browse the repository at this point in the history
  9. Homogenizing asserts in plotting's unit tests.

    gkarray committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    3af9322 View commit details
    Browse the repository at this point in the history
  10. Reverting plotting functions to old (num_time_steps, num_neurons) sha…

    …pe convention
    gkarray committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    1af9605 View commit details
    Browse the repository at this point in the history
  11. Refactoring tutorial_dnf_regimes.ipynb

    gkarray committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    865431d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ad708a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Updated tutorials

    mathisrichter committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    f5c4bf7 View commit details
    Browse the repository at this point in the history
  2. Adding animated plot for dnf_regimes tutorial

    gkarray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    310549d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v0.1.0' of https://github.com/mathisrichter/lava-dnf in…

    …to v0.1.0
    gkarray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    3fa2f3d View commit details
    Browse the repository at this point in the history
  4. Fixing linter errors.

    gkarray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    d12397d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b2fba2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Fixed unit tests that needed changes but were blocked by PR #96

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    bb7441b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    0468ae6 View commit details
    Browse the repository at this point in the history
  2. Fixed typo in tutorial

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    9637982 View commit details
    Browse the repository at this point in the history