v0.68.1 - Documentation and Cookbook Fixes (2026-04-06)¶
What Changed?¶
This patch release fixes API usage issues in the data-cleanup cookbook and clarifies docstrings across the codebase. All changes are documentation and example corrections with no impact to library functionality.
What's New¶
Documentation Improvements¶
Updates to data-cleanup cookbook:
- Removed unnecessary
toString()calls - Added proper
display()arguments for clarity - Clarified header handling in examples
Docstring refinements:
- Replaced outdated
FlamelessFramereferences with correctBareFrameterminology - Clarified
withColumnbehavior in normalization steps
Added¶
- Better inline comments explaining
display()arguments in cookbook examples
Changed¶
- Updated cookbook examples to use correct API syntax
- Clarified terminology in FlameWright docstrings
Fixed¶
- Corrected API usage in data-cleanup cookbook examples
- Fixed misleading API documentation in FlameWright docstrings
- Regenerated TypeDoc output for API documentation
Is It Safe to Upgrade?¶
- Breaking Changes: No
- Backward Compatible: Yes
No breaking changes. This is a safe patch upgrade that improves documentation accuracy and cookbook examples.
Release Details¶
- Date: 2026-04-06
- Version: v0.68.1
- gaslamp: 129
- pilotlamp: 87
- Files Changed: 6
- Commits:
e4bcfdb3fix: correct API usage in data-cleanup cookbookb7d1eb88docs: clarify withColumn behavior in Step 2 normalization10379ac5docs: replace FlamelessFrame with BareFrame in flamewright.ts docstrings278526eadocs(api): regenerate TypeDoc output
Known Issues¶
None at this time.
Next Steps¶
Continue improving documentation clarity and API examples based on user feedback.