Releases: VForWaTer/metacatalog
v0.9.0
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
- Refactored Config management by @mmaelicke in #305
Full Changelog: v0.8.4...v0.9.0
v0.8.4
v0.8.0
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
- Type hints by @mmaelicke in #270
Full Changelog: v0.7.7...v0.8.0
What's Changed
- ImmutableResultSet fixes by @AlexDo1 in #219
- Bring changes from master to ISO branch by @AlexDo1 in #234
- Include top-level detail of nested details by @AlexDo1 in #239
- Fix docs CI by @mmaelicke in #238
- Drop field Entry.geom by @AlexDo1 in #241
- Mmaelicke-remove-rest by @mmaelicke in #243
- fix nm relation Entry-Keyword by @mmaelicke in #244
- Bring changes from main to ISO branch by @AlexDo1 in #246
- Mmaelicke resolve warnings by @mmaelicke in #247
- Add all Person Roles to Entry.to_dict by @mmaelicke in #248
- Future warnings for find api by @mmaelicke in #254
- fixes add_keywords_to_entries by @AlexDo1 in #255
- get_uuid() can return ImmutableResultSets, updates to ImmutableResultSet.uuid/uuids by @AlexDo1 in #258
- Update Iso branch to MAIN by @mmaelicke in #262
- explicitly add is_partial to API by @mmaelicke in #261
- Extensions can add to the CLI by @mmaelicke in #269
- Fix codecov upload by @mmaelicke in #272
- ISO19115 basic functionalities by @AlexDo1 in #264
- Type hints by @mmaelicke in #270
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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
- entries.location nullable + db revision by @AlexDo1 in #186
- Details adjustments by @AlexDo1 in #193
- Fix typo in datasource by @AlexDo1 in #194
- Update iso19115 branch by @AlexDo1 in #195
- thesaurus_id: update keywords.csv and db revision by @AlexDo1 in #197
- Merge thesaurus_id changes into ISO branch by @AlexDo1 in #198
- fix entry.details_table() by @AlexDo1 in #199
- fix entry.details_table() by @AlexDo1 in #200
- Fix CLI by @AlexDo1 in #201
- Update ISO branch by @AlexDo1 in #202
- Fix cli by @AlexDo1 in #203
- Bring CLI changes to ISO branch by @AlexDo1 in #204
- Find thesaurus by UUID by @AlexDo1 in #205
- Thesaurus search via uuid by @AlexDo1 in #206
- Entry keyword dict by @AlexDo1 in #207
- thesaurus information in keyword.to_dict() for export by @AlexDo1 in #208
- Fix ImmutableResultSet.uuids for nested ImmutableResultSets by @AlexDo1 in #209
- Include keyword.value in Variable.to_dict() by @AlexDo1 in #210
- variable.to_dict() include keyword.to_dict() by @AlexDo1 in #212
- Merge changes on main with iso branch by @AlexDo1 in #213
- ImmutableResultSet.load_base_group() include Split datasets by @AlexDo1 in #211
- ISO19115 export and import by @AlexDo1 in #183
- Major changes to CI by @mmaelicke in #220
- add resultset duplicates removal by @mmaelicke in #221
- CI publish release on tag by @AlexDo1 in #226
- add entry to expand set by @mmaelicke in #225
- Revert "ISO19115 export and import" by @AlexDo1 in #228
- Fix failing unittest by @AlexDo1 in #230
- variable.to_dict() only include keyword if exists by @AlexDo1 in #227
- Bring necessary changes from master to ImmutableResultSet unittest branch by @AlexDo1 in #231
- Bring new IRS unittests to IRS adaption branch by @AlexDo1 in #233
- ImmutableResultSet unittests by @AlexDo1 in #232
- ImmutableResultSets cannot be nested anymore by @AlexDo1 in #235
- rebuild entrypoint by @mmaelicke in #223
Full Changelog: v0.6.0...v0.7.0
Version 0.6.11
What's Changed
- Update iso19115 branch by @AlexDo1 in #195
- Merge thesaurus_id changes into ISO branch by @AlexDo1 in #198
- fix entry.details_table() by @AlexDo1 in #200
- Update ISO branch by @AlexDo1 in #202
- Bring CLI changes to ISO branch by @AlexDo1 in #204
- Find thesaurus by UUID by @AlexDo1 in #205
- Thesaurus search via uuid by @AlexDo1 in #206
- Entry keyword dict by @AlexDo1 in #207
- thesaurus information in keyword.to_dict() for export by @AlexDo1 in #208
- Fix ImmutableResultSet.uuids for nested ImmutableResultSets by @AlexDo1 in #209
- Include keyword.value in Variable.to_dict() by @AlexDo1 in #210
- variable.to_dict() include keyword.to_dict() by @AlexDo1 in #212
- Merge changes on main with iso branch by @AlexDo1 in #213
- ImmutableResultSet.load_base_group() include Split datasets by @AlexDo1 in #211
- ISO19115 export and import by @AlexDo1 in #183
- Major changes to CI by @mmaelicke in #220
Full Changelog: v0.6.5...v0.6.11
Version 0.6.5
Version 0.6.4
What's Changed
Full Changelog: v0.6.3...v0.6.4
Version 0.6.3
What's Changed
- Fix typo in datasource by @AlexDo1 in #194
- thesaurus_id: update keywords.csv and db revision by @AlexDo1 in #197
Full Changelog: v0.6.2...v0.6.3
Version 0.6.2
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
- change maximum number of letters in
Full Changelog: v0.6.1...v0.6.2
Version 0.6.1
What's Changed
Full Changelog: v0.6.0...v0.6.1