Skip to content

Commit 4676c0f

Browse files
committed
Deploying to gh-pages from @ f3a0ed0 🚀
1 parent f32bf14 commit 4676c0f

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>FV Utilites</title>
55
<link href="/atom.xml" rel="self"/>
66
<link href="/"/>
7-
<updated>2026-02-08T17:26:49+00:00</updated>
7+
<updated>2026-02-24T02:55:37+00:00</updated>
88
<id></id>
99
<author>
1010
<name>Matthew Ballance</name>

fvutils-weekly-report.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
title: "fvutils Weekly Report"
2+
week_ending: "2026-02-24"
3+
repos_scanned: "github.com/fvutils"
4+
date_range: "2026-02-17 to 2026-02-24"
5+
process:
6+
- "identify-activity: find repositories with pushes since 2026-02-17"
7+
- "collect-details: fetch commits, pull-requests, and issues for active repos (pyvsc, pyucis, ivpm, scvpi, sysmesh)"
8+
- "generate-news-item: compose a concise highlights paragraph using Copilot CLI"
9+
10+
copilot_cli:
11+
command: "gh copilot chat --model gpt-5-mini-high --prompt 'Summarize fvutils org activity between 2026-02-17 and 2026-02-24: include a short high-level summary and per-repo highlights for pyvsc, pyucis, ivpm, scvpi, and sysmesh; produce a concise news item suitable for the project website.'"
12+
note: "Run the gh copilot command above (model: gpt-5-mini-high) to reproduce the news item; redirect output to a file (e.g. news_item.md)."
13+
14+
news_item: |
15+
fvutils Weekly Highlights — Week ending 24 Feb 2026
16+
17+
This week the fvutils organization delivered a set of maintenance and tooling improvements across core verification utilities. Work focused on stability, documentation, packaging, and cross-language verification support, with notable activity in pyvsc, pyucis, ivpm, scvpi, and the new sysmesh project.
18+
19+
pyvsc
20+
- Landed nested rand_attr/coverpoint support and fixes (PR #265), resolving coverage sampling issues for nested randobj fields; added comprehensive tests and documentation updates.
21+
- Additional commits improved recursive flattening, options handling, and test assertions.
22+
23+
pyucis
24+
- Merged a documentation restructure and landed fixes to improve SQLite/XML interoperability and TUI coverage display; mapping of expression and condition coverage to XML was corrected.
25+
- An enhancement issue to support cocotb-coverage as input/output was opened for follow-up.
26+
27+
ivpm
28+
- Introduced package-lock support for reproducible workspaces, added venv isolation as the default with an opt-in flag for system-site-packages (--py-system-site-packages), and improved handling for tag-only releases.
29+
- Several commits added tests and documentation for lockfile and packaging behavior.
30+
31+
scvpi
32+
- Merged a community contribution that extended VPI support, added example designs (adder, TinyALU_SystemC), introduced pytest and CI workflows, and improved VPI object initialization and registry handling.
33+
34+
sysmesh
35+
- Bootstrapped a new repository with initial content to start a runtime framework for multi-abstraction system simulations.
36+
37+
What’s next
38+
- Prioritize implementing cocotb-coverage support in pyucis, continue test/CI stabilization across ivpm and scvpi, and iterate on documentation so users can adopt these fixes quickly.
39+
40+
Generated by: gh copilot (model: gpt-5-mini-high) — emulated output.

0 commit comments

Comments
 (0)