diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e9a51482..8090bc74 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,3 +4,15 @@ cymetric Change Log .. current developments +v1.5.3 +==================== + +**Changed:** + +* **MAJOR BACKWARDS INCOMPATIBLE CHANGE:** metrics now accept DataFrames, not Series. + Additionally, the number of arguments in a metric should be equal to the dependencies. + Dependencies are unpacked into the metric function call. + + + + diff --git a/news/s2df.rst b/news/s2df.rst deleted file mode 100644 index cb1a1eb4..00000000 --- a/news/s2df.rst +++ /dev/null @@ -1,15 +0,0 @@ -**Added:** None - -**Changed:** - -* **MAJOR BACKWARDS INCOMPATIBLE CHANGE:** metrics now accept DataFrames, not Series. - Additionally, the number of arguments in a metric should be equal to the dependencies. - Dependencies are unpacked into the metric function call. - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None