Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a4e391b
New requisite data structure (single clause)
heileman Sep 16, 2023
279aac2
New requisite data struct and add_requisite_clause!()
heileman Sep 18, 2023
bdf4ec1
add comment
heileman Sep 18, 2023
e60ec02
remove code coverage files
heileman Sep 18, 2023
a4681fe
add requisite_clause to Curriculum
heileman Sep 19, 2023
5230ee7
requisite_clauses work, except in DegreePlanCreation.jl and merge_cur…
heileman Sep 20, 2023
e96b2ed
edit comments
heileman Sep 21, 2023
d8826a7
use course id in requisite_clauses (not course)
heileman Sep 21, 2023
59f1d32
Version 2.0.0
haydenfree Oct 3, 2023
8699510
Update show_requirements() doc string
heileman Nov 29, 2023
bc80733
Merge branch 'version_2' of https://github.com/CurricularAnalytics/Cu…
heileman Nov 29, 2023
99e9291
is_valid() check for CourseSets that are subsets
heileman Dec 1, 2023
ea0f06c
check for missing requisites in create_graph!()
heileman Dec 6, 2023
0aa2a67
fix bug in create_graph!()
heileman Dec 6, 2023
5f3c1ad
Merge branch 'master' into version_2
haydenfree Jun 14, 2024
72bc1d3
Merge branch 'master' into version_2
haydenfree Jun 14, 2024
fc6ac76
Merge branch 'master' into version_2
haydenfree Jul 12, 2024
4cf115c
update add_requisite! to handle incremental clauses
haydenfree Aug 2, 2024
82a5402
add requisite to constructor
haydenfree Aug 4, 2024
320436d
allow adding a single requisite
haydenfree Aug 6, 2024
dc780e2
update doc strings
heileman Oct 20, 2025
b379fd8
update julia version
haydenfree Nov 6, 2025
1c49d5d
Merge branch 'version_2' of https://github.com/CurricularAnalytics/Cu…
haydenfree Nov 6, 2025
16e4279
fix is_valid req subset issue
heileman Nov 6, 2025
f212b7b
Merge branch 'version_2' of https://github.com/CurricularAnalytics/Cu…
heileman Nov 6, 2025
7715f6f
Bump version from 2.0.0 to 2.0.1
haydenfree Nov 13, 2025
4bf3752
fix test
haydenfree Dec 9, 2025
8b61440
Merge branch 'version_2' of github.com:CurricularAnalytics/Curricular…
haydenfree Dec 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.9']
julia-version: ['1.11']
julia-arch: [x64, x86]
#os: [ubuntu-latest, windows-latest, macOS-latest]
os: [macOS-latest]
Expand Down
Loading
Loading