Changes

Version 1.0.0 (2024-02-29)

  • Review documentation (#116).

  • Added users table (#96).

  • Bug fix: Fixed error in dataset validation sqlalchemy.inspect is not valid (#97).

  • Bug fix: Fixed problem with multiple connections when opening the dataset table retrieval function (#98).

  • Updated the lccs-db version (#102).

Version 0.9.1 (2022-11-16)

  • Change LICENSE to GPL v3 (#91).

Version 0.9.0 (2022-08-03)

  • Add support for new version of LCCS-DB: (#87).

  • Adding dataset metadata validation schema :(#84).

  • Add support latest sample-db-utils (v0.9.0): (#88).

  • Fixing ArgumentError: dialect.has_table in make_dataset_table.

Version 0.8.3 (2022-01-06)

  • Bug fix: Error while get_ds_table when it has a capital letter (#81).

Version 0.8.2 (2021-11-05)

  • Bug fix: Migration column “created_at” of relation “dataset_type” already exists (#78).

Version 0.8.1 (2021-10-06)

  • Bug fix: Adding missing attribute in dataset type (#75).

Version 0.8.0 (2021-08-13)

  • Bug fix: remove user file (#73).

  • Bug fix: Add alter sequence owned by table_name (#70).

  • Change dataset_table_name to dataset_table_id (#68).

Version 0.6.1 (2021-07-07)

  • Remove the sample-db-utils as required (#65).

  • Bug Fix: Add index in collection_date (#64).

  • Add delete dataset in cli.py (#63).

Version 0.6.0 (2021-04-22)

  • Drone integration (#34).

  • Review model (#39).

  • Organize repository and remove old codes (#35).

  • Add Geometry in observation (#19).

  • Change Alembic to Flask-Alembic (#26).

  • Add minimum test (#44).

  • Command Line Interface (CLI).

  • Documentation system based on Sphinx.

  • Documentation integrated to Read the Docs.

  • Installation and build instructions.

  • Usage instructions.

  • Package support through Setuptools.

  • License: MIT.