All notable changes to this project will be documented in this file.
The format is inspired from Keep a Changelog and the versioning aim to respect Semantic Versioning.
Here is a template for new release sections
## Current
### Added
-
### Changed
-
### Removed
-
## [0.0.0] - Release - Name of Release - 20YY-MM-DD
### Added
-
### Changed
-
### Removed
-
- Use GitHub projects to organise releases
- Add new example table to show connection to OEO
- Add test for latest directory to CI [PR#74]
- Add tests for v151 [PR#81]
- Add release version directory for oem-v151
- Update
subject
to work with OEO - Rename and update
isAbout
to work with OEO - Rename and update
valueReference
to work with OEO - Improve documentation
- Update schema.json
- Update CHANGELOG.md and give names to releases
- Update CONTRIBUTING.md
- Add keys for linked data compatibility:
@context
,@id
,subject
,is_about
,value_reference
- Add context.json file
- Add licence information to README.md
- Clarify instructions for dealing with non-applicable keys (null) and missing values ("todo")
- Make key 13.2
timeseries
a list - Relocate development information from README.md to CONTRIBUTING.md
- Update all .json files to v1.5.0
- Reintroduce automated tests (CI) by switching form travis-ci to github actions [PR#63]
- Updated schema.json for v1.5.0 now includes the new key
title
which describes the title of the curent field [PR#56] adapted from [PR#43]
- Delete future directory
- Add directory for v1.4.1
- Add tests for v1.4.1
- Add current section to Changelog, documenting all changes in current branch and stage for release
- Extend black options, COMMAND tox -v now shows exactly what code must be reformatted
- Rename repository from "metadata" to "oemetadata"
- Add
timeseries
totemporal
- Add
context
object for project information - Add
object
tocontributors
to decide between data and metadata - Add
profile
toresources
according to datapackage standard - Add
encoding
toresources
according to datapackage standard - Add
schema
toresources
according to datapackage standard - Add
type
tofields
for data types - Add
primaryKey
- Add
foreignKeys
- Add
dialect
- Add
review
- Add
metaMetadata
- Add
_comment
- Rename
url
topath
according to datapackage standard
- OEMetadata version v1.3.0 metadata schema, example, template
- OEMetadata version v1.4.0 metadata schema, example, template
- Python implementation and tests for schema, example, template of v1.3.0
- Python implementation and tests for schema, example, template of v1.4.0
- Implementation of metaschema (draft07) and test of metaschema