| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update CONTRIBUTING with new uv instructions. | J08nY | 2025-11-19 | 1 | -12/+27 |
| | | |||||
| * | Move away from pip-tools and use uv. | J08nY | 2025-11-17 | 1 | -7/+7 |
| | | | | | | | | | | | uv is all the rage. No, but really. The pip-compile approach does not work cross-platform or cross-python version (sometimes it does, but not always). In comparison and uv lockfile is universal and cross-platform: https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile This should help make our install easier and more robust. | ||||
| * | Move flaky remote tests into "scheduled" workflow. | J08nY | 2025-02-27 | 1 | -10/+19 |
| | | |||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 1 | -1/+1 |
| | | |||||
| * | revert spacy model download installation | Adam Janovsky | 2024-02-20 | 1 | -4/+1 |
| | | |||||
| * | document reference context inference | Adam Janovsky | 2024-02-20 | 1 | -1/+1 |
| | | |||||
| * | spacy model download now with pip | Adam Janovsky | 2024-02-20 | 1 | -3/+6 |
| | | |||||
| * | switch black -> ruff format | Adam Janovsky | 2023-11-10 | 1 | -3/+1 |
| | | |||||
| * | introduce all_requirements.txt | adamjanovsky | 2023-10-18 | 1 | -1/+2 |
| | | |||||
| * | final commit | Adam Janovsky | 2023-02-04 | 1 | -3/+4 |
| | | |||||
| * | replace pyupgrade with ruff | Adam Janovsky | 2023-01-27 | 1 | -2/+1 |
| | | |||||
| * | replace flake8 with ruff | Adam Janovsky | 2023-01-27 | 1 | -4/+2 |
| | | |||||
| * | delete draft release action (not used) | Adam Janovsky | 2022-12-14 | 1 | -5/+2 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -2/+1 |
| | | | | | | | - 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` | ||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 1 | -0/+2 |
| | | | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints | ||||
| * | Docs: autodoc, model package docs | Adam Janovsky | 2022-05-20 | 1 | -1/+8 |
| | | |||||
| * | update notes | Adam Janovsky | 2022-05-01 | 1 | -1/+1 |
| | | |||||
| * | add simple installation instr. and quickstart | Adam Janovsky | 2022-04-26 | 1 | -6/+1 |
| | | |||||
| * | . | Adam Janovsky | 2022-04-26 | 1 | -4/+19 |
| | | |||||
| * | link external docs sources, introduce myst | Adam Janovsky | 2022-04-25 | 1 | -9/+9 |
| | | |||||
| * | docs to new requirements | Adam Janovsky | 2022-04-04 | 1 | -1/+8 |
| | | |||||
| * | Refactor/pdftotext as library (#183) | adamjanovsky | 2022-04-04 | 1 | -2/+12 |
| | | | | | | | | - Update Docker Ubuntu to 22.04 - Test pipeline now installs fresh Poppler - Poppler-utils package no longer needed - Paragraph on project dependencies added to CONTRIBUTING.md - Pdftotext is no longer called with subprocess call, but API is leveraged instead | ||||
| * | Update stale branch/release info in contributing. | Adam Janovsky | 2022-02-01 | 1 | -3/+4 |
| | | |||||
| * | just typo in Contributing.md | Adam Janovsky | 2021-12-19 | 1 | -1/+1 |
| | | |||||
| * | add links to contributing | Adam Janovsky | 2021-12-19 | 1 | -4/+4 |
| | | |||||
| * | add description on linters | Adam Janovsky | 2021-12-19 | 1 | -1/+26 |
| | | |||||
| * | default branch change in cotributing | Adam Janovsky | 2021-04-22 | 1 | -0/+4 |
| | | |||||
| * | basic docs | Petr Svenda | 2020-07-17 | 1 | -0/+10 |
