From 8741f0b39be467aa2490b62c6128682de22b6f72 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sun, 4 Oct 2020 05:42:59 +1100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 932f568..2d390b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Libecpint 1.0.1 +## Libecpint 1.0.2 [![Build Status](https://dev.azure.com/robertshaw383/libecpint/_apis/build/status/robashaw.libecpint?branchName=master)](https://dev.azure.com/robertshaw383/libecpint/_build/latest?definitionId=2&branchName=master) [![codecov](https://codecov.io/gh/robashaw/libecpint/branch/master/graph/badge.svg)](https://codecov.io/gh/robashaw/libecpint) @@ -18,6 +18,11 @@ Libecpint is a C++ library for the efficient evaluation of integrals over ab ini - Bug fix in screening of on-ECP type 2 integrals - Improvements in CMake build steps, thanks to nabbelbabbel/moritzBens +### Patch 2 + +- Fix for memory leaks in derivative routines +- Minor changes to CMake files + ## Dependencies - A modern C++ compiler, at least C++11 standard library is required. This has been tested with: