lhapdf 0.1.6

(Unofficial) Rust bindings for the LHAPDF C++ library
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.6]

- added implementation of `Send` for `Pdf`. See `README.md` for guarantees.

## [0.1.5] - 04/07/2020

## [0.1.4] - 03/07/2020

- added new member `PdfSet::mk_pdfs`

## [0.1.3] - 02/07/2020

- added PDF uncertainty structs and methods
- added function `lookup_pdf`

## [0.1.2] - 31/05/2020

- fixed building on docs.rs

## [0.1.1] - 27/05/2020

- fixed Cargo repository URL and description

## [0.1.0] - 27/05/2020

- first release

[Unreleased]: https://github.com/cschwan/lhapdf/compare/v0.1.6...HEAD
[0.1.6]: https://github.com/cschwan/lhapdf/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/cschwan/lhapdf/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/cschwan/lhapdf/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/cschwan/lhapdf/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/cschwan/lhapdf/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/cschwan/lhapdf/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/cschwan/lhapdf/compare/v0.0.0...v0.1.0