Skip to content

Commit d39153d

Browse files
TomNicholasclaude
andauthored
Update docs banner for Icechunk 2.0 (#2052)
## Summary - Update the homepage announcement banner from Icechunk 1.0 to 2.0 - Update banner text to highlight key 2.0 features: JavaScript support, stronger consistency, and higher performance - Update blog post link to point to the 2.0 announcement - Fix minor HTML typo (`</a.` → `</a>.`) closes #2053 --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f22c5bd commit d39153d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
---
1212
> [!TIP]
13-
> **Icechunk 1.0 is released!** Better API, more performance and stability
13+
> **Icechunk 2.0 is released!** Better consistency, performance, and reliability for tensor storage
1414
---
1515

1616
Icechunk is an open-source (Apache 2.0), transactional storage engine for tensor / ND-array data designed for use on cloud object storage.

icechunk-python/docs/overrides/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- Announcement bar -->
44
{% block announce %}
5-
<div class="banner">Announcing Icechunk 1.0: Ready for production workloads. <a href="https://earthmover.io/blog/icechunk-1-0-production-grade-cloud-native-array-storage-is-here" target="_blank">Read more</a.</div>
5+
<div class="banner">Announcing Icechunk 2.0: Better consistency, performance, and reliability for tensor storage. <a href="https://earthmover.io/blog/announcing-icechunk-2-better-consistency-performance-and-reliability-for-tensor-storage" target="_blank">Read more</a>.</div>
66
{% endblock %}
77

88

0 commit comments

Comments
 (0)