Changelog
Track the major changes and improvements made to Rawlytics Notebook.
Version 0.4.0
August 18, 2026
Notebook Templates
- Added a template gallery with ready-to-use notebooks that can be opened directly, forked, and customized in Rawlytics.
Version 0.3.0
August 11, 2026
Notebook
- Added notebook download options.
- Notebooks can now be downloaded with or without their imported data.
- Downloaded notebooks can be reopened locally with their original data when included.
Version 0.2.0
July 30, 2026
Major Privacy Improvement
- Replaced Google Charts with a self-hosted Chart.js integration:
- Charts are now rendered entirely locally, eliminating third-party requests during visualization rendering.
- User IP addresses are no longer exposed to Google when displaying charts.
- Updated the Privacy Policy accordingly.
Charts
- Faster loading thanks to locally hosted assets.
- Introduced the
notebook.plot()API, replacing the previous chart rendering approach. - Added a dedicated
plot()Configuration Reference.
Philosophy
Rawlytics follows a Privacy by Design approach.
Whenever possible, new features are implemented without introducing external services or unnecessary data sharing.