Skip to content

Commit 076827e

Browse files
committed
v0.3.0:
* Make the examples more pythonic * Add a quick guide to the introduction of the pybind interface
1 parent 9edd09c commit 076827e

26 files changed

+313
-214
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
22

33
project(
44
Frontend.py
5-
VERSION 0.2.0
5+
VERSION 0.3.0
66
LANGUAGES CXX)
77

88
configure_file(docs/ReleaseNotes/version.in

docs/ReleaseNotes/v0.3.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# News #
22

3+
## Documentation ##
4+
5+
* Improved the introduction documentation to include a full download and setup.
6+
7+
38
## Internal ##
49

510
* Move namespaces around so it doesn't cause linker errors when linking to other frontends

0 commit comments

Comments
 (0)