File tree Expand file tree Collapse file tree 20 files changed +30
-27
lines changed
qudtlib-hardcoded-model-gen Expand file tree Collapse file tree 20 files changed +30
-27
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 7.0.0] - 2025-07-22
11+
12+ ### Added
13+
14+ - ` Unit.dependents ` - the number of units that refer to that unit as one of its factor units or are scaled from that base unit.
15+ this value is required to achieve better sorting in ` Qudt.derivedUnitListFromFactorUnits ` , allowing to prefer
16+ more important units (those with more dependents)
17+
1018### Changed
1119
1220- when using ` qudtlib ` as a dependency, you have to add ` <type>pom</type> ` (see updatede [ ` README.md ` ] ( README.md ) ). This is due to more rigorous
@@ -35,12 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3543
3644- Fixed a sorting bug in ` Qudt.derivedUnitListFromFactorUnits ` that caused wrong sorting for some very similar units.
3745
38- ### Added
39-
40- - ` Unit.dependents ` - the number of units that refer to that unit as one of its factor units or are scaled from that base unit.
41- this value is required to achieve better sorting in ` Qudt.derivedUnitListFromFactorUnits ` , allowing to prefer
42- more important units (those with more dependents)
43-
4446## [ 6.8.1] - 2025-01-29
4547
4648### Fixed
@@ -331,7 +333,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331333
332334- Initial release.
333335
334- [ Unreleased ] : https://github.com/qudtlib/qudtlib-java/compare/v6.8.1...HEAD
336+ [ Unreleased ] : https://github.com/qudtlib/qudtlib-java/compare/v7.0.0...HEAD
337+ [ 7.0.0 ] : https://github.com/qudtlib/qudtlib-java/compare/v6.8.1...v7.0.0
335338[ 6.8.1 ] : https://github.com/qudtlib/qudtlib-java/compare/v6.8.0...v6.8.1
336339[ 6.8.0 ] : https://github.com/qudtlib/qudtlib-java/compare/v6.7.0...v6.8.0
337340[ 6.7.0 ] : https://github.com/qudtlib/qudtlib-java/compare/v6.5.0...v6.7.0
Original file line number Diff line number Diff line change 55 <artifactId >qudtlib-java</artifactId >
66 <packaging >pom</packaging >
77 <name >qudtlib-java</name >
8- <version >6.8.2 -SNAPSHOT</version >
8+ <version >7.0.1 -SNAPSHOT</version >
99 <url >https://github.com/qudtlib/qudtlib-java</url >
1010 <description >Unit conversion and related functionality for Java based on the QUDT ontology.</description >
1111 <developers >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >qudtlib-java</artifactId >
55 <groupId >io.github.qudtlib</groupId >
6- <version >6.8.2 -SNAPSHOT</version >
6+ <version >7.0.1 -SNAPSHOT</version >
77 </parent >
88 <name >qudtlib-common-codegen</name >
99 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >qudtlib-java</artifactId >
55 <groupId >io.github.qudtlib</groupId >
6- <version >6.8.2 -SNAPSHOT</version >
6+ <version >7.0.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <name >qudtlib-common-rdf</name >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >qudtlib-java</artifactId >
55 <groupId >io.github.qudtlib</groupId >
6- <version >6.8.2 -SNAPSHOT</version >
6+ <version >7.0.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >qudtlib-constants-gen</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >qudtlib-java</artifactId >
55 <groupId >io.github.qudtlib</groupId >
6- <version >6.8.2 -SNAPSHOT</version >
6+ <version >7.0.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >qudtlib-data-gen</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >qudtlib-java</artifactId >
55 <groupId >io.github.qudtlib</groupId >
6- <version >6.8.2 -SNAPSHOT</version >
6+ <version >7.0.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >qudtlib-data</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >qudtlib-java</artifactId >
55 <groupId >io.github.qudtlib</groupId >
6- <version >6.8.2 -SNAPSHOT</version >
6+ <version >7.0.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <name >qudtlib-example</name >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >qudtlib-java</artifactId >
55 <groupId >io.github.qudtlib</groupId >
6- <version >6.8.2 -SNAPSHOT</version >
6+ <version >7.0.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >qudtlib-hardcoded-model-gen</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >qudtlib-java</artifactId >
55 <groupId >io.github.qudtlib</groupId >
6- <version >6.8.2 -SNAPSHOT</version >
6+ <version >7.0.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >qudtlib-ingest-qudt</artifactId >
You can’t perform that action at this time.
0 commit comments