Skip to content

v2.1.1 Git History Treemap Improvements & Auto-Update Conda Env

Compare
Choose a tag to compare
@JohT JohT released this 06 Apr 15:06
· 75 commits to main since this release

🚀 Features

  • Auto update Conda Environment by @JohT in #353

  • Improve git history treemap visualizations and uncover pairwise changed files by @JohT in #352

    • Add CHANGED_TOGETHER_WITH edge for git file nodes: With this change, there is now the new relationship CHANGED_TOGETHER_WITH between File nodes (git as well as code) including a property commitCount on how often they were changed together. This adds an additional way of uncovering dependencies of files, besides code dependencies via imports.

📈 Reports

⚙️ Optimizations

🛠 Fixes

  • Auto update Conda Environment by @JohT in #353
    • Defer download URL check for offline mode: Previously, it was not possible to get an artifact from the download script in offline mode, even if it had already been downloaded and ready to use in the cache. This is now resolved by deferring the check of the URL until right before the actual download, since it needs an internet connection.
    • Fix wrong variable for Jupyter notebook directory: Conda environment creation still used an old variable from another file that kept working since these files are called consecutively. However, can break easily and is now resolved.

📦 Dependency Updates

  • Update actions/download-artifact digest to 95815c3 by @renovate in #351
  • Update actions/cache digest to 5a3ec84 by @renovate in #350

Full Changelog: v2.1.0...v2.1.1