aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | | refactor: Refactoring from notes of code reviewGeogeFI2022-12-253-6/+14
| * | | refactor: Refactoring from code reviewGeogeFI2022-12-252-12/+9
| * | | tests: Written tests for cpe configsGeogeFI2022-12-163-3/+455
| * | | docs: Added documentation to the major methodsGeogeFI2022-12-164-0/+20
| * | | fix: fixed testsGeogeFI2022-12-161-0/+2
| * | | feat: Representation of cpes in cpe configs as setGeogeFI2022-12-152-7/+5
| * | | feat: Added method for filtering cves with cpe configsGeogeFI2022-12-151-1/+9
| * | | fix: Fixed critical bug in recursion, fixed testsGeogeFI2022-12-155-4/+19
| * | | feat: Implementation of cpe configs, not tested yetGeogeFI2022-12-154-43/+110
* | | | Merge pull request #320 from crocs-muni/change_sampled_imagesadamjanovsky2023-03-091-1/+1
|\ \ \ \
| * | | | Change sampled images to lower amount of test images.Dominik Macko2023-03-081-1/+1
|/ / / /
* | | | Merge pull request #319 from crocs-muni/dependabot/pip/requirements/markdown-...Ján Jančár2023-02-231-1/+1
|\ \ \ \
| * | | | build(deps-dev): bump markdown-it-py in /requirementsdependabot[bot]2023-02-231-1/+1
|/ / / /
| | | * minor improvementsadamjanovsky2023-03-093-15/+14
| | | * WiP production-level reference annotationadamjanovsky2023-03-0312-500/+566
| | | * move data to package, be more explicit about package_dataadamjanovsky2023-03-0333-1/+6
| | | * reference-analysis: add language detectionadamjanovsky2023-03-027-130/+230
| | | * adjust pipeline to new annotation formatadamjanovsky2023-02-243-297/+169
| | | * add note about self referencesadamjanovsky2023-02-231-0/+2
| | | * more notes to ref. annotation methodologyadamjanovsky2023-02-234-3/+9
| | | * add reference annotation methodologyadamjanovsky2023-02-236-15/+1418
| | | * merge mainAdam Janovsky2023-02-236-0/+5067
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #318 from crocs-muni/add_information_retrieval_splitadamjanovsky2023-02-235-0/+5066
|\ \ \ \
| * | | | feat: add info retrieval split including labeling metadataDominik Macko2023-02-225-0/+5066
| | |/ / | |/| |
* / | | Add note on reference coding into data README.J08nY2023-02-231-1/+20
|/ / /
| | * cleanup in data folderAdam Janovsky2023-02-2321-44/+63
| | * annotate more referencesAdam Janovsky2023-02-221-1/+61
| | * tweak references pre-processing pipelineadamjanovsky2023-02-211-60/+83
| | * fix error in ref. annot data preprocessingadamjanovsky2023-02-191-63/+12
| | * reference annotations: better treatment of label noise detectionadamjanovsky2023-02-171-23/+114
| | * more work on PoC reference annotatoradamjanovsky2023-02-174-582/+297
| | * PoC reference annotatorAdam Janovsky2023-02-1710-4/+1653
| |/ |/|
* | Merge pull request #317 from crocs-muni:introduce-reference-booladamjanovsky2023-02-163-4/+7
|\ \
| * | introduce __bool__() on referencesAdam Janovsky2023-02-161-0/+3
| * | delete DatasetInternalState __bool__()Adam Janovsky2023-02-161-3/+0
| * | add .ruff_cache to .gitignoreAdam Janovsky2023-02-161-1/+4
|/ /
* | Merge pull request #316 from crocs-muni/bump-mypy-to-1-0-0adamjanovsky2023-02-153-3/+3
|\ \
| * | bump mypy to 1.0.0Adam Janovsky2023-02-153-3/+3
|/ /
* | Merge pull request #315 from crocs-muni/dependabot/pip/requirements/ipython-8...Ján Jančár2023-02-113-3/+3
|\ \
| * | build(deps): bump ipython from 8.7.0 to 8.10.0 in /requirementsdependabot[bot]2023-02-113-3/+3
|/ /
* | Fix typo auxillary -> auxiliary.J08nY2023-02-1017-94/+94
* | Drop inheritance from sklearn objects.J08nY2023-02-102-7/+7
* | Merge pull request #314 from crocs-muni/ref-annotations-data-splitadamjanovsky2023-02-104-0/+1639
|\ \
| * | train/valid/test split for reference annotationsAdam Janovsky2023-02-104-0/+1639
|/ /
* | Merge pull request #313 from crocs-muni/eu-project-logoadamjanovsky2023-02-102-1/+3
|\ \
| * | eu logo to readmeAdam Janovsky2023-02-101-1/+3
| * | add EU/MSMT logoAdam Janovsky2023-02-101-0/+0
|/ /
* | Add serialize decorator to process_aux_dsets.J08nY2023-02-101-1/+1
* | Make FIPS cert_id an int.J08nY2023-02-104-31/+29
* | Fix FIPS parsing of algorithms from site.J08nY2023-02-091-4/+15