From 7924d805d39d6eaf364135e9e946c20ac52acd21 Mon Sep 17 00:00:00 2001 From: Uchida Mizuki <35052925+UchidaMizuki@users.noreply.github.com> Date: Thu, 2 Dec 2021 00:55:31 +0900 Subject: [PATCH] Update NEWS.md --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 09c8416..40a0ca7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,12 @@ # version 0.1.1 +## New Features - `mesh_zoomin()` is soft-deprecated and replaced by `mesh_subdivide()`. - `mesh_zoomout()` is soft-deprecated and replaced by `mesh_80km()`, `mesh_10km()`, etc. - New `point_to_mesh()`, `geometry_to_mesh()`, `mesh_grid()` and `bbox_to_mesh()`. +## Others +- Fix the package versions of `utils` and other imports. +- Update DESCRIPTION and README, and add an explanation of `regional mesh codes` in Japan. +- Add new functions. # version 0.1.0 Initial version.