Releases: satishlokkoju/deepview
v3.7.1
v3.7.0
Many improvements to the way data is handled by svelte and svelte store.
Fixed bugs related to svelte store initialization.
Refactored the code of deepview data to simply the data loading operation.
Full Changelog: v3.6.0-prod...v3.7.0-prod
v3.6.0
- Fixed the versioning in DeepView and Canvas to be consistent.
- Fixed the docs and examples.
- Updated the documentation to include new features and fixes.
- Updated the make file to support building documentation and sample Svelte Storybook
v3.5.0
Added support Visualization Framework for DeepView named Canvas. The visualization framework allows users to create interactive visualizations for DeepView components. The framework is built using Svelte and SvelteKit and is based on the Symphony framework.
- Support for JupyterLab and Jupyter Notebook has been added. And bugs have been fixed.
- DeepView report can be now visualized using Canvas.
- Bumped Canvas UI and Widgets versions to v3.5.0 to be conssistent with DeepView.
- Support for FAISS using Autofaiss has been added to identify duplicate samples in the dataset.
v3.0.0
DeepView
DeepView is a powerful Python toolkit designed for comprehensive introspection and analysis of machine learning models and datasets. It provides a rich set of tools for understanding, visualizing, and debugging deep learning models and their training data.
Note: This project is a fork of Apple's DNIKit (Data and Network Introspection Kit) under the Apache 2.0 License. While maintaining the core functionality, we've made significant modifications and improvements to better suit our specific needs.
NEW Support for custom datasets added
v0.0.1
First release of DeepView tooklit