diff --git a/CHANGELOG.md b/CHANGELOG.md index e51a115..b0fd898 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Changelog ========= +Version 1.7.2 +------------- +*May 27, 2024* + +**New features** + +* added support for numpy 2 ([#290](https://github.com/GeoStat-Framework/PyKrige/pull/290)) + +**Changes** + +* remove universal2 wheels for macos (we already provide separate intel and arm64 wheels) ([#290](https://github.com/GeoStat-Framework/PyKrige/pull/290)) + +**Bug fixes** + +* fixed cython long / longlong issue on windows ([#290](https://github.com/GeoStat-Framework/PyKrige/issues/290)) + + Version 1.7.1 ------------- *October 14, 2023* diff --git a/LICENSE b/LICENSE index 3811878..35695b7 100755 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2022, PyKrige Developers +Copyright (c) 2015-2024, PyKrige Developers All rights reserved. Redistribution and use in source and binary forms, with or without