diff --git a/docs/_toc.yml b/docs/_toc.yml index 3dfceb2..31fe893 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -8,6 +8,8 @@ chapters: file: walkthrough - title: 📖 API Reference file: api + - title: 📆 Changelog + file: changelog - title: 🫶 Code of Conduct file: CODE_OF_CONDUCT - title: 🧑‍🤝‍🧑 Contributing diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..5aa7dc4 --- /dev/null +++ b/docs/changelog.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 0913588..6f79d5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 <23487320+weiji14@users.noreply.github.com>"] license = "LGPL-3.0-or-later"