# DVC 0.9.7 release

**URL:** https://discuss.dvc.org/t/dvc-0-9-7-release/29
**Category:** Announcements
**Created:** [May 17, 2018, 11:56pm UTC](https://discuss.dvc.org/t/dvc-0-9-7-release/29 "2018-05-17T23:56:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dmitry](https://yyz1.discourse-cdn.com/flex035/user_avatar/discuss.dvc.org/dmitry/32/7_2.png) [@dmitry](https://discuss.dvc.org/u/dmitry)
#### Post date: [May 17, 2018, 11:56pm UTC](https://discuss.dvc.org/t/dvc-0-9-7-release/29/1 "2018-05-17T23:56:58Z")

</div>

We are happy to announce new DVC release 0.9.7.

Changes:

1. New types of cache links (data files in your working space) in addition to default hardlink: Reflink, symlink, copy. Reflink is the especially exciting part of this change. It can improve your data integrity without negative impact on performance. However, not all file systems support that, though support for it is coming to almost every modern filesystem(e.g. BTRFS, XFS, ReFS, etc).
2. Configurable and shareable cache dirs. Now, many users can work on the same DVC project together sharing a single cache directory.
3. `dvc checkout` for a single file.
4. Stages without dependencies are now running by `dvc repro`.
5. Dvc now checks for updates once a week and prints a warning if a newer version is available.
6. Added `dvc install` for installing git post-checkout hook.
7. Bug fixes.

Thanks,  
DVC Team

> **[Data Version Control · DVC](https://dvc.org/)**
>
> Open-source version control system for Data Science and Machine Learning projects. Git-like experience to organize your data, models, and experiments.
