-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
Description
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for March 2026
Suggested Actions for Maintainer
Comprehensive list of all pending actions requiring maintainer attention:
- Review PR [Repo Assist] Add missing Stats/Series tests; fix duplicate project GUIDs in Deedle.slnΒ #690: Add missing Stats/Series tests + fix duplicate project GUIDs in Deedle.sln β Review
- Review PR [Repo Assist] Perf: eliminate seq/ref overhead in Stats moving and expanding window helpersΒ #683: Perf β eliminate
seq/refoverhead in Stats moving/expanding window helpers β Review - Review PR (new): Implement
Frame.interleaveβ side-by-side frame combining with tuple column keys β Closes More merging frames -Β #187 β View open Repo Assist PRs - Check comment Provide simpler-to-use extension methods for time series dataΒ #81: Repo Assist researched status of time-series extension methods after recent changes β View
- Check comment More merging frames -Β #187: Repo Assist implemented
Frame.interleaveβ see new PR β View - Check comment Improve docs, particularly for C#Β #308: Repo Assist summarised current state of C# API and improvements β View
- Check comment [Feature proposal] Variable multi key joiningΒ #509: Repo Assist summarised workarounds for non-index joins β View
- Close issue Sample code snippet and introduction for the fslab websiteΒ #531: fslab website snippet added in 2021; docs now substantially improved β View
- Review issue [Repo Assist] Epic: Deedle.MicrosoftML integration packageΒ #676: MicrosoftML epic β future work remains β View
Future Work for Repo Assist
docs/excel.fsxβ Deedle.Excel documentation page (issue [Repo Assist] Documentation gaps: missing value handling, grouping, Math, Excel, performance benchmarksΒ #684 medium priority)docs/interactive.fsxβ Deedle.Interactive / .NET Interactive notebooks (issue [Repo Assist] Documentation gaps: missing value handling, grouping, Math, Excel, performance benchmarksΒ #684 lower priority)- C# API documentation page (issue [Repo Assist] Documentation gaps: missing value handling, grouping, Math, Excel, performance benchmarksΒ #684 lower priority)
- Deedle.MicrosoftML: type-hint API, scripting helpers, docs page, NuGet packaging
- Benchmark suite: CI integration
Run History
2026-03-22 12:21 UTC β Run
- π§ Implemented
Frame.interleave(Task 10) β Closes More merging frames -Β #187; 696/696 tests pass - π¬ Commented on More merging frames -Β #187 linking to new PR
2026-03-22 00:54 UTC β Run
- π§ͺ Created PR [Repo Assist] Add missing Stats/Series tests; fix duplicate project GUIDs in Deedle.slnΒ #690: Add 7 tests for
Stats.movingVariance,expandingCount,expandingSum,expandingVariance,Series.pairwise(697/697 tests pass) - π§ Fixed duplicate project GUIDs in
Deedle.sln(Deedle.Arrow/Deedle.MicrosoftMLboth had same GUID); addedNestedProjectsentries for Arrow and MicrosoftML projects
2026-03-21 14:01 UTC β Run
- π§ Created PR (docs):
docs/math.fsxβ comprehensive Deedle.Math documentation; revisions to all existing docs pages β Closes part of [Repo Assist] Documentation gaps: missing value handling, grouping, Math, Excel, performance benchmarksΒ #684; 690/690 tests pass
2026-03-21 12:20 UTC β Run
- π§ Created PR [Repo Assist] Add missing value handling documentation page (docs/missing.fsx)Β #688: Add
docs/missing.fsxβ comprehensive missing value handling docs page β merged β
2026-03-21 10:39 UTC β Run
- π§ Created PR [Repo Assist] Add BenchmarkDotNet performance benchmark suiteΒ #687: Add BenchmarkDotNet benchmark suite β 41 benchmarks (20 frame + 21 series), converts performance.fsx and Performance.fs β merged β
2026-03-21 10:38 UTC β Run
- π¬ Commented on More merging frames -Β #187: researched
Frame.interleavefeature request β explained existingzip + expandAllColsworkaround and offered to implement - π¬ Commented on Provide simpler-to-use extension methods for time series dataΒ #81: researched status of time-series extension methods β documented what's in Stats/Deedle.Math, identified only gap is pairwise cross-volatility
2026-03-21 09:49 UTC β Run
- π§ Created PR [Repo Assist] Deedle.Arrow Part 3: Frame/Series module API, extended tests and documentationΒ #685:
Deedle.ArrowPart 3 βFrame/Seriesmodule API, 29 new tests (53 total),docs/arrow.fsx,docs/joining.fsxβ merged β - π Created issue [Repo Assist] Documentation gaps: missing value handling, grouping, Math, Excel, performance benchmarksΒ #684: Documentation gaps (missing values, Deedle.Math, Deedle.Excel, grouping, C# API)
2026-03-21 00:48 UTC β Run
- π§ Created PR [Repo Assist] Perf: eliminate seq/ref overhead in Stats moving and expanding window helpersΒ #683: Perf β eliminate
seq/refoverhead inmovingWindowFnandexpandingWindowFnin Stats module (685/685 tests pass)
2026-03-20 12:25 UTC β Run
- π§ Created PR [Repo Assist] Add Stats.corrMatrix and Stats.covMatrix for FrameΒ #682: Add
Stats.corrMatrixandStats.covMatrixβ pairwise correlation/covariance matrices β merged β
2026-03-20 01:01 UTC β Run
- π§ Created PR [Repo Assist] [Deedle.Arrow] Part 2: Feather aliases, Series helpers, UInt/Date types, C# extensions, row-key preservationΒ #681:
[Deedle.Arrow]Part 2 β Feather aliases, Series helpers, UInt/Date types, C# extensions, row-key preservation β merged β
2026-03-20 01:00 UTC β Run
- π§ Created PR [Repo Assist] Deedle.MicrosoftML: vector column support (VBuffer(float32) / VBuffer(float))Β #680:
Deedle.MicrosoftMLvector column support (VBuffer(float32)/VBuffer(float)) β merged β
Earlier runs (2026-03-19)
- π§ Multiple PRs merged: [Repo Assist] Add SourceLink and deterministic build support β addresses #317Β #660β[Repo Assist] Make Frame.joinOn parameter order consistent with Frame.join β closes #154Β #663, [Repo Assist] Add Stats.movingMedian and Stats.expandingMedianΒ #661 (movingMedian/expandingMedian), [Repo Assist] Add Deedle.MicrosoftML β ML.NET IDataView integration packageΒ #677 (MicrosoftML), [Repo Assist] [Deedle.Arrow] Part 1: Apache Arrow integration β Frame β RecordBatch + IPC I/OΒ #675 (Arrow Part 1), [Repo Assist] Add Deedle.Excel.Reader β cross-platform xlsx/xls readingΒ #679 (Excel.Reader)
- π§ Created PRs: stack/unstack (Pandas-style stack/unstackΒ #217), C# extensions (Sync & clean up the C# extension method APIΒ #207)
- π¬ Commented on Better output for delayed seriesΒ #65, Sync & clean up the C# extension method APIΒ #207, Multi-level indices support in C#Β #213, Optimize df.RowsΒ #216, Use SourceLink to enable debuggingΒ #317, Support for the Feather formatΒ #343, Import from xlsxΒ #429, [Feature proposal] Variable multi key joiningΒ #509, Implement IDataView interfaceΒ #563, [Repo Assist] [Deedle.Arrow] Part 2: Feather v2 alias, Series helpers, multi-batch hardeningΒ #674
Generated by Repo Assist Β· β·
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@30f2254f2a7a944da1224df45d181a3f8faefd0d
Reactions are currently unavailable