Skip to content

Commit 9549624

Browse files
committed
v0.5.0
1 parent f745e93 commit 9549624

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.5.0
4+
5+
### Features
6+
7+
- Smooth interpolation for parametric functions: the parametric function sampling algorithm now dynamically increases the number of samples depending on the roughness of a function. See [PR #37](https://github.com/stevenpetryk/mafs/pull/37).
8+
39
## 0.4.4
410

511
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mafs",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"license": "MIT",
55
"author": "Steven Petryk (https://stevenpetryk.com)",
66
"homepage": "https://mafs.dev",

0 commit comments

Comments
 (0)