| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix aux dset dir warning. | J08nY | 2025-02-28 | 1 | -4/+6 |
| | | | | | Fixes #482. | ||||
| * | Get rid of DUMMY_NONEXISTING_PATH. | J08nY | 2025-02-15 | 1 | -2/+10 |
| | | |||||
| * | Actually use Dataset.__init__. | J08nY | 2025-02-14 | 1 | -15/+3 |
| | | |||||
| * | Fix mutable default state. | J08nY | 2025-02-14 | 1 | -11/+15 |
| | | |||||
| * | Add docs about dataset layout. | J08nY | 2025-02-02 | 1 | -1/+16 |
| | | |||||
| * | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 1 | -29/+5 |
| | | |||||
| * | refactor auxiliary dataset handling, heuristics computation | Adam Janovsky | 2025-02-01 | 1 | -89/+30 |
| | | |||||
| * | Cleanup of documentation. | J08nY | 2024-10-19 | 1 | -3/+2 |
| | | | | | It is now very nice and clean! | ||||
| * | Unify and add options to from_web_latest. | J08nY | 2024-10-18 | 1 | -37/+46 |
| | | |||||
| * | Add a way to download full dataset archive (including PDFs) from the web. | J08nY | 2024-10-17 | 1 | -0/+30 |
| | | |||||
| * | Fix pandas deprecation in to_datetime. | J08nY | 2024-02-01 | 1 | -2/+2 |
| | | |||||
| * | Add rudimentary profiling. | J08nY | 2023-08-24 | 1 | -13/+10 |
| | | | | | Fixes #288. | ||||
| * | coerce problematic datetime values in cert csvs/dfs/htmls | Adam Janovsky | 2023-05-18 | 1 | -2/+2 |
| | | |||||
| * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 1 | -1/+1 |
| | | |||||
| * | Fix typo auxillary -> auxiliary. | J08nY | 2023-02-10 | 1 | -13/+13 |
| | | |||||
| * | Make FIPS cert_id an int. | J08nY | 2023-02-10 | 1 | -4/+4 |
| | | |||||
| * | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 1 | -2/+2 |
| | | |||||
| * | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 1 | -1/+1 |
| | | |||||
| * | ruff enforce pathlib | Adam Janovsky | 2023-02-02 | 1 | -1/+1 |
| | | |||||
| * | Fix/pypdf and cli fixes (#306) | adamjanovsky | 2023-01-10 | 1 | -7/+0 |
| | | | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1 | ||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -0/+355 |
| - 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` | |||||
