| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 1 | -1/+1 |
| | | |||||
| * | Fix black issue. | J08nY | 2023-04-21 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 1 | -43/+16 |
| |\ | |||||
| | * | Move cert name and vendor name normalization functions and share them. | J08nY | 2023-04-11 | 1 | -43/+16 |
| | | | |||||
| * | | replace some ifs with dictionaray setdefault | Adam Janovsky | 2023-04-19 | 1 | -4/+1 |
| | | | |||||
| * | | defer few imports | Adam Janovsky | 2023-04-16 | 1 | -1/+2 |
| |/ | |||||
| * | Drop inheritance from sklearn objects. | J08nY | 2023-02-10 | 1 | -3/+2 |
| | | | | | | | | | It is unused and causes big memory usag spikes on their import due to their inefficient import practice: https://github.com/scikit-learn/scikit-learn/issues/25590 We don't actually use their API anywhere (afaik). | ||||
| * | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 1 | -1/+1 |
| | | |||||
| * | fix some return statements | Adam Janovsky | 2023-02-03 | 1 | -7/+5 |
| | | |||||
| * | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 1 | -2/+2 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -0/+404 |
| - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | |||||
