| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | WiP production-level reference annotation | adamjanovsky | 2023-03-03 | 10 | -137/+495 | |
| | | | | ||||||
| * | | | move data to package, be more explicit about package_data | adamjanovsky | 2023-03-03 | 32 | -0/+92253 | |
| | | | | ||||||
| * | | | adjust pipeline to new annotation format | adamjanovsky | 2023-02-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | more work on PoC reference annotator | adamjanovsky | 2023-02-17 | 2 | -26/+77 | |
| | | | | ||||||
| * | | | PoC reference annotator | Adam Janovsky | 2023-02-17 | 2 | -0/+93 | |
| | |/ |/| | ||||||
| * | | introduce __bool__() on references | Adam Janovsky | 2023-02-16 | 1 | -0/+3 | |
| | | | ||||||
| * | | delete DatasetInternalState __bool__() | Adam Janovsky | 2023-02-16 | 1 | -3/+0 | |
| | | | ||||||
| * | | Fix typo auxillary -> auxiliary. | J08nY | 2023-02-10 | 5 | -78/+78 | |
| | | | ||||||
| * | | Drop inheritance from sklearn objects. | J08nY | 2023-02-10 | 2 | -7/+7 | |
| | | | | | | | | | | | | | | | | | 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 serialize decorator to process_aux_dsets. | J08nY | 2023-02-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Make FIPS cert_id an int. | J08nY | 2023-02-10 | 2 | -8/+6 | |
| | | | ||||||
| * | | Fix FIPS parsing of algorithms from site. | J08nY | 2023-02-09 | 1 | -4/+15 | |
| | | | | | | | | | | | Some newer certs have different format of algo listing: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4392 | |||||
| * | | Fix some failing CC scheme downloads. | J08nY | 2023-02-09 | 2 | -12/+16 | |
| | | | ||||||
| * | | fix json deserialization due to cert path handling | Adam Janovsky | 2023-02-05 | 2 | -11/+81 | |
| | | | ||||||
| * | | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 11 | -51/+29 | |
| | | | ||||||
| * | | pin linter versions, fix some lint problems | Adam Janovsky | 2023-02-03 | 5 | -5/+1 | |
| | | | ||||||
| * | | fix some return statements | Adam Janovsky | 2023-02-03 | 14 | -59/+40 | |
| | | | ||||||
| * | | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 17 | -35/+33 | |
| | | | ||||||
| * | | ruff enforce pathlib | Adam Janovsky | 2023-02-02 | 2 | -22/+25 | |
| | | | ||||||
| * | | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 12 | -24/+18 | |
| | | | ||||||
| * | | replace isort with ruff | Adam Janovsky | 2023-01-27 | 2 | -4/+2 | |
| | | | ||||||
| * | | jsonschema: set min. value of n_threads = -1 (#307)0.1.3 | adamjanovsky | 2023-01-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix/pypdf and cli fixes (#306) | adamjanovsky | 2023-01-10 | 8 | -49/+42 | |
| | | | | | | | | | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1 | |||||
| * | | Fix #304. | J08nY | 2023-01-09 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix/cli arguments (#303) | adamjanovsky | 2023-01-09 | 1 | -38/+43 | |
| |/ | | | | | | | * fix CLI arguments quiet, output * fix performed CLI actions * fix precondition evaluation in CLI | |||||
| * | fix OCR txt_path access | Adam Janovsky | 2022-12-14 | 1 | -2/+6 | |
| | | ||||||
| * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 3 | -15/+11 | |
| | | ||||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 8 | -117/+114 | |
| | | ||||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 7 | -6/+7 | |
| | | ||||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 52 | -0/+11621 | |
| - 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` | ||||||
