Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## **Knowledge Graph [v1.3.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.2.0...v1.3.0) (2026-01-28)**

**January 28, 2026**

This release adds a new aligned state, makes the Illustrative Mathematics 360 curriculum’s scope and sequence available under CC-BY 4.0, and the Knowledge Graph is now available for download in newline delimited jsonl format with UTF-8 encoding.

## **Updates**

### **Learning component aligned states**

We've added alignment between learning components and standards for the following states:

* Massachusetts

### **Illustrative Mathematics scope and sequence (CC BY-4.0)**

The scope and sequence for the Illustrative Mathematics 360 curriculum is now available under a CC BY-4.0 license.

### **Learner Variability Navigator**

We’ve added the relevantToStandard relationship that links a Factor to a StandardFrameworkItem for Common Core ELA standards.

### **Graph-native JSON**

The Knowledge graph data is available for download in newline delimited jsonl format with UTF-8 encoding.

### **CSV deprecation**

The Knowledge Graph can no longer be downloaded as CSV flat files from v1.3.0 onwards. Any CSV flat files that were previously downloaded will be unaffected.

## **Knowledge Graph [v1.2.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.1.0...v1.2.0) (2025-12-08)**

**December 8, 2025**
Expand Down