Skip to content

Commit

Permalink
reduce size of embedded model
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Jan 21, 2024
1 parent 537cf70 commit 5935686
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 368 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ resolver = "2"
members = ["./japan-geoid-*"]

[workspace.package]
version = "0.3.2"
version = "0.4.0"
edition = "2021"
authors = [
"Taku Fukada <naninunenor@gmail.com>",
"MIERUNE Inc. <info@mierune.co.jp>",
]
description = "Calculates geoid heights for Japan using GSI's geoid model."
license-file = "LICENSE.txt"
license = "MIT"
repository = "https://github.com/MIERUNE/japan-geoid"
categories = ["science", "science::geo"]
Expand All @@ -25,7 +24,6 @@ categories.workspace = true
authors.workspace = true
description.workspace = true
license = "MIT"
license-file.workspace = true
repository.workspace = true

[lib]
Expand Down
359 changes: 0 additions & 359 deletions japan-geoid-py/Cargo.lock

This file was deleted.

2 changes: 1 addition & 1 deletion japan-geoid-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "japan-geoid-py"
version = "0.3.1"
version = "0.4.0"
edition.workspace = true
categories.workspace = true
description.workspace = true
Expand Down

0 comments on commit 5935686

Please sign in to comment.