diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49e7971..b80dfa4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: build on: [push, pull_request] diff --git a/CHANGELOG.md b/CHANGELOG.md index f65f005..5597061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,6 @@ -########### -Change Log -########### +# 0.1.0 -All notable changes to this project will be documented in this file. -This project adheres to `Semantic Versioning `_. - -[Unreleased] -************ - -Added ------ - -* Empty Python project directory structure +## Added +* Python dense interface using [Pybind11](https://github.com/pybind/pybind11) +* Wrapper function **eigensolver** and **eigensolveh** +* Test for the dense interface and the wrappers