Skip to content

Commit

Permalink
Add NEWS file. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson committed Jul 5, 2024
1 parent 58b9fdb commit fc70969
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# euler-paths (development version)

# euler-paths (v0.1.0)

* Code based on the blog post: https://mjhdata.netlify.app/blog/euler-paths/
* A tiny library of functions in src/euler.mac.
* A test script src/eulersberg.mac to match the blog post example.
* Using a custom graph type, instead of the Maxima graphs library.
* Commands to install dependencies (make install) and run test script (make run).
* Simple parsing of the test script output to remove Maxima verbose output.
* Tested on Ubuntu 20.04.6 LTS (Focal Fossa) with Maxima 5.43.2.

0 comments on commit fc70969

Please sign in to comment.