New Features and Enhancements
* add `isnone()` function by ilongin in https://github.com/iterative/datachain/pull/801
* add support for `parse_options` in `DataChain.from_csv` by skirdey in https://github.com/iterative/datachain/pull/813
* add `File.upload` method to upload files to storage by mattseddon in https://github.com/iterative/datachain/pull/850
* support for constant literals in `DataChain.mutate(...)` by ilongin in https://github.com/iterative/datachain/pull/869
Bug fixes
* handle permission error properly when checking for file by amritghimire in https://github.com/iterative/datachain/pull/856
* reduce stack trace for file system access issue by amritghimire in https://github.com/iterative/datachain/pull/857
* improve CLI help message by amritghimire in https://github.com/iterative/datachain/pull/861
New Contributors
* skirdey made their first contribution in https://github.com/iterative/datachain/pull/813
**Full Changelog**: https://github.com/iterative/datachain/compare/0.8.10...0.8.11