Tags give the ability to mark specific points in history as being important
-
v1.10.0
5f529dfc · ·v1.10.0 Documentation: * Advertise 2025-05-18 and 2025-05-18-history-hosting datasets * docs: cost of running the generate subdataset Fullname export: * Add documentation * Add missing `formats` argument to `ExportPersonsTable` * Exclude full names over 32 kB * Make `local_sensitive_export_path` optional * Override luigi.Tasks docstrings to avoid third-party refs * Add missing dependency of ExportGraph on ExportPersonsTable Misc: * Stop using swh.objstorage.objstorage.ID_HASH_ALGO * Add support for resuming from interrupted export * Apply swh-py-template v0.3.4 with copier * pyproject.toml: Bump minimal required Python version to 3.9
-
v1.9.0
f96210ce · ·v1.9.0 - Rename command from `swh dataset` to `swh export` - Switch to swh-journal 2.0 - Switch to model objects in order to .anonymize() revisions and releases - Export new ORC table containing author fullnames and fullnames hashes - Advertise 2023-09-06-history-hosting and 2024-12-06-history-hosting - Document the 2024-05-16-history-hosting dataset Fixes: - Fix hanging in exports with no persons - Make sensitive export path consistent
-
v1.7.1
73de7917 · ·v1.7.1 Doc: * Advertise 2024-08-23-popular-500-python teaser dataset * Advertise 2024-08-23 graph export * The 2019-01-28-popular-3k-python dataset did not have a compressed graph * Fix typo Fixes: * generate_subdataset: Fix crash on excessively large release.message values Internal: * journalprocessor: Fix typo spotted after codespell upgrade * journalprocessor: Fix black formatting * Apply swh-py-template v0.2.3
-
v1.3.3
8dd81df3 · ·v1.3.3 * luigi: Work around absence of metadata files in old exports * luigi: Add support for downloading exports in parallel * luigi: Delete all files in the root dir instead of the root dir itself * docs: Add links to Terms of Use and 'How to use SWH data' * Fix Sphinx role (:cls: -> :class:)