Add v1 to v2 migration guide#250
Merged
Merged
Conversation
Adds a comprehensive migration guide covering: - Cache rebuild requirements (JSON -> Parquet) - Operator changes (mccabe removed, cyclomatic replaces it, cognitive added) - CLI changes (new --wrap, --table-style, --json options, Rich tables) - Dependency changes (radon/mccabe/tabulate removed) - Storage format comparison (JSON vs Parquet) - Performance improvements - Quick migration checklist Closes #248 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #250 +/- ##
=======================================
Coverage 90.35% 90.35%
=======================================
Files 20 20
Lines 1192 1192
Branches 161 161
=======================================
Hits 1077 1077
Misses 87 87
Partials 28 28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- README: Fix Python version requirement (3.6 -> 3.10) - README: Add -a/--archiver flag to build usage block - README: Update list-metrics example output for v2 operators - README: Fix notebook config key (ipynb_support -> include_ipynb) - README: Add cache_path, include_ipynb, ipynb_cells to config section - build.rst: Fix --operator to --operators (plural) - graph.rst: Fix positional metric syntax to use -m flag - graph.rst: Fix 'wily report' typos that should be 'wily graph' - graph.rst: Fix --shared=js to --shared-js - graph.rst: Add missing 'wily graph' subcommand in examples - index.rst: Add -m flag to graph example - report.rst: Fix default metrics description (uses all metrics, not a subset) - rank.rst: Remove undocumented --threshold option - ci.rst: Update GitHub Actions to v4, remove hardcoded wily version - ci.rst: Replace deprecated ::set-output with GITHUB_OUTPUT Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a comprehensive migration guide for users upgrading from wily v1 to v2, covering:
The guide is added as \docs/source/migration_v2.rst\ and linked as the first item in the docs table of contents.
Closes #248