Skip to content

Commit

Permalink
Merge pull request #122 from SnowEx/merge-histories
Browse files Browse the repository at this point in the history
Docs - Combine History and CHANGELOG
  • Loading branch information
jomey authored Sep 9, 2024
2 parents a4936ec + 4a99630 commit fb89206
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 43 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.md

This file was deleted.

47 changes: 47 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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.
32 changes: 1 addition & 31 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fb89206

Please sign in to comment.