solarwindpy 0.0.1.dev0__py3-none-any.whl → 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of solarwindpy might be problematic. Click here for more details.
- plans/.velocity/metrics.json +96 -0
- plans/0-overview-template.md +268 -0
- plans/N-phase-template.md +106 -0
- plans/PLAN_AUDIT_SUMMARY.md +173 -0
- plans/TEMPLATE-USAGE-GUIDE.md +198 -0
- plans/__init__.py +1 -0
- plans/abandoned/compaction-agent-system/0-Overview.md +123 -0
- plans/abandoned/compaction-agent-system/agents-index-update-plan.md +109 -0
- plans/abandoned/compaction-agent-system/compacted_state.md +85 -0
- plans/abandoned/compaction-agent-system/implementation-plan.md +107 -0
- plans/abandoned/compaction-agent-system/system-validation-report.md +159 -0
- plans/abandoned/compaction-agent-system/usage-guide.md +210 -0
- plans/abandoned/hook-system-enhancement/0-Overview.md +214 -0
- plans/abandoned/hook-system-enhancement/1-Phase1-Core-Infrastructure.md +313 -0
- plans/abandoned/hook-system-enhancement/2-Phase2-Intelligent-Testing.md +385 -0
- plans/abandoned/hook-system-enhancement/3-Phase3-Physics-Validation.md +444 -0
- plans/abandoned/hook-system-enhancement/4-Phase4-Performance-Monitoring.md +458 -0
- plans/abandoned/hook-system-enhancement/5-Phase5-Developer-Experience.md +532 -0
- plans/abandoned/hook-system-enhancement/6-Implementation-Timeline.md +274 -0
- plans/abandoned/hook-system-enhancement/7-Risk-Management.md +376 -0
- plans/abandoned/hook-system-enhancement/8-Testing-Strategy.md +579 -0
- plans/abandoned/readthedocs-automation/0-Overview.md +247 -0
- plans/abandoned/readthedocs-automation/1-Emergency-Documentation-Fixes.md +270 -0
- plans/abandoned/readthedocs-automation/2-Template-System-Enhancement.md +811 -0
- plans/abandoned/readthedocs-automation/3-Quality-Audit-ReadTheDocs-Integration.md +844 -0
- plans/abandoned/readthedocs-automation/4-Plan-Consolidation-Cleanup.md +632 -0
- plans/abandoned/readthedocs-automation/9-Closeout.md +207 -0
- plans/abandoned/readthedocs-automation/ABANDONMENT_REASON.md +72 -0
- plans/cicd-architecture-redesign/0-Overview.md +193 -0
- plans/cicd-architecture-redesign/1-Workflow-Creation.md +103 -0
- plans/cicd-architecture-redesign/2-Version-Detection.md +123 -0
- plans/cicd-architecture-redesign/3-Deployment-Gates.md +169 -0
- plans/cicd-architecture-redesign/4-RC-Testing.md +194 -0
- plans/cicd-architecture-redesign/5-TestPyPI-Validation.md +264 -0
- plans/cicd-architecture-redesign/6-Production-Release.md +263 -0
- plans/cicd-architecture-redesign/7-Cleanup.md +243 -0
- plans/cicd-architecture-redesign/8-Documentation.md +285 -0
- plans/cicd-architecture-redesign/Closeout.md +225 -0
- plans/closeout-template.md +259 -0
- plans/completed/circular-import-audit/0-Overview.md +152 -0
- plans/completed/circular-import-audit/1-Static-Dependency-Analysis.md +62 -0
- plans/completed/circular-import-audit/2-Dynamic-Import-Testing.md +56 -0
- plans/completed/circular-import-audit/3-Performance-Impact-Assessment.md +56 -0
- plans/completed/circular-import-audit/4-Issue-Remediation.md +78 -0
- plans/completed/circular-import-audit/5-Preventive-Infrastructure.md +89 -0
- plans/completed/claude-settings-ecosystem-alignment/0-Overview.md +162 -0
- plans/completed/claude-settings-ecosystem-alignment/1-Security-Foundation.md +148 -0
- plans/completed/claude-settings-ecosystem-alignment/2-Hook-Integration.md +158 -0
- plans/completed/claude-settings-ecosystem-alignment/3-Agent-System-Integration.md +177 -0
- plans/completed/claude-settings-ecosystem-alignment/4-Enhanced-Workflow-Automation.md +159 -0
- plans/completed/claude-settings-ecosystem-alignment/5-Validation-Monitoring.md +181 -0
- plans/completed/claude-settings-ecosystem-alignment/compacted_session_state.md +290 -0
- plans/completed/combined_plan_with_checklist_documentation/1-Overview-and-Goals.md +51 -0
- plans/completed/combined_plan_with_checklist_documentation/2-Toolchain-and-Hosting.md +69 -0
- plans/completed/combined_plan_with_checklist_documentation/3-Repository-Structure.md +61 -0
- plans/completed/combined_plan_with_checklist_documentation/4-Configuration-and-Standards.md +70 -0
- plans/completed/combined_plan_with_checklist_documentation/5-Documentation-Content.md +62 -0
- plans/completed/combined_plan_with_checklist_documentation/6-CI-CD-and-Validation.md +58 -0
- plans/completed/combined_plan_with_checklist_documentation/7-Maintenance.md +55 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/0-Overview.md +135 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/1-Common-fixtures.md +59 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/10-power_laws.md +56 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/2-core.py-FitFunction.md +118 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/3-gaussians.py-Gaussian-GaussianNormalized-GaussianLn.md +69 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/4-trend_fits.py-TrendFit.md +99 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/5-plots.py-FFPlot.md +98 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/6-tex_info.py-TeXinfo.md +79 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/7-Justification.md +49 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/8-exponentials.md +64 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/9-lines.md +58 -0
- plans/completed/combined_test_plan_with_checklist_plotting/0-Overview.md +142 -0
- plans/completed/combined_test_plan_with_checklist_plotting/1-base.py.md +90 -0
- plans/completed/combined_test_plan_with_checklist_plotting/10-labels-special.py.md +102 -0
- plans/completed/combined_test_plan_with_checklist_plotting/11-labels-chemistry.py.md +212 -0
- plans/completed/combined_test_plan_with_checklist_plotting/12-labels-composition.py.md +242 -0
- plans/completed/combined_test_plan_with_checklist_plotting/13-labels-datetime.py.md +247 -0
- plans/completed/combined_test_plan_with_checklist_plotting/14-labels-elemental_abundance.py.md +274 -0
- plans/completed/combined_test_plan_with_checklist_plotting/15-visual-validation.md +256 -0
- plans/completed/combined_test_plan_with_checklist_plotting/16-integration-testing.md +266 -0
- plans/completed/combined_test_plan_with_checklist_plotting/17-performance-benchmarks.md +267 -0
- plans/completed/combined_test_plan_with_checklist_plotting/18-Fixtures-and-Utilities.md +86 -0
- plans/completed/combined_test_plan_with_checklist_plotting/2-agg_plot.py.md +90 -0
- plans/completed/combined_test_plan_with_checklist_plotting/3-histograms.py.md +201 -0
- plans/completed/combined_test_plan_with_checklist_plotting/4-scatter.py.md +167 -0
- plans/completed/combined_test_plan_with_checklist_plotting/5-spiral.py.md +216 -0
- plans/completed/combined_test_plan_with_checklist_plotting/6-orbits.py.md +108 -0
- plans/completed/combined_test_plan_with_checklist_plotting/7-tools.py.md +86 -0
- plans/completed/combined_test_plan_with_checklist_plotting/8-select_data_from_figure.py.md +97 -0
- plans/completed/combined_test_plan_with_checklist_plotting/9-labels-base.py.md +88 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/.gitkeep +0 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/0-Overview.md +170 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/1-Package-Entry-Point-__init__.py.md +121 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/2-Core-Base-Classes-base.py.md +142 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/3-Plotting-Helpers-plots.py.md +123 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/4-LISIRD-Sub-package.md +119 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/5-Extrema-Calculator.md +103 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/6-Sunspot-Number-Sub-package.md +163 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/7-Sunspot-Number-Init.py.md +217 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/compacted_state.md +52 -0
- plans/completed/compaction-agent-modernization/0-Overview.md +156 -0
- plans/completed/compaction-agent-modernization/1-Architecture-Audit-Gap-Analysis.md +132 -0
- plans/completed/compaction-agent-modernization/2-Token-Baseline-Recalibration.md +153 -0
- plans/completed/compaction-agent-modernization/3-Agent-Reference-Updates.md +184 -0
- plans/completed/compaction-agent-modernization/4-Compression-Algorithm-Modernization.md +238 -0
- plans/completed/compaction-agent-modernization/5-Workflow-Integration-Streamlining.md +252 -0
- plans/completed/compaction-agent-modernization/6-Template-Structure-Optimization.md +240 -0
- plans/completed/compaction-agent-modernization/7-Integration-Testing-Validation.md +292 -0
- plans/completed/compaction-hook-enhancement/0-Overview.md +150 -0
- plans/completed/compaction-hook-enhancement/1-Token-Estimation-Enhancement.md +179 -0
- plans/completed/compaction-hook-enhancement/2-Compression-Intelligence.md +294 -0
- plans/completed/compaction-hook-enhancement/3-Git-Integration-Metadata.md +310 -0
- plans/completed/compaction-hook-enhancement/4-Session-Continuity-Features.md +358 -0
- plans/completed/compaction-hook-enhancement/5-Testing-Strategy.md +404 -0
- plans/completed/compaction-hook-enhancement/6-Integration-Roadmap.md +319 -0
- plans/completed/compaction-hook-enhancement/compacted_state.md +142 -0
- plans/completed/docstring-audit-enhancement/0-Overview.md +274 -0
- plans/completed/docstring-audit-enhancement/1-Infrastructure-Setup-and-Validation-Tools.md +206 -0
- plans/completed/docstring-audit-enhancement/2-Core-Physics-Modules-Enhancement.md +237 -0
- plans/completed/docstring-audit-enhancement/3-Fitfunctions-Mathematical-Modules-Enhancement.md +188 -0
- plans/completed/docstring-audit-enhancement/4-Plotting-Visualization-Modules-Enhancement.md +243 -0
- plans/completed/docstring-audit-enhancement/5-Specialized-Modules-Enhancement.md +216 -0
- plans/completed/docstring-audit-enhancement/6-Validation-and-Integration.md +216 -0
- plans/completed/fitfunctions-testing-implementation/0-Overview.md +130 -0
- plans/completed/fitfunctions-testing-implementation/1-Test-Infrastructure-Setup.md +79 -0
- plans/completed/fitfunctions-testing-implementation/2-Common-Fixtures-Test-Utilities.md +104 -0
- plans/completed/fitfunctions-testing-implementation/3-Core-FitFunction-Testing.md +168 -0
- plans/completed/fitfunctions-testing-implementation/4-Specialized-Function-Classes.md +210 -0
- plans/completed/fitfunctions-testing-implementation/5-Advanced-Classes-Testing.md +214 -0
- plans/completed/fitfunctions-testing-implementation/6-Plotting-Integration-Testing.md +231 -0
- plans/completed/fitfunctions-testing-implementation/7-Extended-Coverage-BONUS.md +184 -0
- plans/completed/numpy-docstring-conversion-plan/numpy-docstring-conversion-plan.md +118 -0
- plans/completed/pr-review-remediation/0-Overview.md +138 -0
- plans/completed/pr-review-remediation/1-Critical-Safety-Improvements.md +179 -0
- plans/completed/pr-review-remediation/2-Smart-Timeouts-Validation.md +399 -0
- plans/completed/pr-review-remediation/3-Enhanced-GitHub-Integration.md +258 -0
- plans/completed/pr-review-remediation/compacted_state.md +66 -0
- plans/completed/python-310-migration/0-Overview.md +390 -0
- plans/completed/python-310-migration/1-Planning-Setup.md +164 -0
- plans/completed/python-310-migration/2-Implementation.md +256 -0
- plans/completed/python-310-migration/3-Testing-Validation.md +335 -0
- plans/completed/python-310-migration/4-Documentation-Release.md +274 -0
- plans/completed/python-310-migration/5-Closeout.md +252 -0
- plans/completed/requirements-management-consolidation/0-Overview.md +118 -0
- plans/completed/requirements-management-consolidation/1-Documentation-Validation-Environment-Setup.md +116 -0
- plans/completed/requirements-management-consolidation/2-Requirements-Consolidation.md +161 -0
- plans/completed/requirements-management-consolidation/3-Workflow-Automation-Final-Integration.md +196 -0
- plans/completed/single-ecosystem-plan-implementation/0-Overview.md +83 -0
- plans/completed/single-ecosystem-plan-implementation/1-Plan-Preservation-Session-Management.md +38 -0
- plans/completed/single-ecosystem-plan-implementation/2-File-Structure-Optimization.md +43 -0
- plans/completed/single-ecosystem-plan-implementation/3-Plan-Migration-Archive-Setup.md +82 -0
- plans/completed/single-ecosystem-plan-implementation/4-Agent-System-Transformation.md +108 -0
- plans/completed/single-ecosystem-plan-implementation/5-Template-System-Enhancement.md +131 -0
- plans/completed/single-ecosystem-plan-implementation/6-Final-Validation-Testing.md +120 -0
- plans/completed/test-directory-consolidation/0-Overview.md +51 -0
- plans/completed/test-directory-consolidation/1-Structure-Preparation.md +82 -0
- plans/completed/test-directory-consolidation/2-File-Migration.md +100 -0
- plans/completed/test-directory-consolidation/3-Import-Transformation.md +117 -0
- plans/completed/test-directory-consolidation/4-Configuration-Consolidation.md +140 -0
- plans/completed/test-directory-consolidation/5-Validation.md +152 -0
- plans/completed/test-directory-consolidation/6-Cleanup.md +156 -0
- plans/completed/test-planning-agents-architecture/0-Overview.md +79 -0
- plans/completed/test-planning-agents-architecture/1-Branch-Isolation-Testing.md +49 -0
- plans/completed/test-planning-agents-architecture/2-Cross-Branch-Coordination.md +51 -0
- plans/completed/test-planning-agents-architecture/3-Merge-Workflow-Testing.md +48 -0
- plans/deployment-semver-pypi-rtd/0-Overview.md +463 -0
- plans/deployment-semver-pypi-rtd/1-Semantic-Versioning-Foundation.md +136 -0
- plans/deployment-semver-pypi-rtd/2-PyPI-Deployment-Infrastructure.md +168 -0
- plans/deployment-semver-pypi-rtd/3-Release-Automation.md +214 -0
- plans/deployment-semver-pypi-rtd/4-Plan-Closeout.md +543 -0
- plans/deployment-semver-pypi-rtd/compacted_session_state.md +172 -0
- plans/deployment-semver-pypi-rtd/compacted_state.md +131 -0
- plans/documentation-code-audit/0-Overview.md +393 -0
- plans/documentation-code-audit/1-Discovery-Inventory.md +183 -0
- plans/documentation-code-audit/2-Execution-Environment-Setup.md +263 -0
- plans/documentation-code-audit/3-Systematic-Validation.md +322 -0
- plans/documentation-code-audit/4-Code-Example-Remediation.md +358 -0
- plans/documentation-code-audit/5-Physics-MultiIndex-Compliance.md +464 -0
- plans/documentation-code-audit/6-Doctest-Integration.md +523 -0
- plans/documentation-code-audit/7-Reporting-Documentation.md +498 -0
- plans/documentation-code-audit/8-Closeout.md +456 -0
- plans/documentation-rebuild-session/compacted_state.md +109 -0
- plans/documentation-rendering-fixes/0-Overview.md +104 -0
- plans/documentation-rendering-fixes/1-Sphinx-Build-Diagnostics-Warning-Audit.md +101 -0
- plans/documentation-rendering-fixes/2-Configuration-Infrastructure-Fixes.md +113 -0
- plans/documentation-rendering-fixes/3-Docstring-Syntax-Audit-Repair.md +131 -0
- plans/documentation-rendering-fixes/4-HTML-Page-Rendering-Verification.md +113 -0
- plans/documentation-rendering-fixes/5-Advanced-Documentation-Quality-Assurance.md +119 -0
- plans/documentation-rendering-fixes/6-Documentation-Build-Optimization-Testing.md +129 -0
- plans/documentation-rendering-fixes/compacted_state.md +132 -0
- plans/documentation-template-fix/0-Overview.md +197 -0
- plans/documentation-template-fix/1-Template-System-Analysis.md +269 -0
- plans/documentation-template-fix/2-Template-Modification.md +609 -0
- plans/documentation-template-fix/3-Build-System-Integration.md +766 -0
- plans/documentation-template-fix/4-Testing-Validation.md +1399 -0
- plans/documentation-template-fix/5-Documentation-Training.md +602 -0
- plans/documentation-workflow-fix/0-Overview.md +222 -0
- plans/documentation-workflow-fix/1-Immediate-Fixes.md +238 -0
- plans/documentation-workflow-fix/2-Configuration-Setup.md +298 -0
- plans/documentation-workflow-fix/3-Pre-commit-Integration.md +382 -0
- plans/documentation-workflow-fix/4-Workflow-Improvements.md +446 -0
- plans/documentation-workflow-fix/5-Documentation-and-Training.md +527 -0
- plans/duplicate-object-warnings-fix-plan.md +130 -0
- plans/github-issues-migration/0-Overview.md +510 -0
- plans/github-issues-migration/1-Foundation-Label-System.md +180 -0
- plans/github-issues-migration/2-Migration-Tool-Rewrite.md +235 -0
- plans/github-issues-migration/3-CLI-Integration-Automation.md +169 -0
- plans/github-issues-migration/4-Validated-Migration.md +252 -0
- plans/github-issues-migration/5-Documentation-Training.md +171 -0
- plans/github-issues-migration/6-Closeout.md +179 -0
- plans/github-workflows-repair/repair-plan.md +299 -0
- plans/issues_from_plans.py +342 -0
- plans/pr-270-doc-validation-fixes/0-Overview.md +354 -0
- plans/pr-270-doc-validation-fixes/1-Critical-PR-Fixes.md +117 -0
- plans/pr-270-doc-validation-fixes/2-Framework-Right-Sizing.md +129 -0
- plans/pr-270-doc-validation-fixes/3-Sustainable-Documentation.md +126 -0
- plans/pr-270-doc-validation-fixes/4-Closeout-Migration.md +143 -0
- plans/pr-270-doc-validation-fixes/PLAN_COMPLETED.md +149 -0
- plans/python-310-migration/0-Overview.md +390 -0
- plans/python-310-migration/1-Planning-Setup.md +164 -0
- plans/python-310-migration/2-Implementation.md +256 -0
- plans/python-310-migration/3-Testing-Validation.md +335 -0
- plans/python-310-migration/4-Documentation-Release.md +274 -0
- plans/python-310-migration/5-Closeout.md +252 -0
- plans/readthedocs-simplified/0-Overview.md +243 -0
- plans/readthedocs-simplified/1-Immediate-Fixes.md +216 -0
- plans/readthedocs-simplified/2-Template-Simplification.md +278 -0
- plans/readthedocs-simplified/3-ReadTheDocs-Setup.md +298 -0
- plans/readthedocs-simplified/4-Testing-Validation.md +328 -0
- plans/readthedocs-simplified/5-Closeout.md +231 -0
- plans/readthedocs-simplified/compacted_state.md +127 -0
- plans/session-compaction-2025-08-12/compacted_state.md +114 -0
- plans/session-compaction-2025-08-13/compacted_state.md +145 -0
- plans/session-continuity-protocol/0-Overview.md +35 -0
- plans/session-continuity-protocol/1-Core-Principles-Framework.md +40 -0
- plans/session-continuity-protocol/2-Pre-Session-Validation-System.md +79 -0
- plans/session-continuity-protocol/3-Context-Switching-Prevention.md +87 -0
- plans/session-continuity-protocol/4-Progress-Tracking-Recovery.md +100 -0
- plans/sphinx-warnings-analysis.md +222 -0
- plans/systemprompt-optimization/0-Overview.md +447 -0
- plans/systemprompt-optimization/1-Deploy-SystemPrompt.md +114 -0
- plans/systemprompt-optimization/2-Documentation-Alignment.md +198 -0
- plans/systemprompt-optimization/3-Monitoring-Infrastructure.md +396 -0
- plans/systemprompt-optimization/4-Implementation-Script.md +450 -0
- plans/systemprompt-optimization/9-Closeout.md +165 -0
- plans/systemprompt-optimization/compacted_state.md +143 -0
- plans/template-value-propositions/0-Overview.md +357 -0
- plans/template-value-propositions/1-Value-Proposition-Framework-Design.md +144 -0
- plans/template-value-propositions/2-Plan-Template-Enhancement.md +178 -0
- plans/template-value-propositions/3-Value-Generator-Hook-Implementation.md +291 -0
- plans/template-value-propositions/4-Value-Validator-Hook-Implementation.md +274 -0
- plans/template-value-propositions/5-Documentation-Agent-Updates.md +219 -0
- plans/template-value-propositions/6-Integration-Testing-Validation.md +247 -0
- plans/tests-audit/0-Overview.md +410 -0
- plans/tests-audit/1-Discovery-Inventory.md +170 -0
- plans/tests-audit/2-Physics-Validation-Audit.md +195 -0
- plans/tests-audit/3-Architecture-Compliance.md +195 -0
- plans/tests-audit/4-Numerical-Stability-Analysis.md +203 -0
- plans/tests-audit/5-Documentation-Enhancement.md +220 -0
- plans/tests-audit/6-Audit-Deliverables.md +220 -0
- plans/tests-audit/7-Closeout.md +252 -0
- plans/tests-audit/artifacts/ARCHITECTURE_COMPLIANCE_REPORT.md +315 -0
- plans/tests-audit/artifacts/ARCHITECTURE_RECOMMENDATIONS.md +943 -0
- plans/tests-audit/artifacts/COMPREHENSIVE_AUDIT_REPORT.md +356 -0
- plans/tests-audit/artifacts/CONTRIBUTING_ENHANCED_TEMPLATE.md +419 -0
- plans/tests-audit/artifacts/COVERAGE_GAP_ANALYSIS.md +152 -0
- plans/tests-audit/artifacts/DOCUMENTATION_ENHANCEMENT_REPORT.md +502 -0
- plans/tests-audit/artifacts/EXECUTIVE_AUDIT_SUMMARY.md +129 -0
- plans/tests-audit/artifacts/IMPLEMENTATION_ROADMAP.md +647 -0
- plans/tests-audit/artifacts/NUMERICAL_RECOMMENDATIONS.md +739 -0
- plans/tests-audit/artifacts/NUMERICAL_STABILITY_GUIDE_TEMPLATE.rst +451 -0
- plans/tests-audit/artifacts/NUMERICAL_STABILITY_REPORT.md +301 -0
- plans/tests-audit/artifacts/PHASE_3_SUMMARY.md +280 -0
- plans/tests-audit/artifacts/PHASE_4_SUMMARY.md +229 -0
- plans/tests-audit/artifacts/PHASE_5_SUMMARY.md +292 -0
- plans/tests-audit/artifacts/PHASE_6_CLOSEOUT.md +278 -0
- plans/tests-audit/artifacts/PHYSICS_GUIDE_TEMPLATE.rst +268 -0
- plans/tests-audit/artifacts/PHYSICS_VALIDATION_REPORT.md +235 -0
- plans/tests-audit/artifacts/TECHNICAL_DELIVERABLES_PACKAGE.md +2502 -0
- plans/tests-audit/artifacts/TEST_INVENTORY.csv +1204 -0
- plans/tests-audit/artifacts/TEST_INVENTORY.md +135 -0
- plans/tests-audit/artifacts/test_discovery_analysis.py +231 -0
- plans/tests-audit/artifacts/test_parser.py +395 -0
- solarwindpy/README.md +3 -0
- solarwindpy/Untitled.ipynb +54 -0
- solarwindpy/__init__.py +74 -0
- solarwindpy/core/__init__.py +23 -0
- solarwindpy/core/alfvenic_turbulence.py +804 -0
- solarwindpy/core/base.py +267 -0
- solarwindpy/core/ions.py +309 -0
- solarwindpy/core/plasma.py +2133 -0
- solarwindpy/core/spacecraft.py +256 -0
- solarwindpy/core/tensor.py +90 -0
- solarwindpy/core/units_constants.py +199 -0
- solarwindpy/core/vector.py +328 -0
- solarwindpy/fitfunctions/__init__.py +20 -0
- solarwindpy/fitfunctions/core.py +734 -0
- solarwindpy/fitfunctions/exponentials.py +188 -0
- solarwindpy/fitfunctions/gaussians.py +264 -0
- solarwindpy/fitfunctions/lines.py +116 -0
- solarwindpy/fitfunctions/moyal.py +71 -0
- solarwindpy/fitfunctions/plots.py +751 -0
- solarwindpy/fitfunctions/power_laws.py +209 -0
- solarwindpy/fitfunctions/tex_info.py +568 -0
- solarwindpy/fitfunctions/trend_fits.py +482 -0
- solarwindpy/instabilities/__init__.py +16 -0
- solarwindpy/instabilities/beta_ani.py +82 -0
- solarwindpy/instabilities/verscharen2016.py +631 -0
- solarwindpy/plotting/__init__.py +33 -0
- solarwindpy/plotting/agg_plot.py +489 -0
- solarwindpy/plotting/base.py +465 -0
- solarwindpy/plotting/hist1d.py +405 -0
- solarwindpy/plotting/hist2d.py +1035 -0
- solarwindpy/plotting/histograms.py +1845 -0
- solarwindpy/plotting/labels/__init__.py +104 -0
- solarwindpy/plotting/labels/base.py +686 -0
- solarwindpy/plotting/labels/chemistry.py +19 -0
- solarwindpy/plotting/labels/composition.py +100 -0
- solarwindpy/plotting/labels/datetime.py +235 -0
- solarwindpy/plotting/labels/elemental_abundance.py +73 -0
- solarwindpy/plotting/labels/special.py +794 -0
- solarwindpy/plotting/orbits.py +515 -0
- solarwindpy/plotting/scatter.py +99 -0
- solarwindpy/plotting/select_data_from_figure.py +329 -0
- solarwindpy/plotting/spiral.py +980 -0
- solarwindpy/plotting/tools.py +434 -0
- solarwindpy/scripts/__init__.py +1 -0
- solarwindpy/scripts/logs/.gitignore +1 -0
- solarwindpy/solar_activity/__init__.py +53 -0
- solarwindpy/solar_activity/base.py +605 -0
- solarwindpy/solar_activity/lisird/__init__.py +3 -0
- solarwindpy/solar_activity/lisird/extrema_calculator.py +394 -0
- solarwindpy/solar_activity/lisird/lisird.py +319 -0
- solarwindpy/solar_activity/plots.py +116 -0
- solarwindpy/solar_activity/sunspot_number/.DS_Store +0 -0
- solarwindpy/solar_activity/sunspot_number/__init__.py +3 -0
- solarwindpy/solar_activity/sunspot_number/sidc.py +556 -0
- solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv +72 -0
- solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv.silso +72 -0
- solarwindpy/tools/__init__.py +162 -0
- solarwindpy-0.1.0.dist-info/METADATA +181 -0
- solarwindpy-0.1.0.dist-info/RECORD +409 -0
- {solarwindpy-0.0.1.dev0.dist-info → solarwindpy-0.1.0.dist-info}/WHEEL +1 -1
- solarwindpy-0.1.0.dist-info/licenses/LICENSE.rst +32 -0
- solarwindpy-0.1.0.dist-info/top_level.txt +3 -0
- tests/__init__.py +1 -0
- tests/conftest.py +10 -0
- tests/core/__init__.py +1 -0
- tests/core/test_alfvenic_turbulence.py +544 -0
- tests/core/test_base.py +112 -0
- tests/core/test_base_head_tail.py +29 -0
- tests/core/test_base_mi_tuples.py +11 -0
- tests/core/test_core_verify_datetimeindex.py +32 -0
- tests/core/test_ions.py +325 -0
- tests/core/test_plasma.py +2581 -0
- tests/core/test_plasma_io.py +12 -0
- tests/core/test_quantities.py +507 -0
- tests/core/test_spacecraft.py +210 -0
- tests/core/test_units_constants.py +22 -0
- tests/data/epoch.csv +4 -0
- tests/data/plasma.csv +4 -0
- tests/data/spacecraft.csv +4 -0
- tests/fitfunctions/conftest.py +60 -0
- tests/fitfunctions/test_core.py +193 -0
- tests/fitfunctions/test_exponentials.py +342 -0
- tests/fitfunctions/test_gaussians.py +142 -0
- tests/fitfunctions/test_lines.py +349 -0
- tests/fitfunctions/test_moyal.py +258 -0
- tests/fitfunctions/test_plots.py +258 -0
- tests/fitfunctions/test_power_laws.py +365 -0
- tests/fitfunctions/test_tex_info.py +183 -0
- tests/fitfunctions/test_trend_fit_properties.py +31 -0
- tests/fitfunctions/test_trend_fits.py +244 -0
- tests/plotting/__init__.py +1 -0
- tests/plotting/labels/__init__.py +1 -0
- tests/plotting/labels/test_chemistry.py +243 -0
- tests/plotting/labels/test_composition.py +345 -0
- tests/plotting/labels/test_datetime.py +445 -0
- tests/plotting/labels/test_elemental_abundance.py +366 -0
- tests/plotting/labels/test_init.py +66 -0
- tests/plotting/labels/test_labels_base.py +347 -0
- tests/plotting/labels/test_special.py +550 -0
- tests/plotting/test_agg_plot.py +602 -0
- tests/plotting/test_base.py +752 -0
- tests/plotting/test_fixtures_utilities.py +775 -0
- tests/plotting/test_histograms.py +546 -0
- tests/plotting/test_integration.py +675 -0
- tests/plotting/test_orbits.py +435 -0
- tests/plotting/test_performance.py +708 -0
- tests/plotting/test_scatter.py +752 -0
- tests/plotting/test_select_data_from_figure.py +1209 -0
- tests/plotting/test_spiral.py +573 -0
- tests/plotting/test_tools.py +607 -0
- tests/plotting/test_visual_validation.py +465 -0
- tests/solar_activity/__init__.py +1 -0
- tests/solar_activity/lisird/__init__.py +1 -0
- tests/solar_activity/lisird/test_extrema_calculator.py +593 -0
- tests/solar_activity/lisird/test_lisird_id.py +187 -0
- tests/solar_activity/sunspot_number/__init__.py +1 -0
- tests/solar_activity/sunspot_number/test_init.py +399 -0
- tests/solar_activity/sunspot_number/test_sidc.py +465 -0
- tests/solar_activity/sunspot_number/test_sidc_id.py +223 -0
- tests/solar_activity/sunspot_number/test_sidc_loader.py +275 -0
- tests/solar_activity/sunspot_number/test_ssn_extrema.py +406 -0
- tests/solar_activity/test_base.py +656 -0
- tests/solar_activity/test_init.py +396 -0
- tests/solar_activity/test_plots.py +371 -0
- tests/test_circular_imports.py +408 -0
- tests/test_issue_titles.py +25 -0
- tests/test_statusline.py +298 -0
- solarwindpy-0.0.1.dev0.dist-info/METADATA +0 -14
- solarwindpy-0.0.1.dev0.dist-info/RECORD +0 -4
- solarwindpy-0.0.1.dev0.dist-info/top_level.txt +0 -1
|
@@ -0,0 +1,409 @@
|
|
|
1
|
+
plans/0-overview-template.md,sha256=Zdz2mLpCIkPz4igcZTNpJxIQEA5OC9bGOzwSeFxH7vE,10174
|
|
2
|
+
plans/N-phase-template.md,sha256=7qFM4uV9vIUvRqgv88NugHZwrgqPe7i_1a5oGiZ0H0Y,3822
|
|
3
|
+
plans/PLAN_AUDIT_SUMMARY.md,sha256=q0SmqLU62cYuymbH3QZkHxkMy5X3C4TLCEVD4SeL_ac,8806
|
|
4
|
+
plans/TEMPLATE-USAGE-GUIDE.md,sha256=A1bNWW6Ch4UkQlA5NJl0Hg7CSolg7cV0a3WMRotX99o,8224
|
|
5
|
+
plans/__init__.py,sha256=5O58qdHr8uzziyyP-46Tf9nr2ixj2N9EpWFscMzkunM,70
|
|
6
|
+
plans/closeout-template.md,sha256=OAMuD0ocE6my6_JRuZSHdXlUvwv35KmKVobYkOGVAmo,11795
|
|
7
|
+
plans/duplicate-object-warnings-fix-plan.md,sha256=A6kYbcRuONt65hnQTDG8LG06XrxWj4NMjyPA2nZVPyU,3915
|
|
8
|
+
plans/issues_from_plans.py,sha256=BqJ1SFm5kJuU15qN17c-s9rbZ2PwuwKPFxtVP8BXwZw,10115
|
|
9
|
+
plans/sphinx-warnings-analysis.md,sha256=rdmXzsrfnZY562FZUM-y0oF6XVMGQHJn6H5tUWwV2Ag,10499
|
|
10
|
+
plans/.velocity/metrics.json,sha256=FwqWvE-maOiqiEttDy8MKPgPQ8eD-OvaCnKaMlqyvi8,2920
|
|
11
|
+
plans/abandoned/compaction-agent-system/0-Overview.md,sha256=9mtvVcllnmFTZdEi11sIOJwO1poJcu3trqTotIJmMNo,6115
|
|
12
|
+
plans/abandoned/compaction-agent-system/agents-index-update-plan.md,sha256=ogSQxnBh0H6tM8EWhVq6W5oNG7tADKkjxHlX90XdV3Q,4302
|
|
13
|
+
plans/abandoned/compaction-agent-system/compacted_state.md,sha256=fmCgA-hZWTIkHnNnk1-tKOTMaPuMgZ-wKexoEyib7_8,2752
|
|
14
|
+
plans/abandoned/compaction-agent-system/implementation-plan.md,sha256=n3wmrMAQH7eexSSBsNtKdcF9pA0iH-JyBDVuCFAosOk,4527
|
|
15
|
+
plans/abandoned/compaction-agent-system/system-validation-report.md,sha256=7Zs-uMJgX-7bwn63CJRWF2awhaAj61ZyAMnVsO1IADU,7052
|
|
16
|
+
plans/abandoned/compaction-agent-system/usage-guide.md,sha256=6qqN90N0F1xQ53Ikt_cDZ8sjzov5FbQ3-NTN9A-B-U8,7207
|
|
17
|
+
plans/abandoned/hook-system-enhancement/0-Overview.md,sha256=Xs0ZLDDbhE9EFXiv1xSnsBiAfatxGvvtuYZFZZF-Kd4,10613
|
|
18
|
+
plans/abandoned/hook-system-enhancement/1-Phase1-Core-Infrastructure.md,sha256=PT7m1pOV7yQrUa99l-sFKAKPIu1Oqz2QkCvoslwSI_0,12647
|
|
19
|
+
plans/abandoned/hook-system-enhancement/2-Phase2-Intelligent-Testing.md,sha256=iL3sBkZnPnwY48KJzUq7FavJOBTULLpXD8vBacfwS5M,15864
|
|
20
|
+
plans/abandoned/hook-system-enhancement/3-Phase3-Physics-Validation.md,sha256=6RFl1TQrZsvvL_0ek1C13qYbr6ahvuc5RYAO6KHCByk,18801
|
|
21
|
+
plans/abandoned/hook-system-enhancement/4-Phase4-Performance-Monitoring.md,sha256=iRQdDR6GLzcIaoMNXUoCbm_eN0aVaDPc7TwQnqD7bV0,19447
|
|
22
|
+
plans/abandoned/hook-system-enhancement/5-Phase5-Developer-Experience.md,sha256=ihTdgwMbQ7_ZTDyaRGRZUNYmVszZxe7i5cLs3FSis0o,19743
|
|
23
|
+
plans/abandoned/hook-system-enhancement/6-Implementation-Timeline.md,sha256=8ShVfWIUziOTH5Fj8y7GlZ89Oej8SVAFjMxvACNTFwI,10111
|
|
24
|
+
plans/abandoned/hook-system-enhancement/7-Risk-Management.md,sha256=eJFPVLfURG4m8I1jfrHejmruIpPuY2ci8B5LxKJ7FFw,13387
|
|
25
|
+
plans/abandoned/hook-system-enhancement/8-Testing-Strategy.md,sha256=6btn0-dYJlFa5khtb96fXFWtLeaMzWFjzU8Ec23Mc1Y,19127
|
|
26
|
+
plans/abandoned/readthedocs-automation/0-Overview.md,sha256=bBkpL27ZsS1yxjovBDzejfnotobQUKK2MLxrr-xLDX4,8461
|
|
27
|
+
plans/abandoned/readthedocs-automation/1-Emergency-Documentation-Fixes.md,sha256=VdvXhYgo7VI6mTyHRUnu65612bDBFdMTGYQNjHwkHog,7752
|
|
28
|
+
plans/abandoned/readthedocs-automation/2-Template-System-Enhancement.md,sha256=DNqY6dfSCSOGL-k_a86Dhnd2yi17QrYPk7cq9QmtGhk,26978
|
|
29
|
+
plans/abandoned/readthedocs-automation/3-Quality-Audit-ReadTheDocs-Integration.md,sha256=7h3sNBl_aiu3NqS_oMwonsI3FflL3eIh28kvEFTsWEk,27766
|
|
30
|
+
plans/abandoned/readthedocs-automation/4-Plan-Consolidation-Cleanup.md,sha256=TrS_L5myxKXmO0gqcr0rwTkNPD1fH0NI3kZPyM1lrb0,24446
|
|
31
|
+
plans/abandoned/readthedocs-automation/9-Closeout.md,sha256=Jzp2DXcZaksJdD4LzPBurCwa_Wzxht4Qyv4aW6LT5Y4,9344
|
|
32
|
+
plans/abandoned/readthedocs-automation/ABANDONMENT_REASON.md,sha256=lAx2g00t4XuThHpKBzY_f3g3IfmWbapE0lDVBa8XcvE,3470
|
|
33
|
+
plans/cicd-architecture-redesign/0-Overview.md,sha256=eQoCBhMu4wIEc-CV1PssKQVEGxetGH2rPNTSFRlgilU,8571
|
|
34
|
+
plans/cicd-architecture-redesign/1-Workflow-Creation.md,sha256=iY_6ywkzFicwn0nc2GXOpB9zPJBnALEwNrIi7ZB0K-c,3986
|
|
35
|
+
plans/cicd-architecture-redesign/2-Version-Detection.md,sha256=7VCPzDsOrj4dNPFRCJ8_A0A72wObOz0EmtgYDdupJD8,4547
|
|
36
|
+
plans/cicd-architecture-redesign/3-Deployment-Gates.md,sha256=zQVjq4lrra5QdtHQ8PUoBOUSS62FZMvRkKtAoX2Z0ms,6092
|
|
37
|
+
plans/cicd-architecture-redesign/4-RC-Testing.md,sha256=yqwn63rRfV_aVGW4Xxvtyr17X7PTNsLQEOpHxwpeJjI,5950
|
|
38
|
+
plans/cicd-architecture-redesign/5-TestPyPI-Validation.md,sha256=1HnUwuvOaTsY4-XvVT6FX1GBKX8TOV8iRtX1T6BMRcE,7778
|
|
39
|
+
plans/cicd-architecture-redesign/6-Production-Release.md,sha256=m8nc7g9MuOx-pAZIiDcHfmgT9V7AOOTtrZNtrXBxYhs,8488
|
|
40
|
+
plans/cicd-architecture-redesign/7-Cleanup.md,sha256=bQA48nFBJ6lLyNqft0CMwFPANU7XEwLJNnls2lG7IIE,8174
|
|
41
|
+
plans/cicd-architecture-redesign/8-Documentation.md,sha256=KnoJoajL5-uy6Qi-QyV7tF1DHq2QXfo241PxOqW5o0c,9643
|
|
42
|
+
plans/cicd-architecture-redesign/Closeout.md,sha256=0-WkEbpeHX_adg4N6BcNCegNG645TVhRZGuWl0kc1MA,11373
|
|
43
|
+
plans/completed/circular-import-audit/0-Overview.md,sha256=2CEhJSICnxVAUwggfbuN00c3e0hjTVWEZN2DE29V3Ug,7250
|
|
44
|
+
plans/completed/circular-import-audit/1-Static-Dependency-Analysis.md,sha256=TO3Y8nLqre8eo06BZKsK4alsf76FAyE2e56wd9MvBgQ,2650
|
|
45
|
+
plans/completed/circular-import-audit/2-Dynamic-Import-Testing.md,sha256=DjPwzPgl8UmptbMTQO0FNd8pZBYSrvASXBBHFfu9QQE,2437
|
|
46
|
+
plans/completed/circular-import-audit/3-Performance-Impact-Assessment.md,sha256=zdH3WBY2RBrcwJAIb1RSHAVrph-WHieIeFi8z-fTy7U,2309
|
|
47
|
+
plans/completed/circular-import-audit/4-Issue-Remediation.md,sha256=LJsEiW-SuMGaJ-0NBbZuo-e6DWjfx7zDjGPHt7pTcJU,3440
|
|
48
|
+
plans/completed/circular-import-audit/5-Preventive-Infrastructure.md,sha256=jby6rMVSxmUxd6DAJWJsWo45tUgGnDEV13313L4vF4w,3600
|
|
49
|
+
plans/completed/claude-settings-ecosystem-alignment/0-Overview.md,sha256=XnZ7X-X6SG4HQvxVQ-0qm5srJv2gnAozl3LKDIlv7yQ,7656
|
|
50
|
+
plans/completed/claude-settings-ecosystem-alignment/1-Security-Foundation.md,sha256=gLw5zSJPARRWNsMfDmXU6fEHovhNUuWI5oawsCwW8j8,7111
|
|
51
|
+
plans/completed/claude-settings-ecosystem-alignment/2-Hook-Integration.md,sha256=AA66THVfuGYegwintxERLfJRbfELdL1G1okvUPqHv-Q,7702
|
|
52
|
+
plans/completed/claude-settings-ecosystem-alignment/3-Agent-System-Integration.md,sha256=7RFIYMTblBAu5TGTR8c0_N9jHLLinBCXd8C6msgMjfY,8720
|
|
53
|
+
plans/completed/claude-settings-ecosystem-alignment/4-Enhanced-Workflow-Automation.md,sha256=ObaQCnObQ-KGsznaqxWCqTdAumtKCij6PdUHFLuG03A,7711
|
|
54
|
+
plans/completed/claude-settings-ecosystem-alignment/5-Validation-Monitoring.md,sha256=ckPf4F5T5hQbY8v8YS0tilH3GZf0I8Ee5kP12TlDN-k,7985
|
|
55
|
+
plans/completed/claude-settings-ecosystem-alignment/compacted_session_state.md,sha256=zqmT1Ae5JnG2xQs6lClJI6QiZGtCj7SYTvATrOcxgMQ,13938
|
|
56
|
+
plans/completed/combined_plan_with_checklist_documentation/1-Overview-and-Goals.md,sha256=6sbosgdG4hyafDtGsq0ICTT5T4qgjSzXbuua3Ls8GTQ,1317
|
|
57
|
+
plans/completed/combined_plan_with_checklist_documentation/2-Toolchain-and-Hosting.md,sha256=RYGLj6Voer2AV2cciFY1p_jJbyI5dDF8wt0Shq4vH1Q,1815
|
|
58
|
+
plans/completed/combined_plan_with_checklist_documentation/3-Repository-Structure.md,sha256=12XH5DrqTKolZFx3HG0C6bmdMq6uY8VUjfg9PEc3J7g,1201
|
|
59
|
+
plans/completed/combined_plan_with_checklist_documentation/4-Configuration-and-Standards.md,sha256=UE7SP7kg_reSgm5bO8MIZA7ljiSojNeSKQ9BP97Q9HE,2173
|
|
60
|
+
plans/completed/combined_plan_with_checklist_documentation/5-Documentation-Content.md,sha256=3g29EIJFU6zQIAO0izNSBGSGW2gBZvaUVwqajEKWRM4,1633
|
|
61
|
+
plans/completed/combined_plan_with_checklist_documentation/6-CI-CD-and-Validation.md,sha256=Lx6RL4HE6HGqVbe9dPMYG6ZAzuRfGzxDvm3brFtFxjM,1556
|
|
62
|
+
plans/completed/combined_plan_with_checklist_documentation/7-Maintenance.md,sha256=UEi1UBnHR_mfMNUjWxX6KFS1nfY_RP3FUE02PTaQ6ew,1405
|
|
63
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/0-Overview.md,sha256=8vgCXjGvsPg0uVZyyzSJfPu2SDYkNO3SqcZIi1Gpbks,7101
|
|
64
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/1-Common-fixtures.md,sha256=_Ao6qCkjrq7KwoXLlggjaAQ6x9OjVd-donk7AOwuhGA,1613
|
|
65
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/10-power_laws.md,sha256=XKW5mFw2xhhuYXy1UKrl71-PntOjFcl3hOjZdr4uk0Y,1714
|
|
66
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/2-core.py-FitFunction.md,sha256=jqczmJDIQjHiaNVPkPSrZIIgZMfSJtszrqet2d-hUYg,4632
|
|
67
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/3-gaussians.py-Gaussian-GaussianNormalized-GaussianLn.md,sha256=Fa94h2NM1koAnilgsFGZ5qHW8OkFYV327EA4HUSYUkU,2011
|
|
68
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/4-trend_fits.py-TrendFit.md,sha256=w3pL-BxDf5v9sj67k_J6aLfj-IQ3MFtmH7kp6Xzz6Qs,3234
|
|
69
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/5-plots.py-FFPlot.md,sha256=_ixXiKvlkKR4z7fGE5ow8D2VRQskZdIdbHaFCChbTYA,3334
|
|
70
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/6-tex_info.py-TeXinfo.md,sha256=78uMga8YTp_mAyVQeqX8x0Xp4UW8HN2pAblIpQTXv24,2599
|
|
71
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/7-Justification.md,sha256=Kg2WjOH1dxZwCx8Uph9uff8GnT8AgSvqMXoc-XKdC0Y,1350
|
|
72
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/8-exponentials.md,sha256=WJQ6KDirVy8p4m46tRcQOnLr4htJ9tvSbkUcy1US9OA,2042
|
|
73
|
+
plans/completed/combined_test_plan_with_checklist_fitfunctions/9-lines.md,sha256=Gorjlazh4_j4ldJCy63_LpfQ43FOwe0XJg557Q2c-XI,1758
|
|
74
|
+
plans/completed/combined_test_plan_with_checklist_plotting/0-Overview.md,sha256=bNz3jiXEGWkFF-ODb3FFBHf0TZNsf_KERRe6tBY8FM4,7915
|
|
75
|
+
plans/completed/combined_test_plan_with_checklist_plotting/1-base.py.md,sha256=0_YV5XoPyRV4QzOpZrXFj5ANMVSjLDuNktbAToawQCk,2819
|
|
76
|
+
plans/completed/combined_test_plan_with_checklist_plotting/10-labels-special.py.md,sha256=jw5Vf37zogDe2eaaDBsx2KLOKVl_zZD5XEU9yUjRUOI,3218
|
|
77
|
+
plans/completed/combined_test_plan_with_checklist_plotting/11-labels-chemistry.py.md,sha256=P0PuAhFSuseTod4I497hFla38yc1kVCmRtc8jLeJc6w,8772
|
|
78
|
+
plans/completed/combined_test_plan_with_checklist_plotting/12-labels-composition.py.md,sha256=iX7vQ2DMb4OEWHr4Oc-EFNV2DCVsz3HwpDcOcmmFwwo,10407
|
|
79
|
+
plans/completed/combined_test_plan_with_checklist_plotting/13-labels-datetime.py.md,sha256=NjwcJqm-PnY2i6joA4cATmKv1UMFVJAPO2d-3MEe0iU,10735
|
|
80
|
+
plans/completed/combined_test_plan_with_checklist_plotting/14-labels-elemental_abundance.py.md,sha256=V6Omt-q7OzFmjyQ2d-9wWO0bVirctZ3kujC2e1d2dNg,12108
|
|
81
|
+
plans/completed/combined_test_plan_with_checklist_plotting/15-visual-validation.md,sha256=FUXE46EOau1UzwTHvf7miztR2EFwW21PiW0CKQDimh4,12128
|
|
82
|
+
plans/completed/combined_test_plan_with_checklist_plotting/16-integration-testing.md,sha256=KhOKXcJr2r-QT0XMrMWXG9eHN6XdeEYCeMtj2o9E3Mo,12963
|
|
83
|
+
plans/completed/combined_test_plan_with_checklist_plotting/17-performance-benchmarks.md,sha256=I7G_MFTLgu3VexQbOW7iuNXFb3K-_6KMNiHkZ_Smhtk,12923
|
|
84
|
+
plans/completed/combined_test_plan_with_checklist_plotting/18-Fixtures-and-Utilities.md,sha256=tw1B1_Z3Xzajw9N9GLv2EU_LgKchzurf3A8j94Fy-Cs,2407
|
|
85
|
+
plans/completed/combined_test_plan_with_checklist_plotting/2-agg_plot.py.md,sha256=bXbzV7oeTYfw4Jd47-ph26DvOGR-Vi0ZMVTvRm36JyA,2937
|
|
86
|
+
plans/completed/combined_test_plan_with_checklist_plotting/3-histograms.py.md,sha256=0maoqQUR4fZoZt89-pUU7JNT1TkWGFmqH0mL4f2hbiY,9645
|
|
87
|
+
plans/completed/combined_test_plan_with_checklist_plotting/4-scatter.py.md,sha256=zT84KMjz6vfDf4EzW91E7cR63BFfVtgEwGK4eYNogCc,7285
|
|
88
|
+
plans/completed/combined_test_plan_with_checklist_plotting/5-spiral.py.md,sha256=bh7dKL8lb6MdUFPIZsPXLsdTb_TDOCwq1k0vQUE3Zjw,9409
|
|
89
|
+
plans/completed/combined_test_plan_with_checklist_plotting/6-orbits.py.md,sha256=nP9lzh965RlYqLlNQqFALCKTxA5w_p8sh6vLyz9aoxI,3565
|
|
90
|
+
plans/completed/combined_test_plan_with_checklist_plotting/7-tools.py.md,sha256=CMkKtKrRXONZNzqfvINy6N1otHeJ4rW2IyA6RTrFapg,2610
|
|
91
|
+
plans/completed/combined_test_plan_with_checklist_plotting/8-select_data_from_figure.py.md,sha256=_BwcJOIPQCo6QiAXzJmmIz_Ls5fhCJyQ9YEpeTR6eC0,3376
|
|
92
|
+
plans/completed/combined_test_plan_with_checklist_plotting/9-labels-base.py.md,sha256=ot4VPRgC-Ppk_-Iu6Gzza87ZXwq6tm4A6qAgdwUNW08,2528
|
|
93
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/0-Overview.md,sha256=m6v5uYVnTq8HL5SRrIGsKyq-ALaS3XCM5hEEKxmse5A,9375
|
|
95
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/1-Package-Entry-Point-__init__.py.md,sha256=43pBFEpnCwmGcJ4VikdvLV04eAXWtd2i2bTaMZ7lwYc,3344
|
|
96
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/2-Core-Base-Classes-base.py.md,sha256=ePSyeKbwUGfQGOzvUtylFwAe1KXMoavb1Zuid0RjYps,4393
|
|
97
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/3-Plotting-Helpers-plots.py.md,sha256=mfOaDzTRogBvtyOARfQcanlGgoWMd8m4Fj22Jkbd4V8,3398
|
|
98
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/4-LISIRD-Sub-package.md,sha256=bCWCydnyIXBV2Yy7gcd06-l7oc1HiWu1yo3HehUM_d8,3421
|
|
99
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/5-Extrema-Calculator.md,sha256=nP33Y62aeqdPXGhOrljjoqyx9q52zMdiquo4AOADR2I,3065
|
|
100
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/6-Sunspot-Number-Sub-package.md,sha256=l2IRlBeSjHuCB731_IZzAktd6ZVL_sWBmvfZH4VaJo8,4337
|
|
101
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/7-Sunspot-Number-Init.py.md,sha256=X0DSRozoxKv6lWl50WIyadm1gnP6eLEmhuuKoqk14fs,9407
|
|
102
|
+
plans/completed/combined_test_plan_with_checklist_solar_activity/compacted_state.md,sha256=3jN37wlcoSwHcJCKV8lZQo4MIQHA6fWVk4RlB6p7QFM,3118
|
|
103
|
+
plans/completed/compaction-agent-modernization/0-Overview.md,sha256=xrdininG04ZytPDek636ucrztwCZjBMGtNPyMnYqVPc,8050
|
|
104
|
+
plans/completed/compaction-agent-modernization/1-Architecture-Audit-Gap-Analysis.md,sha256=xuj-04RZA77F9taZ_s_XG6j5Ank5q-M-VWqNpV8rbcE,4635
|
|
105
|
+
plans/completed/compaction-agent-modernization/2-Token-Baseline-Recalibration.md,sha256=qaVyXRQFyIKY1PZpRWA_L2CQz7SuNEU9Ywsf_K0MDoY,6010
|
|
106
|
+
plans/completed/compaction-agent-modernization/3-Agent-Reference-Updates.md,sha256=LvWbAGh3Ghx3xHXH5gyUUbecVgbbmbhmsptSwtTfRH4,8012
|
|
107
|
+
plans/completed/compaction-agent-modernization/4-Compression-Algorithm-Modernization.md,sha256=9eMr7eZaS2pRbwKw9sFHJN5Dbk3Gqy-TEfDR3lQYpUA,9595
|
|
108
|
+
plans/completed/compaction-agent-modernization/5-Workflow-Integration-Streamlining.md,sha256=-8zqk7j8emg4Q8UszT7J0lBlQgkh9AOgh5Bhw_By8jc,11215
|
|
109
|
+
plans/completed/compaction-agent-modernization/6-Template-Structure-Optimization.md,sha256=vlguvGZJfqsqGE00kqAqpvT13JwAdIUshsS3XnX1xCA,11518
|
|
110
|
+
plans/completed/compaction-agent-modernization/7-Integration-Testing-Validation.md,sha256=NV96F-8PMJmy7XHF5r3ePT6QqOuPLLdbSZ7Fl5JsmXI,12441
|
|
111
|
+
plans/completed/compaction-hook-enhancement/0-Overview.md,sha256=STlBCafSrcbBkeFdMfEQm2hjN7yUQOfeKmvD0-SjVPY,7226
|
|
112
|
+
plans/completed/compaction-hook-enhancement/1-Token-Estimation-Enhancement.md,sha256=dDaKSkRucryzbxtFp2ssJMbtMJ1-CwKoRXMfIRDflAo,6388
|
|
113
|
+
plans/completed/compaction-hook-enhancement/2-Compression-Intelligence.md,sha256=nASeEh9SGAlfGSt48OYLgd6IQ-bW-Sx32_i9-_AWDTg,10811
|
|
114
|
+
plans/completed/compaction-hook-enhancement/3-Git-Integration-Metadata.md,sha256=BtCwBrxx15KgGADWGPjswn2QhYtVMtzl5_c8KBZYjpA,11922
|
|
115
|
+
plans/completed/compaction-hook-enhancement/4-Session-Continuity-Features.md,sha256=tIuKg-iacoz6qDTLD7N-P5gh7407mazSk0IlFlc-xFY,13105
|
|
116
|
+
plans/completed/compaction-hook-enhancement/5-Testing-Strategy.md,sha256=aiV6_aOJQxZMoD9sg3dF2h-tTs0mwPvDoIVjodvmTd0,15080
|
|
117
|
+
plans/completed/compaction-hook-enhancement/6-Integration-Roadmap.md,sha256=VclZskKpjW4SuCqy6S_HBkNzETn1xsSvnVhPuwhgQok,10470
|
|
118
|
+
plans/completed/compaction-hook-enhancement/compacted_state.md,sha256=hKl4VfqALejLkLjZDtnKKr5NbMdX6NNVLmA2s6jw280,5666
|
|
119
|
+
plans/completed/docstring-audit-enhancement/0-Overview.md,sha256=atRsS6x3nFk28GAxh01IotK2aVgpzF8FfQ4dLroiGaM,11838
|
|
120
|
+
plans/completed/docstring-audit-enhancement/1-Infrastructure-Setup-and-Validation-Tools.md,sha256=FuPW7oh-O--RDFrLllEkXMVlXtiL_nuS1WEPbCnc7XA,7873
|
|
121
|
+
plans/completed/docstring-audit-enhancement/2-Core-Physics-Modules-Enhancement.md,sha256=BLf98fhGqEgdSfR6CjnJovCdjdqsB1GBZmHVED3KrI0,10765
|
|
122
|
+
plans/completed/docstring-audit-enhancement/3-Fitfunctions-Mathematical-Modules-Enhancement.md,sha256=nQnIVS_MzNltkt2O9xTbrjZjRde8t1lOzy-Xyn0VhjQ,9018
|
|
123
|
+
plans/completed/docstring-audit-enhancement/4-Plotting-Visualization-Modules-Enhancement.md,sha256=2Tecku5Z7jvatkmCarXA9Z6mu00qpQqUSDRts5_vSvo,11984
|
|
124
|
+
plans/completed/docstring-audit-enhancement/5-Specialized-Modules-Enhancement.md,sha256=bzuNg1cusSglPX0MbvrU1OXZuleBNgkqqgb4yFwAr5I,10871
|
|
125
|
+
plans/completed/docstring-audit-enhancement/6-Validation-and-Integration.md,sha256=ZDHPTKTIxnNXR-3VM6wg4HgAYrLoGRr5FjDnaJrwD50,9839
|
|
126
|
+
plans/completed/fitfunctions-testing-implementation/0-Overview.md,sha256=Y_cy0nZeIKeM_8XViRSLNXJWbkG7yNbYtIHCLqtECrA,5828
|
|
127
|
+
plans/completed/fitfunctions-testing-implementation/1-Test-Infrastructure-Setup.md,sha256=tA-m8ZGaNdLfzSv33VcYWMVLUNaaxiH4wUcv-LjBC9M,3475
|
|
128
|
+
plans/completed/fitfunctions-testing-implementation/2-Common-Fixtures-Test-Utilities.md,sha256=8ChOdnHiZFNHp9U33jaGHTFnQYvTA9LmJsQAVVgzJJM,4687
|
|
129
|
+
plans/completed/fitfunctions-testing-implementation/3-Core-FitFunction-Testing.md,sha256=zsM6s9ZWZQ3EsMQtBNiqSW76VVQUZWKx5k31TP-Y_wU,7015
|
|
130
|
+
plans/completed/fitfunctions-testing-implementation/4-Specialized-Function-Classes.md,sha256=5FGMZ-xp9tW8DLZ9V56HhSRctBoF148pv0ooKajFUx4,8521
|
|
131
|
+
plans/completed/fitfunctions-testing-implementation/5-Advanced-Classes-Testing.md,sha256=IHbcaP7VQPR9gRg8x0UwYUC9X5LL84w0IkFPO8DAc60,8777
|
|
132
|
+
plans/completed/fitfunctions-testing-implementation/6-Plotting-Integration-Testing.md,sha256=zsZSuKs6ZPmVhjVCDwXR1X1J_ggOl4DaLvjWt3v8omk,9486
|
|
133
|
+
plans/completed/fitfunctions-testing-implementation/7-Extended-Coverage-BONUS.md,sha256=j4eFew8nUtQwatIifvczLUuCUDuSCncajybvCothR78,8041
|
|
134
|
+
plans/completed/numpy-docstring-conversion-plan/numpy-docstring-conversion-plan.md,sha256=UzLDaBUfai8AQa9gsbZMaeHFba10P3Av1CwZVebIwJc,4288
|
|
135
|
+
plans/completed/pr-review-remediation/0-Overview.md,sha256=q32CWuiubbQOz9tYj69FTsukxWxBB_z-rXdrIzi8xhI,6174
|
|
136
|
+
plans/completed/pr-review-remediation/1-Critical-Safety-Improvements.md,sha256=dW5NhH03lSL8nt6PClLHnkhoxtwzWk4E6PZHEKQQQ5M,6444
|
|
137
|
+
plans/completed/pr-review-remediation/2-Smart-Timeouts-Validation.md,sha256=0SGMf4EdzL5t32uPxNon0YG6lkJnp0sj9ONkzRMVVIE,12507
|
|
138
|
+
plans/completed/pr-review-remediation/3-Enhanced-GitHub-Integration.md,sha256=0iFbU3f1Jti_uYYkEAGwPuFcC_4DZNjpVx1PHvwmsks,9463
|
|
139
|
+
plans/completed/pr-review-remediation/compacted_state.md,sha256=MLyvH75p1-xyhq_pf-DyhXlBFGT0Wlg_uXJoz7mRX8w,2128
|
|
140
|
+
plans/completed/python-310-migration/0-Overview.md,sha256=9Kta18IAH1pzGjHiXZqSPgkiYP5vxksfbY3XVYNdIS8,15783
|
|
141
|
+
plans/completed/python-310-migration/1-Planning-Setup.md,sha256=bHDfpSXTson2TVFOjFtAgrbIUgs3I1qiMFwuV2rE9LI,5919
|
|
142
|
+
plans/completed/python-310-migration/2-Implementation.md,sha256=lBcLj8A33HUZQKiLmq1lDM3YuOE1OGGhWY9FoYom-1o,7464
|
|
143
|
+
plans/completed/python-310-migration/3-Testing-Validation.md,sha256=n1NdLfYG12W10bor2TmgV0kpV_-XYVwnyXr3oW_zbwo,11895
|
|
144
|
+
plans/completed/python-310-migration/4-Documentation-Release.md,sha256=5VFwR9uVSIxTUwT5fzkqs1mqhCpLaKTuTpT1Gu0lcwQ,7942
|
|
145
|
+
plans/completed/python-310-migration/5-Closeout.md,sha256=WdQnI-ITZM6YUX4Pem2Xo44fE2R3Ik6UgVCRJadtOG0,11800
|
|
146
|
+
plans/completed/requirements-management-consolidation/0-Overview.md,sha256=VtAon55eabjTKIEAKuL_mL1x08RRJlHFycZpQyKwVH8,5881
|
|
147
|
+
plans/completed/requirements-management-consolidation/1-Documentation-Validation-Environment-Setup.md,sha256=scINWCJJnQU8bcRq-co93Zg3DHE8lHXZ_foVfnAp2bc,4274
|
|
148
|
+
plans/completed/requirements-management-consolidation/2-Requirements-Consolidation.md,sha256=_MrO8gdhad7764_WfpSr-LrCsJTMt7eZAKqFWvh6-fg,6571
|
|
149
|
+
plans/completed/requirements-management-consolidation/3-Workflow-Automation-Final-Integration.md,sha256=B10UYhwB27aEN92cSp5vbFxasmxcj0GtiXv4aeuF19M,7926
|
|
150
|
+
plans/completed/single-ecosystem-plan-implementation/0-Overview.md,sha256=9sF8oDaGUs3MwuxzKSKNY-mA_ZmHs52oUzkiKcz7Y8Q,4109
|
|
151
|
+
plans/completed/single-ecosystem-plan-implementation/1-Plan-Preservation-Session-Management.md,sha256=-15qxO6sU3cqJVMgGYcImNWefqgGLFL4MhUIL5NzQKI,1728
|
|
152
|
+
plans/completed/single-ecosystem-plan-implementation/2-File-Structure-Optimization.md,sha256=hfYQEXPDLoC-AyVDtzT1KIRW7wv7nos3Ltc2I57i8-M,1730
|
|
153
|
+
plans/completed/single-ecosystem-plan-implementation/3-Plan-Migration-Archive-Setup.md,sha256=Wv5B4ldE_MV4wTdA86qZyd96FAEd3e0XZFAFk8na1To,3922
|
|
154
|
+
plans/completed/single-ecosystem-plan-implementation/4-Agent-System-Transformation.md,sha256=f1cYHJupEA6dd05kKui5dcnF4iEpIfVyRktqNKgwjso,4392
|
|
155
|
+
plans/completed/single-ecosystem-plan-implementation/5-Template-System-Enhancement.md,sha256=FC_J2KWnE_4DhY8lc__ebELoVl1CzMhNpgAHZA1iCJw,4977
|
|
156
|
+
plans/completed/single-ecosystem-plan-implementation/6-Final-Validation-Testing.md,sha256=6fbCeImHmtCV4YWMD9P5IndNwkEld9hntwxPFNRy8l0,5848
|
|
157
|
+
plans/completed/test-directory-consolidation/0-Overview.md,sha256=WNG_nZUiUsTpAfyVx-aKS0_j7i8lmlxZFJl2tkSyo18,2584
|
|
158
|
+
plans/completed/test-directory-consolidation/1-Structure-Preparation.md,sha256=XJIYL7g1I-yXJ5_kpq-uzBi5B0VWXpxG3Rpmy6xkt1g,3070
|
|
159
|
+
plans/completed/test-directory-consolidation/2-File-Migration.md,sha256=raXtnvqPM46jDy_hM1jHdufVTmEjubf8Su5ZurwyOvo,2729
|
|
160
|
+
plans/completed/test-directory-consolidation/3-Import-Transformation.md,sha256=immJWCw1KTydQ3D00mK__dKTlAMm4ELTj36-VJGkmRs,3448
|
|
161
|
+
plans/completed/test-directory-consolidation/4-Configuration-Consolidation.md,sha256=6QMEWwIpCN4SRtmZrF0skU32qVo2MKaTQTOVcJGmaMI,4062
|
|
162
|
+
plans/completed/test-directory-consolidation/5-Validation.md,sha256=JfpYLXsciJGo8Qj1-2hITAnNbpDadmOcfM9juk0-WdE,4258
|
|
163
|
+
plans/completed/test-directory-consolidation/6-Cleanup.md,sha256=1N9xxGhD5ueTrQkHkJtrFcfzpZ9ixv40S1Q9uSHitL8,4705
|
|
164
|
+
plans/completed/test-planning-agents-architecture/0-Overview.md,sha256=VFhGBK7qvww4NotPJuXSZtv7DDA2cNpsD3dBGdDUl-I,3391
|
|
165
|
+
plans/completed/test-planning-agents-architecture/1-Branch-Isolation-Testing.md,sha256=yJdfaKENyrlMDW1Nc_j77CwbE74rZ7rHlqyksD62FyY,1393
|
|
166
|
+
plans/completed/test-planning-agents-architecture/2-Cross-Branch-Coordination.md,sha256=rL5YtUAjyt8jS4rHKRqfSwAVPOriRX0Ueej8uS-aV3s,1563
|
|
167
|
+
plans/completed/test-planning-agents-architecture/3-Merge-Workflow-Testing.md,sha256=4C8wQgP5wb0IQpbcioN1-3qjbavcnBNwBgkrvHaOxMU,1650
|
|
168
|
+
plans/deployment-semver-pypi-rtd/0-Overview.md,sha256=01qaYB1nKA4_zRj8GyP4huIi0wK9DSxQEcXTUZIukyI,20719
|
|
169
|
+
plans/deployment-semver-pypi-rtd/1-Semantic-Versioning-Foundation.md,sha256=NSuAZTc2tr4AYzYlRO4-2iQjVd8cTXzExqmwQmKBIw8,6983
|
|
170
|
+
plans/deployment-semver-pypi-rtd/2-PyPI-Deployment-Infrastructure.md,sha256=M2j72zyrGAQEn2jEluLO2T3SHBw5UHiR9IuteAaO5WY,8853
|
|
171
|
+
plans/deployment-semver-pypi-rtd/3-Release-Automation.md,sha256=QfiRKCNmE9t0Nfc8cY9EO0kN2R2mGnP7mYlnZ5dG0hY,11043
|
|
172
|
+
plans/deployment-semver-pypi-rtd/4-Plan-Closeout.md,sha256=luH_hsWM-XBPWryx_PpnKpvSzbmeygbNNNTPgr2Zf30,25868
|
|
173
|
+
plans/deployment-semver-pypi-rtd/compacted_session_state.md,sha256=gd--D9At6McMdK6O-tzJWoiV12CEb0m9xZx-sIYmyho,7683
|
|
174
|
+
plans/deployment-semver-pypi-rtd/compacted_state.md,sha256=8L08Twn728nF9D-Oc5KcABiwE1l9xew3e4pWpID191E,5430
|
|
175
|
+
plans/documentation-code-audit/0-Overview.md,sha256=FeeW1fXZFkgysqVX-5fQ-GU67EOeGmLX09JrCEzEuqI,19909
|
|
176
|
+
plans/documentation-code-audit/1-Discovery-Inventory.md,sha256=fiWKHJ15gQUensL7kwFej3xgEHMu-d9Pn3sV_Andaag,8092
|
|
177
|
+
plans/documentation-code-audit/2-Execution-Environment-Setup.md,sha256=0xZoid2j-dbukfLbGEzzX19aApv1VVe3RU7mkAFegAY,9524
|
|
178
|
+
plans/documentation-code-audit/3-Systematic-Validation.md,sha256=gaVbFm0FDqZFopqYzcdqQjySfF2kIVsAAVnfLzDjCQQ,12595
|
|
179
|
+
plans/documentation-code-audit/4-Code-Example-Remediation.md,sha256=_J2ppNkxTm0w-p7lG96FnzVPeCpmR2jIFHExnYUJ1SY,12788
|
|
180
|
+
plans/documentation-code-audit/5-Physics-MultiIndex-Compliance.md,sha256=olIXOrMsRUZMxoxW1EeR-rVokHT2qcN9VdZyYznDSzU,18521
|
|
181
|
+
plans/documentation-code-audit/6-Doctest-Integration.md,sha256=2Ket0wTNrYQGzHLinC7rS76TFA5n_1tOlaoM3wCs6Ow,17894
|
|
182
|
+
plans/documentation-code-audit/7-Reporting-Documentation.md,sha256=1pLJVjqUrEfAt2Gpw5Wl-hXqCRitsVrYCfA700mrQdY,16769
|
|
183
|
+
plans/documentation-code-audit/8-Closeout.md,sha256=JkRD_vNbKsPELH9uZA_S4S_b67aWchUtufReuBlj6WQ,17634
|
|
184
|
+
plans/documentation-rebuild-session/compacted_state.md,sha256=0DphvA20zjfRPwIRsj56-HAjEiAOAGgWa9eBwaaEuHY,5321
|
|
185
|
+
plans/documentation-rendering-fixes/0-Overview.md,sha256=Bmfhph8OIuaEhYzOI6lqO4eGrYrS8IR7XF1HWwVm_bA,6185
|
|
186
|
+
plans/documentation-rendering-fixes/1-Sphinx-Build-Diagnostics-Warning-Audit.md,sha256=5Nqger11UdN5kKJ9ik0tAo5OOmIDPrHUHggUz7bsluI,4513
|
|
187
|
+
plans/documentation-rendering-fixes/2-Configuration-Infrastructure-Fixes.md,sha256=3g88mp5PuK5USt5su_Bh7wuV9s9N_Xb3p9-qQSJ5zpg,5127
|
|
188
|
+
plans/documentation-rendering-fixes/3-Docstring-Syntax-Audit-Repair.md,sha256=pt2UJakq3d1kTIBrz9O_aMQKFwz2XZTRG23XhoHfHdk,6199
|
|
189
|
+
plans/documentation-rendering-fixes/4-HTML-Page-Rendering-Verification.md,sha256=P6byAMGe-BMBSG8Enu35rTDUve3WjixIDmVHq3iLNgc,5283
|
|
190
|
+
plans/documentation-rendering-fixes/5-Advanced-Documentation-Quality-Assurance.md,sha256=_W7qzrO6FiqYJyQgE5R4hSgtsyF9xYo-JTmfzgesRQ0,5407
|
|
191
|
+
plans/documentation-rendering-fixes/6-Documentation-Build-Optimization-Testing.md,sha256=wxlgcupKaTnGNtl1YIY7GWOStDXaWA5kRqVd3UgJZsQ,6129
|
|
192
|
+
plans/documentation-rendering-fixes/compacted_state.md,sha256=ylBWo9rpa2ovGF9mBLqgqOWHZMbMoceabI_at2T93NE,5603
|
|
193
|
+
plans/documentation-template-fix/0-Overview.md,sha256=Zmu1cEWi49OS6LVv-xTqUySZyCM6fKL-xPiaeRW6tB0,9797
|
|
194
|
+
plans/documentation-template-fix/1-Template-System-Analysis.md,sha256=RtsAuCjnfUe9eTRPzQ0gAK3n1G9_ZHujQcerKCgGbmM,9102
|
|
195
|
+
plans/documentation-template-fix/2-Template-Modification.md,sha256=_ZJDEbG9ZBraOerFUE5mOhBtQ9TcLvCvF5JyMwtrCJI,18402
|
|
196
|
+
plans/documentation-template-fix/3-Build-System-Integration.md,sha256=kTA5ytXttXK3pArfk8gO7bDxY4pQoQvJfEN6UybPEBU,25502
|
|
197
|
+
plans/documentation-template-fix/4-Testing-Validation.md,sha256=C8SpvM3BqJ8PU5VffgByyR-VhOiD_T7Zl7nlFTlyvSE,52703
|
|
198
|
+
plans/documentation-template-fix/5-Documentation-Training.md,sha256=w885KF9LePp5VbcfVMAdKNvJkxknjdAHvh2kWVeDMmA,17844
|
|
199
|
+
plans/documentation-workflow-fix/0-Overview.md,sha256=svz8RYFClBMH6Axth6QvouT9FoHZd16Zq28O6kRfRHw,9827
|
|
200
|
+
plans/documentation-workflow-fix/1-Immediate-Fixes.md,sha256=pvVOecGHaezOK_X3sQzpidpjvMiFuSwZqNzWZlKt5xw,6037
|
|
201
|
+
plans/documentation-workflow-fix/2-Configuration-Setup.md,sha256=alGWMMObb3aQp_kaDr-mKSRmzyHgQGKOFhLQ8vhtzG8,7413
|
|
202
|
+
plans/documentation-workflow-fix/3-Pre-commit-Integration.md,sha256=7M-iyg1ifPikuWLYG8-M5EN9U6EnQektoD8J0tjTKfI,9066
|
|
203
|
+
plans/documentation-workflow-fix/4-Workflow-Improvements.md,sha256=xs3dU5OCWksszqmXX44Y6qrLCNpoK_Q6b756Rsyqa1E,13130
|
|
204
|
+
plans/documentation-workflow-fix/5-Documentation-and-Training.md,sha256=adnQVs7IhiAj6zNlzl_xjIfSVT35N95fDLlFEwlFdKQ,12725
|
|
205
|
+
plans/github-issues-migration/0-Overview.md,sha256=KN7ig_ryX4zjc6xbJT8XuKXk9HJOdlGRvtVYU4xD4Fk,21939
|
|
206
|
+
plans/github-issues-migration/1-Foundation-Label-System.md,sha256=fMrFDUGl82f2X7ceOYaTf5ajwrltoh6uU8FuNsn3_zY,8497
|
|
207
|
+
plans/github-issues-migration/2-Migration-Tool-Rewrite.md,sha256=vXztSKQHKILm3IDgmvND1GgPqwfpXyGMA8lBfXiqY3E,11398
|
|
208
|
+
plans/github-issues-migration/3-CLI-Integration-Automation.md,sha256=PBvyP41Oa2lP7LBGMSkLXD0wfbZh1H1wyykRH-fZtCg,7504
|
|
209
|
+
plans/github-issues-migration/4-Validated-Migration.md,sha256=A0F6ybse7_OXUdJNAi49QDIkw8GoIBfFnhagyDZbI3Q,12036
|
|
210
|
+
plans/github-issues-migration/5-Documentation-Training.md,sha256=1s6fSOZxe9SmAotH9xdZzUrd1iLTHm1LN92s46rIBqw,7967
|
|
211
|
+
plans/github-issues-migration/6-Closeout.md,sha256=hrk93iv6AUPFULRx_YavqaJGQfn5vjhu-eAGBtpsYlo,7466
|
|
212
|
+
plans/github-workflows-repair/repair-plan.md,sha256=N0VMlxDT7lAh945UoX2S-FMymeKI9XJsMVVd2Eb3f3w,11347
|
|
213
|
+
plans/pr-270-doc-validation-fixes/0-Overview.md,sha256=lEYgMx-vLZDOe6XE8UzyXqpduITi0ufaVBj9MtU-xqQ,14066
|
|
214
|
+
plans/pr-270-doc-validation-fixes/1-Critical-PR-Fixes.md,sha256=Hday9DAW2ZQLfsuZYanZg7BPFPKbB8bSJatZZQjJ41w,4908
|
|
215
|
+
plans/pr-270-doc-validation-fixes/2-Framework-Right-Sizing.md,sha256=LXKtgMuVHBmXhR5BgqcDRWAV3LJxMcfxQUSIyE4J2w4,5961
|
|
216
|
+
plans/pr-270-doc-validation-fixes/3-Sustainable-Documentation.md,sha256=w-TKWXXjuxcCWVlYvfiKMuskLGo16C8d3s6dwU6_6dw,5712
|
|
217
|
+
plans/pr-270-doc-validation-fixes/4-Closeout-Migration.md,sha256=iao-MZRJK84f8yWGxU16-HEhWFmGqSUxEgoRvf8WMa8,6382
|
|
218
|
+
plans/pr-270-doc-validation-fixes/PLAN_COMPLETED.md,sha256=2nCI1yprnv3ELxsr_jQipBY2HwvzbvkU3vplZls8mVQ,6355
|
|
219
|
+
plans/python-310-migration/0-Overview.md,sha256=9Kta18IAH1pzGjHiXZqSPgkiYP5vxksfbY3XVYNdIS8,15783
|
|
220
|
+
plans/python-310-migration/1-Planning-Setup.md,sha256=bHDfpSXTson2TVFOjFtAgrbIUgs3I1qiMFwuV2rE9LI,5919
|
|
221
|
+
plans/python-310-migration/2-Implementation.md,sha256=lBcLj8A33HUZQKiLmq1lDM3YuOE1OGGhWY9FoYom-1o,7464
|
|
222
|
+
plans/python-310-migration/3-Testing-Validation.md,sha256=n1NdLfYG12W10bor2TmgV0kpV_-XYVwnyXr3oW_zbwo,11895
|
|
223
|
+
plans/python-310-migration/4-Documentation-Release.md,sha256=5VFwR9uVSIxTUwT5fzkqs1mqhCpLaKTuTpT1Gu0lcwQ,7942
|
|
224
|
+
plans/python-310-migration/5-Closeout.md,sha256=WdQnI-ITZM6YUX4Pem2Xo44fE2R3Ik6UgVCRJadtOG0,11800
|
|
225
|
+
plans/readthedocs-simplified/0-Overview.md,sha256=Qrqrt5DN1RCAeQ42qvkix4j8nZifyuTPRnheeC20R1I,9456
|
|
226
|
+
plans/readthedocs-simplified/1-Immediate-Fixes.md,sha256=QCkXx3lobja4Ck4sAO_AaTEpfJanAnSl5OFarx6dk6M,6595
|
|
227
|
+
plans/readthedocs-simplified/2-Template-Simplification.md,sha256=iWlCLkJpUrhA_4em-iGCFgp0Ja5OvZ9jy8YTe1ruTYc,9001
|
|
228
|
+
plans/readthedocs-simplified/3-ReadTheDocs-Setup.md,sha256=HFN4GZ5xL8cURe0_wvHCXmMiUVHhmCOyhZPQYWPrTkE,9281
|
|
229
|
+
plans/readthedocs-simplified/4-Testing-Validation.md,sha256=1hYm0deOACvtk0PWdalYNacA3EQuRomr8rJX33STnxk,10856
|
|
230
|
+
plans/readthedocs-simplified/5-Closeout.md,sha256=YKVMUEFdRyYDmd9xoQhwNyVoYnfWu0sxh2hVMWwvzeQ,10765
|
|
231
|
+
plans/readthedocs-simplified/compacted_state.md,sha256=Qi6L0wPmH-BGADLZX3VSq4OrRgaqxY1TBc7sQrPnaqM,4753
|
|
232
|
+
plans/session-compaction-2025-08-12/compacted_state.md,sha256=nFiO94sh37zqmqsm0XIUDezzdpUnnmKB43B7_Et5ojw,5953
|
|
233
|
+
plans/session-compaction-2025-08-13/compacted_state.md,sha256=8JmiJ7W9ZEZW8FnkfX36QE8ZRAJzanp57pyxxplix04,7620
|
|
234
|
+
plans/session-continuity-protocol/0-Overview.md,sha256=jicN-bQBCGysN8GoiOd3MwDcoPq6EvKxl_2Kj7LJG9k,1852
|
|
235
|
+
plans/session-continuity-protocol/1-Core-Principles-Framework.md,sha256=3UhKkRbFz-wpTxBACWDSNt47fT40fQ4kVq_y7GyPSGc,1841
|
|
236
|
+
plans/session-continuity-protocol/2-Pre-Session-Validation-System.md,sha256=3fMAYaz4kzuhjw3okgR6V0r2y31Ek4uX5YLbbuRoylA,2841
|
|
237
|
+
plans/session-continuity-protocol/3-Context-Switching-Prevention.md,sha256=Wa9W1LP3NkATtYVKWyXFN-Xuy8wNF2qZ7wUC1rK_OHE,3276
|
|
238
|
+
plans/session-continuity-protocol/4-Progress-Tracking-Recovery.md,sha256=lkYOiSKs5I1l9Ep7pWfcW1raFNfbkCutHKqqrPZp738,3837
|
|
239
|
+
plans/systemprompt-optimization/0-Overview.md,sha256=LU0hJWOHqqoTzstPDQEIL2wlcD2Etlz6oZnxTzfTnOk,17348
|
|
240
|
+
plans/systemprompt-optimization/1-Deploy-SystemPrompt.md,sha256=dPpoiaOGOUtxUZWiG5zNrsyK8pGdQyoJgKlNvoP3DYk,5655
|
|
241
|
+
plans/systemprompt-optimization/2-Documentation-Alignment.md,sha256=-8m8yy2Ah5W81hxaFwfoWGq8LkoE2nf4bLC0EefNTDs,7590
|
|
242
|
+
plans/systemprompt-optimization/3-Monitoring-Infrastructure.md,sha256=GL2mXQ6YLqxPWI-D9TxpT1Fi61uPDYVU0nwmHn9U9Kc,15118
|
|
243
|
+
plans/systemprompt-optimization/4-Implementation-Script.md,sha256=I4j7q8wYnID8TqW-6IXuAXh7JWCSiNE9WP1lIStUVzM,14137
|
|
244
|
+
plans/systemprompt-optimization/9-Closeout.md,sha256=AGUhZz2ZVhr2Bedn1yhghOJtBy8Yl8D37x_tZUXRats,8430
|
|
245
|
+
plans/systemprompt-optimization/compacted_state.md,sha256=hSCdLtFj73QKce_WM7YZ9yQiAl7R8hm4NrlvmAKB89s,5778
|
|
246
|
+
plans/template-value-propositions/0-Overview.md,sha256=mPxfLWNo-D7avjfN1tfZgnLc3YYkAIa8dF5p2XENOkA,15728
|
|
247
|
+
plans/template-value-propositions/1-Value-Proposition-Framework-Design.md,sha256=gcdWjyd_67uY2j0xjebkKdKKh4_0F2QZzpIbJ4rlgGw,4950
|
|
248
|
+
plans/template-value-propositions/2-Plan-Template-Enhancement.md,sha256=kCeil4hcVVGVxNABwq2YtIS9Qj8YJWQ-vj9pf2tIHzg,7078
|
|
249
|
+
plans/template-value-propositions/3-Value-Generator-Hook-Implementation.md,sha256=sRh2939cVOk3zPvvRDsxq32MME6QoAiZbDCLOrRHjQE,10657
|
|
250
|
+
plans/template-value-propositions/4-Value-Validator-Hook-Implementation.md,sha256=jjVHH9DbPSIsTOzFy4ckG64lIsFD9EjT5O6ZMjzVVSA,10729
|
|
251
|
+
plans/template-value-propositions/5-Documentation-Agent-Updates.md,sha256=VSxyQrqkPujk7oET7GzS7DBUU0H2zlegY4CHiHTwYGs,8553
|
|
252
|
+
plans/template-value-propositions/6-Integration-Testing-Validation.md,sha256=7H7b-mzmMcx2bm_iRu-50um-_4scrZXcOWRaZi5iEiQ,9196
|
|
253
|
+
plans/tests-audit/0-Overview.md,sha256=JRMfdyUmqOJ_bzPQXa64LGmlu5QHqXj-PfDWIw2vmSo,17233
|
|
254
|
+
plans/tests-audit/1-Discovery-Inventory.md,sha256=UfmM3TeesDHb52y7syCKXvJhnhCNrXwpiDdiyvXMGQg,8142
|
|
255
|
+
plans/tests-audit/2-Physics-Validation-Audit.md,sha256=i-NAxfIA6ym7V0c7fwSZ2aTAmOhoKFuoeV1REtEJ1F0,9781
|
|
256
|
+
plans/tests-audit/3-Architecture-Compliance.md,sha256=Jz6N2yCtAd09zIOfM6ljvw83YdyP-KnpLpX9JPTC6a0,9689
|
|
257
|
+
plans/tests-audit/4-Numerical-Stability-Analysis.md,sha256=-VvnRTPUdp2aoCoB2173xEl3usOyOFkIa47PYoIvPHc,10333
|
|
258
|
+
plans/tests-audit/5-Documentation-Enhancement.md,sha256=XvOLIBdSoGlZZ6zDEQ6tGVQdEy2QSPPETlE9tF1TXZg,11266
|
|
259
|
+
plans/tests-audit/6-Audit-Deliverables.md,sha256=sbjHKetrJcE5lXMRsm0PsV7b5f5h_rzoWb7PoBm71IQ,10944
|
|
260
|
+
plans/tests-audit/7-Closeout.md,sha256=ZRji_7bVaG-sMjfeHndEgL2pDz5ENu9yEDbyQX5Psoc,14424
|
|
261
|
+
plans/tests-audit/artifacts/ARCHITECTURE_COMPLIANCE_REPORT.md,sha256=kmnBrPKgQHDy3C6CYxf16PMMRg6LzGLFOEpdel49p6U,9499
|
|
262
|
+
plans/tests-audit/artifacts/ARCHITECTURE_RECOMMENDATIONS.md,sha256=JwNLmnEfpKISLWseqRIi4RLsamE6dMuQrjDuEmvB3rM,31978
|
|
263
|
+
plans/tests-audit/artifacts/COMPREHENSIVE_AUDIT_REPORT.md,sha256=gnheFHYdZUQB9zmDEybJbq3dbP_J8d9BhxysK1wtizc,15415
|
|
264
|
+
plans/tests-audit/artifacts/CONTRIBUTING_ENHANCED_TEMPLATE.md,sha256=LozeK6HQiCLFP962ssI1qaE7KNORcG4O_Ls2kxZNDPY,14538
|
|
265
|
+
plans/tests-audit/artifacts/COVERAGE_GAP_ANALYSIS.md,sha256=lKg3yX6tKQEvPzG2Eh5-cGiE1COuR7NCh3I-JtXD0sk,5859
|
|
266
|
+
plans/tests-audit/artifacts/DOCUMENTATION_ENHANCEMENT_REPORT.md,sha256=DNosvJNgu3sKVJNsE5gPQi7cEHpzdiuxbFiNtMxUxqo,19570
|
|
267
|
+
plans/tests-audit/artifacts/EXECUTIVE_AUDIT_SUMMARY.md,sha256=yI2bIrKmQZ4P5koUkTZvUAgoLgt-kpXK4-7bU6Ay7Mg,7339
|
|
268
|
+
plans/tests-audit/artifacts/IMPLEMENTATION_ROADMAP.md,sha256=tmT2IMLwOYEIOKo_Y67dWD6Rl8tpx4UKzd8mzOYbVSg,25474
|
|
269
|
+
plans/tests-audit/artifacts/NUMERICAL_RECOMMENDATIONS.md,sha256=3RXJVqeXyMzeKT53-gzydyF55b4jikEIjEFYX0AFSOQ,24917
|
|
270
|
+
plans/tests-audit/artifacts/NUMERICAL_STABILITY_GUIDE_TEMPLATE.rst,sha256=pk9aLEGwfq8r2PCBVsEpHHSH1axSE4ZIZ9wawad4E_Y,15650
|
|
271
|
+
plans/tests-audit/artifacts/NUMERICAL_STABILITY_REPORT.md,sha256=Cje3_F8ttr6V93JPVpiqUa9f6mRiFcmoOqX7BVXz0vc,12107
|
|
272
|
+
plans/tests-audit/artifacts/PHASE_3_SUMMARY.md,sha256=rCKI1qhuo_q6RnK2mZpXoBG7zZUj717E_4HcGIKx6PQ,10289
|
|
273
|
+
plans/tests-audit/artifacts/PHASE_4_SUMMARY.md,sha256=bim6fVrZMnVLISmrWd8L8VIqv3W_EOX5sszdynN7OvA,8929
|
|
274
|
+
plans/tests-audit/artifacts/PHASE_5_SUMMARY.md,sha256=Y35bn5kgxCaljd-u4aHAZIMhEDrXwv9Bsoj7Uj5dccc,13830
|
|
275
|
+
plans/tests-audit/artifacts/PHASE_6_CLOSEOUT.md,sha256=sITkgSQIGWRc1WQmDTl4hVtvhGeDONzU9yzjTM1Asok,15236
|
|
276
|
+
plans/tests-audit/artifacts/PHYSICS_GUIDE_TEMPLATE.rst,sha256=rRgojlozUEd5EMlXU0PkYXhtvH4v49iQ37pTYtAdjE0,9406
|
|
277
|
+
plans/tests-audit/artifacts/PHYSICS_VALIDATION_REPORT.md,sha256=9yV-lg-vDpe7SUSB2r5-capnTTD-nmtCoUk-53LnB6o,10129
|
|
278
|
+
plans/tests-audit/artifacts/TECHNICAL_DELIVERABLES_PACKAGE.md,sha256=UG82JBxEYUF-1AA39ImzZW6ojjvL0iIch7RZiaIZKM4,93139
|
|
279
|
+
plans/tests-audit/artifacts/TEST_INVENTORY.csv,sha256=VOWhEkxaQj6JMB1pFg3NOZjOVs2sT4H3BWYaTBjRxAY,184064
|
|
280
|
+
plans/tests-audit/artifacts/TEST_INVENTORY.md,sha256=fU4HaDHXsOPYMm41Jw4g9oG5OsTvD8c3nGWFWwtLWC0,6047
|
|
281
|
+
plans/tests-audit/artifacts/test_discovery_analysis.py,sha256=W57F6dZE8SVBmuoiQ7ccyNpoYE3OmgeOAZ-Z57gYpF0,9739
|
|
282
|
+
plans/tests-audit/artifacts/test_parser.py,sha256=74PhaairFxZYgPFhPNe0Xgc_rj7mCOpNfYz4p9kKLiI,15910
|
|
283
|
+
solarwindpy/README.md,sha256=54qoMZ3EDkwYIthS_fgolKE63_t5h6tl1fAu8W6sPWQ,63
|
|
284
|
+
solarwindpy/Untitled.ipynb,sha256=25BEnYCUG4OiVgZjGRdJQBQRb7oUtl0R7mkZGiTkvfs,1589
|
|
285
|
+
solarwindpy/__init__.py,sha256=41v4M-8UGLsWvG-y-QW1x6BBYYtHxi3WwhKyoW6eyuE,1490
|
|
286
|
+
solarwindpy/core/__init__.py,sha256=gNQSJd3_NGaVg1cqgYEmP7a4AxcfJpEBB_9qEqcxwZM,489
|
|
287
|
+
solarwindpy/core/alfvenic_turbulence.py,sha256=l2EChzYpAuuUFys1robjx9CEV9qY6eboIxIOTYXmosw,25730
|
|
288
|
+
solarwindpy/core/base.py,sha256=oCVCaNnJvcdtv1jrpAm73K73Sukp_Osu1BdusmRjSxs,7296
|
|
289
|
+
solarwindpy/core/ions.py,sha256=jNs7EvDRQ22Tgg55cjuJPSqCIWQVC4VY59W1FatSC84,8807
|
|
290
|
+
solarwindpy/core/plasma.py,sha256=jS_peY6Z783h8vYDkehmSbpqQe6_qqeC7oo9BfY7IlA,75230
|
|
291
|
+
solarwindpy/core/spacecraft.py,sha256=zeHhZrzb0gjeC33boeZ0EVn5DZL1Ww0EvD-WIBSo9xs,8428
|
|
292
|
+
solarwindpy/core/tensor.py,sha256=c9r14PqyIdG22TYrBsQgg-7Mn7F8CyLuN-PGW9xiw5Q,2442
|
|
293
|
+
solarwindpy/core/units_constants.py,sha256=p4HX2opkpcj5Pgs2Nykx8_bEDV-wXB4FDJtiZv5-ogM,6063
|
|
294
|
+
solarwindpy/core/vector.py,sha256=tMrgGWNGfHX0rtHBoa_PrUbnbcr3jqSEfhnKFn0J1LA,7857
|
|
295
|
+
solarwindpy/fitfunctions/__init__.py,sha256=C52HhVDjK-nRZXrjeS5r5zsgVBiiLyDDoaR22CObSlE,458
|
|
296
|
+
solarwindpy/fitfunctions/core.py,sha256=RxNbW1L4AZVtMBQvq56NFAlegO12CqwGiVcYANUbjwc,22906
|
|
297
|
+
solarwindpy/fitfunctions/exponentials.py,sha256=5NtpKMcns9BpD3jpLszw2Kn86Dt9Uhv4Y2A7JK0TCi4,4815
|
|
298
|
+
solarwindpy/fitfunctions/gaussians.py,sha256=db3yj89taBgHCjMF_GoxUlwJlJBjAfgH37rbCtZQZxc,8217
|
|
299
|
+
solarwindpy/fitfunctions/lines.py,sha256=crs5CbdtMpz6liTeKcBW2_2o9dQClYPV5QXSrd5YXc8,2806
|
|
300
|
+
solarwindpy/fitfunctions/moyal.py,sha256=cfoNGJ4-0tHjJUMKoVf7WXo4Zf_UwtYIa9b8WZd385k,2043
|
|
301
|
+
solarwindpy/fitfunctions/plots.py,sha256=wMfQ_l9oBmIoEUFKtNe-7w8V-naz5cPVOTZXQ-rEE24,24487
|
|
302
|
+
solarwindpy/fitfunctions/power_laws.py,sha256=rEt-eO8k5HwFhqN1WKLF4fb-ADsQzFiFi6RfK-i-y90,6065
|
|
303
|
+
solarwindpy/fitfunctions/tex_info.py,sha256=UXI-JFe6oIn4wNmknm6woyJzNVYolW4OiWHvaSCApHg,18919
|
|
304
|
+
solarwindpy/fitfunctions/trend_fits.py,sha256=ZAsHGpMf5ATcCTHkaLglsTqDsTA6wcY2UoWlN3YKv3U,15353
|
|
305
|
+
solarwindpy/instabilities/__init__.py,sha256=mJjen4T-1QmD3vswzt1xqqXGj3IRnaUHXYsfu8sw3gI,471
|
|
306
|
+
solarwindpy/instabilities/beta_ani.py,sha256=FaBpl2aUxqysTgzuVMKA-32vYJAvkhAzR0zgAW77CFU,2152
|
|
307
|
+
solarwindpy/instabilities/verscharen2016.py,sha256=lLCj01gUdUEdPablbF60yjAc9gni6ICwpF7d1jUNzAQ,19615
|
|
308
|
+
solarwindpy/plotting/__init__.py,sha256=xcyOoL2mt9uO0HBgtyXbZMF2pWP1OvL9EbG8fl5PThE,560
|
|
309
|
+
solarwindpy/plotting/agg_plot.py,sha256=NhEx2Kh4dDGxBdMjJVsCuMwRyIvtWS5lNi-TlbbFrnM,16381
|
|
310
|
+
solarwindpy/plotting/base.py,sha256=FhyLeQnAgLOyjdJAWLIswusCLvFlyQQxTSufnMEw_cQ,14345
|
|
311
|
+
solarwindpy/plotting/hist1d.py,sha256=tynZSnFfjw53pVFki6EXbti3NP5q62zp8xQD6NFhDrE,12721
|
|
312
|
+
solarwindpy/plotting/hist2d.py,sha256=Z8kr4RPqAZ1gA9G9reJd1zzRs6fHecY_z1oKMOHTkDA,33901
|
|
313
|
+
solarwindpy/plotting/histograms.py,sha256=vlViwlEohbWmnyXyEkaS5SW33NhCwz_WGsg5p4UgMsE,60538
|
|
314
|
+
solarwindpy/plotting/orbits.py,sha256=s7kTtaWSD6fDKjtLnfIgAHOoNtAQc_1NR8a-Rj9d7-w,17011
|
|
315
|
+
solarwindpy/plotting/scatter.py,sha256=m8tCkOwapRppOREfR8Gvw6UZxRxmWgclkjaxbKPIYUI,2746
|
|
316
|
+
solarwindpy/plotting/select_data_from_figure.py,sha256=DC4vLAc9fne6dkfCIw24-CNVwnOxL9QZ4imSzH1inm4,9626
|
|
317
|
+
solarwindpy/plotting/spiral.py,sha256=SapoAtyGU2wS1B68p8eSqyTFthvOU6Q9NWkwoGswQWo,31494
|
|
318
|
+
solarwindpy/plotting/tools.py,sha256=A7LiqnY1FgpHnNTffb4g2L0GQxjWns4gaI6djGnq8Ks,12273
|
|
319
|
+
solarwindpy/plotting/labels/__init__.py,sha256=JKsnc0CBYWeUL5CTWTcujd5QKMepgcFepi84Ytuv81o,2352
|
|
320
|
+
solarwindpy/plotting/labels/base.py,sha256=t22TcuDN8sUT1vXQdyWca5eOeJG3OaasxDi6O-DDZig,18893
|
|
321
|
+
solarwindpy/plotting/labels/chemistry.py,sha256=2eCLDuXRIQASSwlj3K0JFxce8DXqe9xjGzruEHn_8kc,387
|
|
322
|
+
solarwindpy/plotting/labels/composition.py,sha256=d1YM1ol1ddcOe2JWe_EhIZKNMZTXu_UoJpPJYE7mTqU,2293
|
|
323
|
+
solarwindpy/plotting/labels/datetime.py,sha256=k5VTVMYk4a8NQTw3nPdlfXZuygdjOkxLqRq5AaAOoA4,5230
|
|
324
|
+
solarwindpy/plotting/labels/elemental_abundance.py,sha256=xIjzduNlIWkNm6pyBkNVYko6k0LIIFq-181KPN3hPJ8,2103
|
|
325
|
+
solarwindpy/plotting/labels/special.py,sha256=0O00qTqsb6HJ9jAKXXz7_ZYUL0wKoaSMm3B2vxQOBEk,19136
|
|
326
|
+
solarwindpy/scripts/__init__.py,sha256=l8EPnZWcwghepEYI7pAGiyh-alA0EajOErb3dqo6TkE,38
|
|
327
|
+
solarwindpy/scripts/logs/.gitignore,sha256=MY2aFlM3Mqac2nu3sXTuOS_dFb49cqEUzY8tUfPqtRA,6
|
|
328
|
+
solarwindpy/solar_activity/__init__.py,sha256=cRmZ0vppcORh21g3lL7dghNVQx1adGJC6riZS1_xQNI,1561
|
|
329
|
+
solarwindpy/solar_activity/base.py,sha256=0aZ9xpS5RYyhGy0P_-hgWO2jJrY4fEprf3Bf-sMqU0o,18110
|
|
330
|
+
solarwindpy/solar_activity/plots.py,sha256=JUwLYimG6G70ssuImOJE4Kr1tqMmcV48rzOJIPyCmhg,3052
|
|
331
|
+
solarwindpy/solar_activity/lisird/__init__.py,sha256=CLPaqBwQ2cesKWSbiJShrH81ErrFIJQCva8SXUsID-w,140
|
|
332
|
+
solarwindpy/solar_activity/lisird/extrema_calculator.py,sha256=7UjjKbj21L6SNFDTEWX8AEm0URkc7HRdPRw3ODIBQ1M,12338
|
|
333
|
+
solarwindpy/solar_activity/lisird/lisird.py,sha256=GbcSOoUubizxGz2FxXjTjTDnGkuRkj1z0z_6I-YEdXk,10592
|
|
334
|
+
solarwindpy/solar_activity/sunspot_number/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
|
335
|
+
solarwindpy/solar_activity/sunspot_number/__init__.py,sha256=8uJL-Yt1D1tiiVTSEB9y9zhoa8SyzwgpOOHa19DP188,71
|
|
336
|
+
solarwindpy/solar_activity/sunspot_number/sidc.py,sha256=zTktSZxPSNtdQ1jrRl7V76kPLqWOuUlmJGNIzT7vhhU,16992
|
|
337
|
+
solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv,sha256=5OJ5iEMLWIYYnBqihYpDBAOV9oiwE3hLmVzEsUUlfr4,2101
|
|
338
|
+
solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv.silso,sha256=iQq8Ea0EMU1LZj2wtJQeRd2Sw-PW58wGSJtVpR8hgmE,2102
|
|
339
|
+
solarwindpy/tools/__init__.py,sha256=hoLkvWMHNcDFlxdjKF8wov4MNzHVCayheiRcrYCZ7RM,4602
|
|
340
|
+
solarwindpy-0.1.0.dist-info/licenses/LICENSE.rst,sha256=LnFDisrg2iF2g1WG7hg3UyezM7BHvixBj5u-KJy7HqI,1531
|
|
341
|
+
tests/__init__.py,sha256=QMXatjFn0cwLVfV0syJuu_di6qEr8qYe-WwhwUBssLg,32
|
|
342
|
+
tests/conftest.py,sha256=sPZrGyQIdS6-i9LGbXOors23BId5p7TCoyJaF8whxOw,441
|
|
343
|
+
tests/test_circular_imports.py,sha256=S94K4RRKggn_9rJutfyTXBTMtPxbG3DQNcR6HMHOHdU,14664
|
|
344
|
+
tests/test_issue_titles.py,sha256=H45fmkGUDzVeCr6VABFRUUXE3yZGox4uDM1pnG3AbtQ,832
|
|
345
|
+
tests/test_statusline.py,sha256=5K5NUWaf3t4C-o-BGkNAeQDGMdMlxp7jmI93a5-3m3o,11096
|
|
346
|
+
tests/core/__init__.py,sha256=4wOiTeeC3QpK7unv4S4WDm5g1rz9aY_Nzda34zO9sbE,20
|
|
347
|
+
tests/core/test_alfvenic_turbulence.py,sha256=yRdhAUglXBmzWqddc2K4QeHQq2Zg9vlaMB-MaceQAAI,17193
|
|
348
|
+
tests/core/test_base.py,sha256=ru6kNfnrDM9Cg65Qt7AI_yKWHZaKfGBe6v8N4hc-OI8,2730
|
|
349
|
+
tests/core/test_base_head_tail.py,sha256=mhLBWT6Cia_19cz9SOkpMUOAnB_bDvlAHfk2At_SUOA,752
|
|
350
|
+
tests/core/test_base_mi_tuples.py,sha256=YaF5ljP7xaFQhcuyv8wu8OQlMoiOJEIyhWcRVsmVWYA,338
|
|
351
|
+
tests/core/test_core_verify_datetimeindex.py,sha256=_aeZ_giB7MTOMCqoNLUGr8ugFvOlbm5FFf2TDolU-xY,872
|
|
352
|
+
tests/core/test_ions.py,sha256=AXBhG5ANI2cKr1rfzbbFwKFGBghznAXdi3jfOsIZq4M,10434
|
|
353
|
+
tests/core/test_plasma.py,sha256=bI_rDyWpnM2G78M4KRqEfwi82i_xRuqPx4WaNSKTGHA,103241
|
|
354
|
+
tests/core/test_plasma_io.py,sha256=j0TrV5T2rPMcKX7tbIzWO_DWTwmJ96hnwrmazFOGL4k,384
|
|
355
|
+
tests/core/test_quantities.py,sha256=_9cP3HdVr0JMUDABZiwTSnBokSpZbWagqFQ-OSrL2F8,16955
|
|
356
|
+
tests/core/test_spacecraft.py,sha256=jYh1VivdkL4ZnC72WlVamHJr4D_8t8KiY4lrpWqGejE,6815
|
|
357
|
+
tests/core/test_units_constants.py,sha256=Yelx_3F6Q1IH-yOLJDgcsF4khYu6nZhVY7svm3xnHAk,511
|
|
358
|
+
tests/data/epoch.csv,sha256=ILnMSC8BUwtYzOedeldDFOtB4MYEvZgumCT8LZLoa90,72
|
|
359
|
+
tests/data/plasma.csv,sha256=jtT4msNHX_muY7YWRQkWIrqU140nmnLLLstHSoAhs_w,652
|
|
360
|
+
tests/data/spacecraft.csv,sha256=nu6FCU1AoXGPH6gPPyovZjoTpd62gIbwYfzt3tK0ILM,238
|
|
361
|
+
tests/fitfunctions/conftest.py,sha256=WQrWlbMwadb4AA4nEy92R5ywOfEneIs7PXNaQpT2aXQ,1494
|
|
362
|
+
tests/fitfunctions/test_core.py,sha256=E9DvxK96wa79PMigj699e4o7vNWyVyeLuOsVbIU7Dw0,6093
|
|
363
|
+
tests/fitfunctions/test_exponentials.py,sha256=OYpWwDC_RWgdbGGsqr_1Hxn4WvWlXZKJeGLaszIBq8w,10422
|
|
364
|
+
tests/fitfunctions/test_gaussians.py,sha256=NWHaZIU9SLfOETPZTHZrGjLES_sah9hnjdomGNzI0Ek,4404
|
|
365
|
+
tests/fitfunctions/test_lines.py,sha256=eUdhk916FumlFUrNrQ-lB4gvGTbQmsxsiM9WGuWJOH0,10158
|
|
366
|
+
tests/fitfunctions/test_moyal.py,sha256=y2YGMV8r1jfurZvJf1mxCsYa9l8JJ59YCiHDwzBlwFc,8107
|
|
367
|
+
tests/fitfunctions/test_plots.py,sha256=ejm3JlDeXldgL64kuUZ78iqXQf_y6LJNOM_ySdWfayw,7657
|
|
368
|
+
tests/fitfunctions/test_power_laws.py,sha256=h9ex6eN6hq70MDZQop-fKBZWqLvFCDLwguPi1Cl0eAg,10806
|
|
369
|
+
tests/fitfunctions/test_tex_info.py,sha256=imxgkKxG3PsXTn4RdCRKGC1w_CWnh0yhbnCmZyhmrIA,5739
|
|
370
|
+
tests/fitfunctions/test_trend_fit_properties.py,sha256=HYokEF6xlVDqw-Sw47FhG_Dytymz9u_9o1UEspLDxY8,929
|
|
371
|
+
tests/fitfunctions/test_trend_fits.py,sha256=3qYiF5E58DR4FpKv6vPVkM2YUOmh9sN-XpyV5EOlJxs,7936
|
|
372
|
+
tests/plotting/__init__.py,sha256=5R4PdTYEQvYbU0yuz2a1EcFlzic8QUHnl_ojA9tmFzY,24
|
|
373
|
+
tests/plotting/test_agg_plot.py,sha256=lBrNSgwEHcDtCD6YM8_yV_hFdxlOCCWaxIV_dnF-ZJI,21156
|
|
374
|
+
tests/plotting/test_base.py,sha256=vyHl4vSn71B7BvcFcLNCjc1FCCvELFKcBkbt1PhXSu4,24618
|
|
375
|
+
tests/plotting/test_fixtures_utilities.py,sha256=SvjOixxm-eXvSkEtjOAMVn_UmHKkEB2Kc9W0fI7ZzlU,25483
|
|
376
|
+
tests/plotting/test_histograms.py,sha256=QSyA0lgc8x8t5Niwtuqveco8DV8kGHfEoV5ZhAjNfRk,20007
|
|
377
|
+
tests/plotting/test_integration.py,sha256=_YNuQ2x_7gx_m2-8JWOmMBrJimalFll53-phEtb1yjU,22964
|
|
378
|
+
tests/plotting/test_orbits.py,sha256=AjS5mk-69LjmJvnrIcX3NcQW6dyVGEy0ZmeoYhQ79Ws,16381
|
|
379
|
+
tests/plotting/test_performance.py,sha256=JE-BQNmb97YA4007tJn6YFPGxc5hQR1xEk6zecTYhIc,23198
|
|
380
|
+
tests/plotting/test_scatter.py,sha256=Neco0LuCsRfDB7nwyMSQsnqxlvpUi2lCRZlkXGQZ2uc,27530
|
|
381
|
+
tests/plotting/test_select_data_from_figure.py,sha256=Ndz-mtsB8FZXrzOb8IWhMynWhpt8CqaQSOKVpugK_co,42427
|
|
382
|
+
tests/plotting/test_spiral.py,sha256=GrKRxjdIa5f9wnS0EZtkjS13h5OW8mvBIlgZY7UtSfY,20494
|
|
383
|
+
tests/plotting/test_tools.py,sha256=fptKZFwCMq5vOIeoZikTqoXI87dGr_kiOwAEXTVX_vE,20383
|
|
384
|
+
tests/plotting/test_visual_validation.py,sha256=Sp7IMBaGKQM6ja4cIuGDa9MPhmwlmRJfPEOPIOjTYkQ,14692
|
|
385
|
+
tests/plotting/labels/__init__.py,sha256=p1Ttswdbhq9cxnuaQlQ1LSPbb-92OBwzLlWcCz5ACFg,24
|
|
386
|
+
tests/plotting/labels/test_chemistry.py,sha256=AawZXmN3f72NKrkgybDm342NvepKLS55-jaNDRsjjmE,7950
|
|
387
|
+
tests/plotting/labels/test_composition.py,sha256=ps1Mnmey8UfxvCs-mNR1P-1j9kgf2ImLO7gX3PmuEw0,11939
|
|
388
|
+
tests/plotting/labels/test_datetime.py,sha256=bwO5vGn9t2jpKQDpjmd_0OjAWF_TWnpdyM7SMdoJNU4,15024
|
|
389
|
+
tests/plotting/labels/test_elemental_abundance.py,sha256=eX7SG2bZdjszNWjL_9efdthJcxzrDMOraciXvDvi2a0,13971
|
|
390
|
+
tests/plotting/labels/test_init.py,sha256=qLPD9vzz7_S9CEH8WrohIzddshul-gQ6C7Lzwkcijlc,1967
|
|
391
|
+
tests/plotting/labels/test_labels_base.py,sha256=CYwJnCHEvrY-o2StthUX0OKO2YcXWwzZ6TImICZXlFY,10910
|
|
392
|
+
tests/plotting/labels/test_special.py,sha256=jWyb6ktbiM8K2kx1XPWw1rJsipj2KQggvaDJw2OPMjM,19897
|
|
393
|
+
tests/solar_activity/__init__.py,sha256=YuPnsbxfT_-nIjTLeBE16piACveaqI9KUk57NAEfXxg,43
|
|
394
|
+
tests/solar_activity/test_base.py,sha256=FEZQFhLaGOkjAKqQsA66-P0oS6din-Vl_7LkGw2unzo,24878
|
|
395
|
+
tests/solar_activity/test_init.py,sha256=qYv8ht3TKVJhMMlyg5Xq863VaMHA79RClNSudEnmk-o,14523
|
|
396
|
+
tests/solar_activity/test_plots.py,sha256=Q0MS2dshw6JIV__UEUxi6Z-F01HI2rOBuvPseY4HzkE,14204
|
|
397
|
+
tests/solar_activity/lisird/__init__.py,sha256=ThTQX-yG0ya_QIhAQKF-NCoreVlH9UkuZXW_6bsecLI,31
|
|
398
|
+
tests/solar_activity/lisird/test_extrema_calculator.py,sha256=9UR8t_OeTaZlNopWa4ABg6qCBKM_xpjUX9pezCwVq_U,22092
|
|
399
|
+
tests/solar_activity/lisird/test_lisird_id.py,sha256=E7ukAwF9pPoPuCtR7MtiHoK-uqWtIY80q1Q-TfZZp6U,6985
|
|
400
|
+
tests/solar_activity/sunspot_number/__init__.py,sha256=FiulzE1Zly9WBBw1J-fWX3-5IUWv7m3tSrl5o4G4dDI,40
|
|
401
|
+
tests/solar_activity/sunspot_number/test_init.py,sha256=arbW0n2Bd86rxzDkKEp1kqcrHlgUkC7ydXBXBziNMWU,14502
|
|
402
|
+
tests/solar_activity/sunspot_number/test_sidc.py,sha256=VDTC3KIZNrs8HqSp7qNnz1K4QP9NUn2ONJT3oKDPm6s,18118
|
|
403
|
+
tests/solar_activity/sunspot_number/test_sidc_id.py,sha256=xP_dLw99dPxAKhW-YqcextUAvNNLrRC9VgWVm0JxBPo,8153
|
|
404
|
+
tests/solar_activity/sunspot_number/test_sidc_loader.py,sha256=4LmOmyt9OLas2oUT9iOa7TQ8bn5iyB9a_HqupIH05OQ,10271
|
|
405
|
+
tests/solar_activity/sunspot_number/test_ssn_extrema.py,sha256=KOliGq5ErhKYWp_qbXmBqZU4EmHS-bOgmBcAngIkQfQ,14747
|
|
406
|
+
solarwindpy-0.1.0.dist-info/METADATA,sha256=xZgGK17iaCpqtaEJYP4q4y8iFxqgPL8dlNQHBslVJ1Y,6233
|
|
407
|
+
solarwindpy-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
408
|
+
solarwindpy-0.1.0.dist-info/top_level.txt,sha256=kKjGFlQvA-UE4SpU-m7df_Y1_eGhtRs_eqy6Gq96v8c,24
|
|
409
|
+
solarwindpy-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
=======
|
|
3
|
+
|
|
4
|
+
BSD 3-Clause License
|
|
5
|
+
|
|
6
|
+
Copyright (c) 2019, B. L. Alterman
|
|
7
|
+
All rights reserved.
|
|
8
|
+
|
|
9
|
+
Redistribution and use in source and binary forms, with or without
|
|
10
|
+
modification, are permitted provided that the following conditions are met:
|
|
11
|
+
|
|
12
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
13
|
+
list of conditions and the following disclaimer.
|
|
14
|
+
|
|
15
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
16
|
+
this list of conditions and the following disclaimer in the documentation
|
|
17
|
+
and/or other materials provided with the distribution.
|
|
18
|
+
|
|
19
|
+
* Neither the name of the copyright holder nor the names of its
|
|
20
|
+
contributors may be used to endorse or promote products derived from
|
|
21
|
+
this software without specific prior written permission.
|
|
22
|
+
|
|
23
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
27
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
28
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
29
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
30
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
31
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
tests/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Tests package for SolarWindPy
|
tests/conftest.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"""Consolidated test configuration for SolarWindPy.
|
|
2
|
+
|
|
3
|
+
This file provides shared test configuration for all tests in the consolidated /tests/
|
|
4
|
+
directory structure. It enables external package imports for migrated tests from
|
|
5
|
+
solarwindpy/tests/.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
# Tests in the /tests/ directory should use external package imports
|
|
9
|
+
# (e.g., "import solarwindpy" instead of relative imports)
|
|
10
|
+
# No special module path configuration needed for external imports
|
tests/core/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Core module tests
|