aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | fix: Tests and dataset versionJán Jančár2025-06-128-4/+16
| | |
| * | feat(dataset): add version warning and comparison for dataset and package ↵Ján Jančár2025-06-121-1/+38
|/ / | | | | | | version in from_dict
* | Merge pull request #503 from ↵Ján Jančár2025-06-105-5/+5
|\ \ | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/requests-2.32.4 chore(deps): bump requests from 2.32.3 to 2.32.4 in /requirements
| * | chore(deps): bump requests from 2.32.3 to 2.32.4 in /requirementsdependabot[bot]2025-06-105-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #500 from ↵Ján Jančár2025-05-245-5/+5
|\ \ | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/tornado-6.5.1 chore(deps): bump tornado from 6.4.2 to 6.5.1 in /requirements
| * | chore(deps): bump tornado from 6.4.2 to 6.5.1 in /requirementsdependabot[bot]2025-05-235-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.2 to 6.5.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.1) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update README.mdJán Jančár2025-05-221-0/+2
| |
* | Merge pull request #498 from ↵Ján Jančár2025-04-302-2/+2
|\ \ | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/transformers-4.50.0 chore(deps): bump transformers from 4.49.0 to 4.50.0 in /requirements
| * | chore(deps): bump transformers from 4.49.0 to 4.50.0 in /requirementsdependabot[bot]2025-04-292-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [transformers](https://github.com/huggingface/transformers) from 4.49.0 to 4.50.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.49.0...v4.50.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #496 from J08nY/fix/logs-and-bogsJán Jančár2025-04-291-2/+1
|\ \ | | | | | | Fix tqdm ignoring settings.
| * | Fix tqdm ignoring settings.J08nY2025-04-151-2/+1
| | |
* | | Merge pull request #497 from crocs-muni/dependabot/pip/requirements/h11-0.16.0Ján Jančár2025-04-292-2/+2
|\ \ \ | |/ / |/| | chore(deps): bump h11 from 0.14.0 to 0.16.0 in /requirements
| * | chore(deps): bump h11 from 0.14.0 to 0.16.0 in /requirementsdependabot[bot]2025-04-242-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #495 from crocs-muni/fix/schemes-again2Ján Jančár2025-04-034-47/+88
|\ \ | | | | | | Fix/schemes again2
| * | Fix tqdm desc.J08nY2025-04-031-1/+1
| | |
| * | Remove debug print.J08nY2025-04-031-1/+0
| | |
| * | Fix Poland scheme download.J08nY2025-04-033-45/+65
| | |
| * | Report failed and skipped tests.J08nY2025-04-032-0/+2
| | |
| * | Add test summary to actionsJ08nY2025-04-032-1/+11
| | |
| * | Upload test results to codecov.J08nY2025-04-032-1/+11
|/ /
* | Update README.mdJán Jančár2025-04-021-1/+1
| |
* | Merge pull request #494 from crocs-muni/feat/another-paperJán Jančár2025-04-021-0/+2
|\ \ | | | | | | Add third paper to README.
| * | Update README.mdJán Jančár2025-04-021-0/+2
|/ /
* | Merge pull request #493 from crocs-muni/feat/better-bsiJán Jančár2025-04-022-5/+7
|\ \ | | | | | | Improve BSI cert_id regex.
| * | Generalize a few keywords.J08nY2025-04-011-4/+5
| | |
| * | Improve BSI cert_id regex.J08nY2025-04-012-1/+2
|/ /
* | Merge pull request #491 from crocs-muni/490_semantic_searchadamjanovsky2025-03-108-151/+600
|\ \ | | | | | | Semantic search demo
| * | bump deps for 3.10 compatibilityAdam Janovsky2025-03-105-26/+77
| | |
| * | merge mainAdam Janovsky2025-03-1028-196/+993
| |\ \ | |/ / |/| |
* | | Merge pull request #492 from crocs-muni/dependabot/pip/requirements/jinja2-3.1.6Ján Jančár2025-03-065-5/+5
|\ \ \ | | | | | | | | chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /requirements
| * | | chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /requirementsdependabot[bot]2025-03-065-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #481 from crocs-muni/480_cert_ref_llmadamjanovsky2025-03-068-81/+1086
|\ \ \ | | | | | | | | Demonstration notebook of annotation of references with LLMs
| * | | merge conflict squashfedorst2025-02-271-2/+4
| | | |
| * | | llm on segmentsgstfedorst2025-02-271-326/+277
| | | |
| * | | compile, update metrics, promptfedorst2025-02-279-933/+1109
| | | |
| * | | proof-of-conceptfedorst2025-02-273-0/+876
| | | |
* | | | Merge pull request #489 from crocs-muni/fix/circularJán Jančár2025-03-0117-6/+47
|\ \ \ \ | | | | | | | | | | Fix cicrular import issue.
| * | | | Fix circular import error in NVD.J08nY2025-02-281-4/+10
| | | | |
| * | | | Add annotations import everywhere.J08nY2025-02-2817-2/+37
| | | | |
* | | | | Merge pull request #488 from crocs-muni/fix/aux-dirJán Jančár2025-02-282-10/+16
|\ \ \ \ \ | |/ / / / |/| | | | Fix aux dset dir warning.
| * | | | Fix aux dset dir warning.J08nY2025-02-282-10/+16
|/ / / / | | | | | | | | | | | | Fixes #482.
* | | | Correct codecov continue.J08nY2025-02-271-1/+1
| | | |
* | | | Continue to codecov submission even if tests fail in CRON.J08nY2025-02-271-0/+1
|/ / /
| * / semantic search demofedorst2025-03-078-127/+781
|/ / | | | | | | | | | | | | | | precommit fix ci fix another ci fix
* | Merge pull request #487 from crocs-muni/feat/remote-testsJán Jančár2025-02-2715-49/+95
|\ \ | | | | | | Move flaky remote tests into "scheduled" workflow.
| * | Move flaky remote tests into "scheduled" workflow.J08nY2025-02-2715-49/+95
| | |
* | | Merge pull request #486 from crocs-muni/fix/segment-extractor-docstateJán Jančár2025-02-2714-6/+34351
|\ \ \ | |/ / |/| | Fix ReferenceSegmentExtractor.
| * | Fix ReferenceSegmentExtractor.J08nY2025-02-2714-6/+34351
|/ /
* | Merge pull request #479 from crocs-muni/fix/no-dummy-pathJán Jančár2025-02-1717-107/+265
|\ \ | | | | | | Get rid of DUMMY_NONEXISTING_PATH
| * | Document the backed status of datasets.J08nY2025-02-174-10/+69
| | |