From 4f3f104290ec4142d951afdd8137f1b91c5c1dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Tue, 23 Aug 2016 13:32:47 +0200 Subject: [PATCH] Update CHANGES [skip ci] --- CHANGES.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 011f117..2e9beb7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,25 @@ +v0.3.0 +====== +- Refactored ``finitediff::generate_weights`` (part of official API from v0.3.0) +- Deprecated ``finitediff::populate_weights`` +- Introduced ``finitediff::calculate_weights`` (to replace populate_weights) + +v0.2.5 +====== +- Fixes to Python distribution (include C++ header) + +v0.2.4 +====== +- C++11 function ``generate_weights`` provisionally provided + +v0.2.3 +====== +- conda recipe related fixes + +v0.2.2 +====== +- fixes to setup.py + v0.2.1 ====== - More robust setup.py, source distributions better tested.