Skip to content

Commit

Permalink
Remove live at head link.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Apr 21, 2022
1 parent c7c442c commit 90c7156
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpp/docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -750,9 +750,10 @@ void isolated_helper_function(...);
libcudf is constantly evolving to improve performance and better meet our users' needs. As a
result, we occasionally need to break or entirely remove APIs to respond to new and improved
understanding of the functionality we provide. Remaining free to do this is essential to making
libcudf an agile library that can rapidly accommodate our users needs. We encourage users to
[Live At Head](https://www.youtube.com/watch?v=tISy7EJQPzI). On a best effort basis, the libcudf
team will notify users of changes that we expect to have significant or widespread effects.
libcudf an agile library that can rapidly accommodate our users needs. As a result, we do not
always provide a warning or any lead time prior to releasing breaking changes. On a best effort
basis, the libcudf team will notify users of changes that we expect to have significant or
widespread effects.

Where possible, indicate pending API removals using the
[deprecated](https://en.cppreference.com/w/cpp/language/attributes/deprecated) attribute and
Expand Down

0 comments on commit 90c7156

Please sign in to comment.