Skip to content

Commit

Permalink
bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Mar 19, 2020
1 parent 23e258c commit 5dcd6e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.10.1

* Fix call of `numpy.pad` function for numpy 1.16 [#15](https://github.com/espdev/csaps/issues/15)

## v0.10.0

* Significant performance improvements for make/evaluate splines and memory consumption optimization
Expand Down
2 changes: 1 addition & 1 deletion csaps/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.10.0'
__version__ = '0.10.1'

0 comments on commit 5dcd6e4

Please sign in to comment.