Skip to content

Commit

Permalink
Merge pull request #1882 from OpenEnergyPlatform/releases-v2.4.0
Browse files Browse the repository at this point in the history
Release v2.4.0 to master branch
  • Loading branch information
christian-rli authored Jul 1, 2024
2 parents 1aa016d + 50afad0 commit 995009d
Show file tree
Hide file tree
Showing 10 changed files with 1,159 additions and 256 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.X.X] - 20XX-XX-XX
### Added

### Changed

### Removed

## [2.4.0] - 2024-07-01
### Added
- subsector, has subsector, subsector of (#1788)
- Matlab programming language (#1869)
- SKOS annotations: skos:closeMatch, skos:exactMatch, skos:relatedMatch (#1874)

### Changed
- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (#1788)
- German alternative labels (#1862, #1868)
- C++, Fortran, Java, Matlab, PHP, Python, R, Ruby, VBA (#1869)
- ENVO mappings (#1879)
- emission factor value (#1880)

### Removed
- emission value (#1880)

## [2.3.0] - 2024-05-21

### Added
Expand All @@ -26,7 +49,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- area value (#1851)
- has bearer, has characteristic, characteristic of, role of, model role (#1852)
- time stamp (#1853)

- electricity import/export value (#1864)

### Removed

Expand Down Expand Up @@ -54,6 +77,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- forecasting model calculation (#1799)
- uo-extracted.owl (#1820)

### Removed

## [2.1.0] - 2023-12-05

### Added
Expand Down Expand Up @@ -117,6 +142,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn
- mobility technology, electric mobility technology (#1727)
- energy storage object hierarchy, energy storage technology hierarchy (#1728)


### Changed
- energy transformation (#1625)
- waste role (#1638)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ authors:
title: "Open Energy Ontology (OEO)"
type: software
license: CC0-1.0
version: 2.3.0
version: 2.4.0
doi:
date-released: 2024-05-21
date-released: 2024-07-01
url: "https://github.com/OpenEnergyPlatform/ontology"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.4.0
4 changes: 2 additions & 2 deletions src/ontology/edits/catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/ro-extracted.owl" uri="../imports/ro-extracted.owl"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/uo-extracted.owl" uri="../imports/uo-extracted.owl"/>
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base="">
<uri id="Automatically generated entry, Timestamp=1714049102654" name="http://openenergy-platform.org/ontology/oeo/oeo-import-edits.owl" uri="oeo-import-edits.owl"/>
<uri id="Automatically generated entry, Timestamp=1714049102654" name="http://openenergy-platform.org/ontology/oeo/oeo-physical-axioms/" uri="oeo-physical-axioms.owl"/>
<uri id="Automatically generated entry, Timestamp=1719595580542" name="http://openenergy-platform.org/ontology/oeo/oeo-import-edits.owl" uri="oeo-import-edits.owl"/>
<uri id="Automatically generated entry, Timestamp=1719595580542" name="http://openenergy-platform.org/ontology/oeo/oeo-physical-axioms/" uri="oeo-physical-axioms.owl"/>
</group>
</catalog>
156 changes: 133 additions & 23 deletions src/ontology/edits/oeo-model.omn

Large diffs are not rendered by default.

739 changes: 558 additions & 181 deletions src/ontology/edits/oeo-physical.omn

Large diffs are not rendered by default.

Loading

0 comments on commit 995009d

Please sign in to comment.