Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.0.0

    432d0544 · Publish v2.0.0 ·
    v2.0.0
    
    Breaking change (Python):
    
    * Ignore config file to build default_values for Luigi tasks
    
    Bug fix (Python):
    
    * cli: Add missing default value for local_sensitive_graph_path
  • v1.2.1

    2196f492 · Bump version to 1.2.1 ·
    v1.2.1
    
    * Refresh Cargo.lock
  • v1.2.0

    00b2cf4a · Bump version to 1.2.0 ·
    v1.2.0
    
    New features (Rust):
    
    * "Content Retriever" that fetches content objects from SWH's public object
      storages, and optionally caches them locally to rocksdb
    * impact: Add support for excluding some timestamp ranges
    * Add script to summarize contributions made by a known set of people across all repos
    
    New features (Python):
    
    * cli: Add download-graph and download-orc commands
    * cli: Rename list-datasets command to list
    * cli: If LUIGI_CONFIG_PATH is set, merge its content then override it
    * Set default value for `local_sensitive_export_path`
    
    Fixes (Python):
    
    * luigi/origin_contributors: Fix AttributeError
    * Remove CLI endpoints that belong to swh-graph (again)
    * Pass YAML config parameters to luigi
    * Re-add dependency on FindEarliestRevision
    * Don't automatically generate an export id
    
    Fixes (Rust):
    
    * Cargo.lock: Bump some indirect deps to fix compilation with rust 1.88
    
    Internal:
    
    * Update swh-graph to 8.0.0
    * Add support for arrow v56 and update dsi-progress-logger and swh-graph
    * jenkins/install-non-python-deps: Bump swh-provenance-db-build
    * jenkins/install-non-python-deps: Bump swh_graph_topology to 6.7.5
    * pyproject.toml: Use extend-exclude flake8 option instead of exclude
    * requirements-test: Remove use of deprecated types-click stubs
    * docs/Makefile: Remove inclusion of Makefile.local
  • v1.1.1

    v1.1.1
    
    * Remove reference from README; not allowed on PyPI
  • v1.1.0

    03e6c19e · docs: Fix reference ·
    v1.1.0
    
    * Replace workaround to find Rust executables
    * Replace jemalloc with mimalloc
    * Remove unused enum
    * docs: Fix reference
  • v1.0.0

    v1.0.0
    
    Initial commit, with code split from swh-graph