Skip to content

Releases: VForWaTer/metacatalog

v0.9.0

19 Jan 09:53
Compare
Choose a tag to compare

metacatalog

Management tool for the V-FOR-WaTer metadata database application. Although developed in and for the V-FOR-WaTer project, metacatalog is a standalone database application, that can be used on its own.

Docs

The full documentation is available at: https://vforwater.github.io/metacatalog

Installation description is given at: https://vforwater.github.io/metacatalog/home/install.html

Quickstart

Install metacatalog:

pip install metacatalog

The setup.py used on installing metacatalog installed a command line script which is also registered in the current anaconda environment (if used any).
You can get help about using the CLI with the following command:

metacatalog -h

For more extensive information, please refer to the documentation.

What's Changed

Full Changelog: v0.8.4...v0.9.0

v0.8.4

15 Jan 15:22
Compare
Choose a tag to compare

What's Changed

  • Implement ImmutableResultSet.to_dict(orient='uuids') by @AlexDo1 in #296
  • Fix rs.to_dict(orient='uuids') in the case that rs.group is None by @AlexDo1 in #298
  • api.add_variable() add parameter keyword by @AlexDo1 in #304

Full Changelog: v0.8.3...v0.8.4

v0.8.0

15 Feb 11:52
Compare
Choose a tag to compare

metacatalog

Management tool for the V-FOR-WaTer metadata database application. Although developed in and for the V-FOR-WaTer project, metacatalog is a standalone database application, that can be used on its own.

Docs

The full documentation is available at: https://vforwater.github.io/metacatalog

Installation description is given at: https://vforwater.github.io/metacatalog/home/install.html

Quickstart

Install metacatalog:

pip install metacatalog

The setup.py used on installing metacatalog installed a command line script which is also registered in the current anaconda environment (if used any).
You can get help about using the CLI with the following command:

metacatalog -h

For more extensive information, please refer to the documentation.

What's Changed

Full Changelog: v0.7.7...v0.8.0

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

26 Jan 11:07
Compare
Choose a tag to compare

metacatalog

Management tool for the V-FOR-WaTer metadata database application. Although developed in and for the V-FOR-WaTer project, metacatalog is a standalone database application, that can be used on its own.

Docs

The full documentation is available at: https://vforwater.github.io/metacatalog

Installation description is given at: https://vforwater.github.io/metacatalog/home/install.html

Quickstart

Install metacatalog:

pip install metacatalog

The setup.py used on installing metacatalog installed a command line script which is also registered in the current anaconda environment (if used any).
You can get help about using the CLI with the following command:

metacatalog -h

For more extensive information, please refer to the documentation.

What's Changed

Full Changelog: v0.6.0...v0.7.0

Version 0.6.11

23 Jan 10:36
22f1e98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.11

Version 0.6.5

13 Jan 14:35
045be6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

Version 0.6.4

13 Jan 13:59
93e6501
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

Version 0.6.3

11 Jan 16:04
7487ef6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

Version 0.6.2

16 Dec 17:26
024ab3d
Compare
Choose a tag to compare

What's Changed

  • Details adjustments by @AlexDo1 in #193:
    • change maximum number of letters in details.key from 20 to 60, keys should ideally come from a linked thesaurus
    • introduce column details.title for longer / more descriptive detail titles
    • database revision

Full Changelog: v0.6.1...v0.6.2

Version 0.6.1

12 Dec 09:02
5fc68a2
Compare
Choose a tag to compare

What's Changed

  • entries.location nullable + db revision by @AlexDo1 in #186

Full Changelog: v0.6.0...v0.6.1