Merge pull request #90 from phaazon/release/4.1.1

Release/4.1.1
This commit is contained in:
Dimitri Sabadie 2022-07-27 00:49:00 +02:00 committed by GitHub
commit d9770ad60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<!-- vim-markdown-toc GFM -->
* [4.1.1](#411)
* [4.1](#41)
* [4.0.3](#403)
* [4.0.2](#402)
@ -43,6 +44,17 @@
<!-- vim-markdown-toc -->
# 4.1.1
> Jul 27, 2022
- Internal enhancement of sampling splines by looking for control points. That brings the lookup from _O(1)_ to
_O(log(N))_. That is super embarassing because it should have been the default from the very first commit. Sorry
about that.
- Fix hermite cubic interpolation.
- Add support for `glam-0.21`.
- Add support for `nalgebra-0.31`.
# 4.1
> Mar 28, 2022

View File

@ -1,6 +1,6 @@
[package]
name = "splines"
version = "4.1.0"
version = "4.1.1"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Spline interpolation made easy"