ygrader 1.1.26__tar.gz → 1.1.27__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ygrader
3
- Version: 1.1.26
3
+ Version: 1.1.27
4
4
  Summary: Grading scripts used in BYU's Electrical and Computer Engineering Department
5
5
  Home-page: https://github.com/byu-cpe/ygrader
6
6
  Author: Jeff Goeders
@@ -3,7 +3,7 @@ from setuptools import setup
3
3
  setup(
4
4
  name="ygrader",
5
5
  packages=["ygrader"],
6
- version="1.1.26",
6
+ version="1.1.27",
7
7
  description="Grading scripts used in BYU's Electrical and Computer Engineering Department",
8
8
  author="Jeff Goeders",
9
9
  author_email="jeff.goeders@gmail.com",
@@ -69,9 +69,6 @@ def match_to_github_url(
69
69
  # Rename appropriate column to github url
70
70
  df_github.rename(columns={github_csv_col_name: "github_url"}, inplace=True)
71
71
 
72
- print(df_needs_grade)
73
- print(df_github)
74
-
75
72
  # Missing from github CSV - Find Net IDs in df_needs_grade that are not in df_github
76
73
  missing_netids = df_needs_grade[~df_needs_grade["Net ID"].isin(df_github["Net ID"])]
77
74
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ygrader
3
- Version: 1.1.26
3
+ Version: 1.1.27
4
4
  Summary: Grading scripts used in BYU's Electrical and Computer Engineering Department
5
5
  Home-page: https://github.com/byu-cpe/ygrader
6
6
  Author: Jeff Goeders
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes