Skip to content

Commit 52e7dca

Browse files
authored
chore(main): release 1.10.0 (#34)
* Bump version from 1.9.0 to 1.10.0 * Update CHANGELOG for Knowledge Graph v1.10.0 Updated changelog for Knowledge Graph version 1.10.0 with details on data improvements, standards fixes, and other enhancements.
1 parent eebf396 commit 52e7dca

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## Knowledge Graph [v1.10.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.9.0...v1.10.0) (2026-06-18)
4+
5+
**June 18, 2026**
6+
7+
### Data v1.10.0
8+
9+
#### English Language Arts (ELA) Learning Components
10+
11+
License and attribution statement values have been updated for each individual row.
12+
13+
#### Illustrative Mathematics
14+
15+
Improved data quality:
16+
17+
- Trimmed whitespace from fields
18+
- Fixed `inLanguage` and `gradeLevel` fields where they didn't match `ENUM`
19+
- Removed duplicate `hasChild` and `hasReference` relationships
20+
- Updated `mutuallyExclusiveWith` relationship to always be bi-directional
21+
- Added missing `Material` entities
22+
23+
#### Standards fixes
24+
25+
- Montana Social Studies - Several standards had `normalizedStatementType` incorrectly set to null
26+
- New York Math - One standard had `statementType` and `normalizedStatementType` incorrectly set to null and was missing some Learning Component aligments
27+
- Indiana Science - Some standards had `subject` incorrectly set to "Other"
28+
- Removed a few Learning Components that were duplicated and causing inaccurate Jaccard scores for state Standards Crosswalks
29+
330
## Knowledge Graph [v1.9.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.8.0...v1.9.0) (2026-05-27)
431

532
**May 27, 2026**

0 commit comments

Comments
 (0)