@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55Version number is based on [ Semver] ( https://semver.org/ ) .
66Note that major version zero (0.y.z) is for initial development and anything may change at any time.
77
8+ ## [ 0.8.3]  2025-07-14 
9+ 
10+ ### Fixed  
11+ 
12+ -  Correctly format "Academic Period" for the summer session.
13+ 
814## [ 0.8.2]  2024-12-16 
915
1016## Changed  
@@ -14,47 +20,47 @@ Note that major version zero (0.y.z) is for initial development and anything may
1420
1521## [ 0.8.1]  2024-11-28 
1622
17- ## Fixed  
23+ ###  Fixed  
1824
1925-  Windows-specific error with format string for timestamps
2026
2127## [ 0.8.0]  2024-11-19 
2228
23- ## Added  
29+ ###  Added  
2430
2531-  xlsxwriter as a dependency (for Workday formatting for grades).
2632
27- ## Changed  
33+ ###  Changed  
2834
2935-  BREAKING Changed the CSV export format from FSC to Workday.
3036-  Updated mentions of "FSC" to be more general, including the file names.
3137-  Clarified error message for ungraded assignments.
3238
33- ## Fixed  
39+ ###  Fixed  
3440
3541-  Print fewer columns for students with an override score so that it is easier to overview.
3642-  Silenced a pandas future warning and restricted from upgrading to to 3.0.
3743
3844## [ 0.7.0]  2023-12-14 
3945
40- ## Added  
46+ ###  Added  
4147-  Warn when there are ungraded assignments, similar to the warning for unposted assignments.
4248
43- ## Fixed  
49+ ###  Fixed  
4450-  Show less rows and columns in warnings to make the output easier to overview.
4551-  Fix numexpr issue with macs not being able to use the C engine for pandas query
4652
4753## [ 0.6.2]]  2023-10-15 
4854
49- ## Fixed  
55+ ###  Fixed  
5056-  Switch to check "creation" instead of "start" date in the ` show-courses `  subcommand,
5157  since many courses don't have a "start" date listed.
5258-  Fix handling of NAs in date strings for ` show-courses `  subcommand.
5359-  Check that all necessary fields exist and raise an informative error if they do not.
5460
5561## [ 0.6.1]]  2023-05-05 
5662
57- ## Fixed  
63+ ###  Fixed  
5864-  Fix regression introduced in 0.6.0 where the checking for the student id was done incorrectly so that it always evaluated to False.
5965
6066## [ 0.6.0]  2023-05-02 
0 commit comments