v4.3.5 🌈
Data Type Support
Link to bytes support - Added support for link to bytes data type (DEE-299)
Flexible text column handling - Text columns now allow appending data with unknown dtype for better compatibility
🐛 Bug Fixes
deeplake.exists error handling - Fixed exception handling in deeplake.exists to gracefully handle errors instead of throwing exceptions (DEE-300)
Python PNG linking - Resolved Python PNG linking issues
📚 Documentation
Documentation updates - Improved and updated documentation (DEE-36)
🧹 Code Quality
General improvements - Various small fixes and code improvements