From 84e6493d7a94a6db7a6ffcea79455a9d44b08d3f Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Thu, 19 Apr 2018 10:31:01 -0500 Subject: [PATCH] Add deprecation warning to examples doc --- docs/examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/examples.md b/docs/examples.md index f2d458b30..d7830a2a8 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -201,6 +201,10 @@ For more examples and details, see this [ipython notebook](https://github.com/pi ### Chemical similarity search +
+This example uses the inverse frames feature, which is deprecated as of v0.9.0. This will soon be updated to reflect the current Pilosa API. +
+ #### Overview The notion of chemical similarity (or molecular similarity) plays an important role in predicting the properties of chemical compounds, designing chemicals with a predefined set of properties, and—especially—conducting drug design studies. All of these are accomplished by screening large indexes containing structures of available or potentially available chemicals.