Skip to content

Commit

Permalink
new release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Jan 9, 2017
1 parent 31c0d38 commit 7eec9c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.1] - 2016-12-12
### Added
- clenshaw curtis

### Changed
- fixed the handling of NAN.

## [0.1.1] - 2016-12-12
### Changed
- fixed the error estimate to be more correct.
Expand All @@ -12,5 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- everything, initial upload to crates.io.

[0.1.2]: https://github.com/Eh2406/quadrature/tree/0.1.2
[0.1.1]: https://github.com/Eh2406/quadrature/tree/0.1.1
[0.1.0]: https://github.com/Eh2406/quadrature/tree/0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quadrature"
version = "0.1.1"
version = "0.1.2"
authors = ["Jacob Finkelman <[email protected]>"]
description = "This provides several fast numerical integration methods. This library is pure safe rust, and cross-platform. The double exponential algorithm is naturally adaptive, and does not allocate."
repository = "https://github.com/Eh2406/quadrature"
Expand Down

0 comments on commit 7eec9c4

Please sign in to comment.