Skip to content

Commit fd8f8ca

Browse files
committed
update changelog for 1.6.1
1 parent 234901b commit fd8f8ca

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@ Changelog
22
=========
33

44

5+
Version 1.6.1
6+
-------------
7+
*September 02, 2021*
8+
9+
**New features**
10+
11+
* IO routines for zmap files ([#199](https://github.com/GeoStat-Framework/PyKrige/pull/165))
12+
* `write_asc_grid` got new keyword `no_data` ([#199](https://github.com/GeoStat-Framework/PyKrige/issues/199))
13+
14+
**Changes**
15+
16+
* now using a `pyproject.toml` file ([#211](https://github.com/GeoStat-Framework/PyKrige/pull/211))
17+
* now using a single `main` branch in the repository ([#212](https://github.com/GeoStat-Framework/PyKrige/pull/212))
18+
* Fixed typos ([#188](https://github.com/GeoStat-Framework/PyKrige/pull/188), [#189](https://github.com/GeoStat-Framework/PyKrige/pull/189))
19+
20+
**Bug fixes**
21+
22+
* `write_asc_grid` was to strict about dx ([#197](https://github.com/GeoStat-Framework/PyKrige/issues/197))
23+
24+
525
Version 1.6.0
626
-------------
727
*April 04, 2021*

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2020, PyKrige Developers
1+
Copyright (c) 2015-2021, PyKrige Developers
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
@@ -24,4 +24,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2424
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2525
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2626
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ conda install -c conda-forge pykrige
7373

7474
### Tools
7575

76-
- `kriging_tools.write_asc_grid`: Writes gridded data to ASCII grid
77-
file (`\*.asc`)
76+
- `kriging_tools.write_asc_grid`: Writes gridded data to ASCII grid file (`\*.asc`)
7877
- `kriging_tools.read_asc_grid`: Reads ASCII grid file (`\*.asc`)
78+
- `kriging_tools.write_zmap_grid`: Writes gridded data to zmap file (`\*.zmap`)
79+
- `kriging_tools.read_zmap_grid`: Reads zmap file (`\*.zmap`)
7980

8081
### Kriging Parameters Tuning
8182

0 commit comments

Comments
 (0)