From a60564b42e1bb2502b7a3619a3735e89b7126659 Mon Sep 17 00:00:00 2001 From: Steven Petryk Date: Sun, 21 Jan 2024 11:54:27 -0800 Subject: [PATCH] v0.18.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c2212a..94e26475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.18.0 + +- In [#135](https://github.com/stevenpetryk/mafs/pull/135), the adaptive plotter was improved to more accurately plot highly periodic functions, and also to avoid plotting duplicate points. This should give a quality boost to most plots, but may slightly alter some. The sampling depth parameters are now "one lower", meaning that if you were previously passing `maxSamplingDepth={15}`, for example, you should now pass `maxSamplingDepth={16}`. Change is annoying, but the depth made no sense before, and now it does (a depth of 16 means 2¹⁶ subdivisions). + ## 0.17.0 - Introduces the [LaTeX](https://mafs.dev/guides/experimental/latex) component. diff --git a/package.json b/package.json index ab502521..23af82c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mafs", - "version": "0.17.1", + "version": "0.18.0", "license": "MIT", "author": "Steven Petryk (https://stevenpetryk.com)", "homepage": "https://mafs.dev",