From cfc9360fa5530d10f418644f63678d49011b0000 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sun, 8 Jun 2025 09:25:26 +0200 Subject: [PATCH] v1.4.0 --- ChangeLog | 12 +++++++++++- examples/README.md | 2 +- examples/tibia_gen.sh | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 068563b..473fb2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ 1.4.0 ----- - ... + * Added new bw_sampler module and related new synth(pp)_sampler examples. + * Added bw_{signfill,min,max,clip}{i,u}{8,16}() and bw_sechf() to bw_math. + * Improved precision and performance of bw_log_1pexpxf() and bw_log10_1p10xf(). + * Small optimization in bw_svf. + * Updated examples' build system to Tibia 0.2.0. + * Added missing and new math tests. + * Added missing dependency on bw_mm1 in the documentation of bw_drive. + * Added citation to relevant scientific article in the documentation of bw_osc_{saw,pulse,tri}. + * Fixed typos in the documentation of bw_slew_lim_set_max_rate() and bw_slew_lim_set_max_rate_down(). + * Fixed bw_comb's copyright header. + * Updated THANKS.md. 1.3.0 ----- diff --git a/examples/README.md b/examples/README.md index 2444e8c..a75d84f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,7 +14,7 @@ You need [Node.js](https://nodejs.org/en) and [npm](https://www.npmjs.com/) to b ### Usage -Get [Tibia 0.1.0](https://git.orastron.com/orastron/tibia/releases/tag/v0.1.0), extract the `tibia` folder and place it in the same parent directory as the Brickworks folder. Then either `cd` to the `tibia` folder and `npm install dot`, or install the [dot npm package](https://www.npmjs.com/package/dot) globally and make sure that the `NODE_PATH` environment variable is corretly set to find it. +Get [Tibia 0.2.0](https://git.orastron.com/orastron/tibia/releases/tag/v0.2.0), extract the `tibia` folder and place it in the same parent directory as the Brickworks folder. Then either `cd` to the `tibia` folder and `npm install dot`, or install the [dot npm package](https://www.npmjs.com/package/dot) globally and make sure that the `NODE_PATH` environment variable is corretly set to find it. Now you can `cd` to the `examples` folder and run `./tibia_gen.sh` to copy/generate files for all examples, or otherwise run `./tibia_gen.sh common` to only copy/generate files in `examples/common` or ./tibia\_gen.sh *example* to do the same for files in examples/*example*. diff --git a/examples/tibia_gen.sh b/examples/tibia_gen.sh index c6dc7b5..56a7a14 100755 --- a/examples/tibia_gen.sh +++ b/examples/tibia_gen.sh @@ -2,7 +2,7 @@ TIBIA_DIR=../../../tibia -VERSION=1.3.0 +VERSION=1.4.0 BUILD_VERSION=1 if [ -z "$1" -o "$1" = "common" ]; then