Skip to content

Commit 8a3b90a

Browse files
committed
Update statistics for Dec 2025
1 parent 9647e97 commit 8a3b90a

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
'2025-09-04', 1001, 235472, # 214ecacc
312312
'2025-10-04', 1001, 236558, # fe959335
313313
'2025-11-04', 1000, 236637, # af134b85
314+
'2025-12-04', 999, 236672, # b975b673
314315
]
315316

316317
# Extract the dates from the data array

doc/statistics/libmesh_citations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
'\'22', 240,
4848
'\'23', 238,
4949
'\'24', 248,
50-
'\'25', 240,
51-
'\'26', 10,
50+
'\'25', 252,
51+
'\'26', 23,
5252
]
5353

5454
# Parse command line args

doc/statistics/libmesh_citations_monthly.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
'2025-10-01', 208,
266266
'2025-11-01', 225,
267267
'2025-12-01', 240,
268+
'2026-01-01', 252,
268269
]
269270

270271
# 2026 monthly publication totals (first of each month)
@@ -274,6 +275,7 @@
274275
'2025-10-01', 3,
275276
'2025-11-01', 6,
276277
'2025-12-01', 10,
278+
'2026-01-01', 23, # new year
277279
]
278280

279281
"""

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
'Oct 2025', 46, 130,
194194
'Nov 2025', 46, 130,
195195
'Dec 2025', 46, 130,
196+
'Jan 2026', 46, 130,
196197
]
197198

198199
# Strip out the dates from membership_data
@@ -291,7 +292,7 @@
291292
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
292293
'2023', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
293294
'2024', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
294-
'2025', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
295+
'2025', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
295296
]
296297

297298
# libmesh-users starts in Sept 2003!
@@ -320,7 +321,7 @@
320321
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0, 3, 0, 0,
321322
'2023', 2, 0, 0, 0, 0, 0, 0, 7, 3, 0, 0, 1,
322323
'2024', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
323-
'2025', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
324+
'2025', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
324325
]
325326

326327
# Make plot of monthly data

0 commit comments

Comments
 (0)