-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 First minor release of zen3geo. * 🔖 Changelog entry for v0.1.0 First minor release of zen3geo. * ⬆️ Bump zen3geo from 0.0.0 to 0.1.0 Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.0.0 to 0.1.0. - [Release notes](https://github.com/weiji14/zen3geo/releases) - [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md) - [Commits](v0.0.0...v0.1.0) * 🚑 Patch publish-to-pypi workflow to remove sha string Need to be ran always, not only on tagged versions!
- Loading branch information
Showing
4 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
## Release v0.1.0 (2022/06/08) | ||
|
||
### 💫 Highlights | ||
|
||
* 🎉 **First release of zen3geo** 🎉 | ||
* 🚸 Walkthrough on using RioXarray IterDataPipes at https://zen3geo.readthedocs.io/en/latest/walkthrough.html ([#8](https://github.com/weiji14/zen3geo/pull/8)) | ||
|
||
### 🚀 Features | ||
|
||
* ✨ Introducing RioXarrayReaderIterDataPipe for reading GeoTIFFs ([#6](https://github.com/weiji14/zen3geo/pull/6)) | ||
|
||
### 📖 Documentation | ||
|
||
* 🔧 Configure readthedocs documentation build ([#13](https://github.com/weiji14/zen3geo/pull/13)) | ||
* 💬 Show how to convert xarray.DataArray to torch.Tensor ([#9](https://github.com/weiji14/zen3geo/pull/9)) | ||
* 📝 Add basic installation instructions ([#7](https://github.com/weiji14/zen3geo/pull/7)) | ||
* 👥 Healthy community standards ([#4](https://github.com/weiji14/zen3geo/pull/4)) | ||
|
||
### 🧰 Maintenance | ||
|
||
* 📦 Publish to TestPyPI and PyPI using GitHub Actions ([#14](https://github.com/weiji14/zen3geo/pull/14)) | ||
* 🧑💻 Draft changelog with Release Drafter GitHub Actions ([#11](https://github.com/weiji14/zen3geo/pull/11)) | ||
* 👷 Setup GitHub Actions Continuous Integration tests ([#2](https://github.com/weiji14/zen3geo/pull/2)) | ||
* 🌱 Initialize pyproject.toml file ([#1](https://github.com/weiji14/zen3geo/pull/1)) | ||
|
||
### 🧑🤝🧑 Contributors | ||
|
||
[@weiji14](https://github.com/weiji14) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "zen3geo" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
description = "The 🌏 data science library you've been waiting for~" | ||
authors = ["Wei Ji <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
|