From 4a99630905d7ca66e292fa2d0c47469a16accd53 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Mon, 26 Aug 2024 13:27:31 -0600 Subject: [PATCH] Docs - Combine History and CHANGELOG Both serve the same purpose and this commit centralizes them into one document. [skip ci] --- CHANGELOG.md | 12 ------------ CHANGELOG.rst | 47 +++++++++++++++++++++++++++++++++++++++++++++++ docs/history.rst | 32 +------------------------------- 3 files changed, 48 insertions(+), 43 deletions(-) delete mode 100644 CHANGELOG.md create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index f2aeab6..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# Changelog -## Version 0.5.0 -* Brought in by PR [#98](https://github.com/SnowEx/snowexsql/pull/98) -* Improvements made to retrieving single value queries. -* Added in `from_unique_entries` to find unique options given a query -* Added in more support around rasters. -* Added in `RasterMeasurements.all_descriptions` to get unique descriptions -* Added in checking for whether a raster query would generate data from more than one unique dataset -* Added support for Geopandas > 1.0 - -## Version 0.4.0 -* PR [#82](https://github.com/SnowEx/snowexsql/pull/82) diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..2817997 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,47 @@ +========= +Changelog +========= + +------------- +Version 0.5.0 +------------- +* Brought in by PR [#98](https://github.com/SnowEx/snowexsql/pull/98) +* Improvements made to retrieving single value queries. +* Added in `from_unique_entries` to find unique options given a query +* Added in more support around rasters. +* Added in `RasterMeasurements.all_descriptions` to get unique descriptions +* Added in checking for whether a raster query would generate data from more than one unique dataset +* Added support for Geopandas > 1.0 + +------------- +Version 0.4.0 +------------- +* PR [#82](https://github.com/SnowEx/snowexsql/pull/82) + +----------------- +0.3.0 (2022-07-6) +----------------- +* New columns were added to the LayerData table for flags +* Converted surveyors to observers +* Changed utm zone to be an integer + +----------------------------- +0.2.0 Repo Split (2022-06-20) +----------------------------- +* Repo was split into an access client and a db builder to reduce overhead +* snowexsql is now an access client and python tools to make life easy +* snowex_db_ is now a repo containing all necessary assets to build db. + +.. _snowex_db: https://github.com/SnowEx/snowex_db + +-------------------------- +Hackweek 2021 (2021-07-15) +-------------------------- +* Fully deployed database with around 100 users +* Uploaded with fully reproducible DB using SnowEx Data for Grand Mesa 2020 +* Timezones all in Mountain Standard + +------------------ +0.1.0 (2020-06-12) +------------------ +* Project Created. diff --git a/docs/history.rst b/docs/history.rst index 73a6d91..565b052 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,31 +1 @@ -======= -History -======= - -0.1.0 (2020-06-12) ------------------- - -* Project Created. - -Hack Week 2021 (2021-07-15) ---------------------------- - -* Fully deployed database with around 100 users -* Uploaded with fully reproducible DB using Snowex Data for Grand Mesa 2020 -* Timezones all in Mountain Standard - -0.2.0 Repo Split (2022-06-20) ------------------------------ - -* Repo was split into an access client and a db builder to reduce overhead -* snowexsql is now an access client and python tools to make life easy -* snowex_db_ is now a repo containing all necessary assets to build db. - -.. _snowex_db: https://github.com/SnowEx/snowex_db - -0.3.0 (2022-07-6) ------------------------------ - -* New columns were added to the LayerData table for flags -* Converted surveyors to observers -* Changed utm zone to be an integer +.. include:: ../CHANGELOG.rst