https://github.com/ntamas/plfit
Revision 3a64583ac05d6738b9399732267be932912a668f authored by Tamas Nepusz on 08 November 2021, 15:24:52 UTC, committed by Tamas Nepusz on 08 November 2021, 15:24:52 UTC
1 parent e482b5c
Raw File
Tip revision: 3a64583ac05d6738b9399732267be932912a668f authored by Tamas Nepusz on 08 November 2021, 15:24:52 UTC
chore: bumped version to 0.9.0
Tip revision: 3a64583
CHANGELOG.md
# plfit library changelog

## [0.9.0]

### Added

* This version now compiles on Windows as well as Linux and macOS.

### Fixed

* Fixed potential naming conflicts with other libraries by prefixing exported
  symbols with `plfit_` where appropriate, thanks to @jgmbenoit

* Lots of enhancements to facilitate inclusion in Debian Linux as a separate
  package, thanks to @jgmbenoit

* Tidied up CMakeLists.txt file

* Fixed a bug with the Walker alias sampler that sometimes returned incorrect
  samples on Windows.

## [0.8.2]

First version with a changelog entry.

[Unreleased]: https://github.com/ntamas/plfit/compare/0.9.0..HEAD
[0.9.0]: https://github.com/ntamas/plfit/compare/0.8.2...0.9.0
[0.8.2]: https://github.com/ntamas/plfit/releases/tag/0.8.2

back to top