Release 7.0.0#113
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
7.0.0 - 2025-07-22
Added
Unit.dependents- the number of units that refer to that unit as one of its factor units or are scaled from that base unit.this value is required to achieve better sorting in
Qudt.derivedUnitListFromFactorUnits, allowing to prefermore important units (those with more dependents)
Changed
qudtlibas a dependency, you have to add<type>pom</type>(see updatedeREADME.md). This is due to more rigorousartifact checks by sonatype that prevent jar artifacts without sources.
However, a few things have changed:
qudt:isScalingOftoqudt:scalingOfqudt:factorUnit/qudt:unittoqudt:hasFactorUnit/qudt:hasUnitCCY_http://qudt.org/vocab/currency/EURis nowhttp://qudt.org/vocab/unit/CCY_EUR.${CurrencyName}_Currencyis dropped in favor of the QUDT styleCCY_${CurrencyName}, e.g.Qudt.Units.EUR_CurrencybecomesQudt.Units.CCY_EURunit:GMdeserve special mention:unit:GM qudt:scalingOf unit:KiloGM, makingqudt:scalingOfandqudt:conversionMultiplierconsistent in all casesUnits.GM(which probably surprised a few people) for the mass dimension butUnits.KiloGM(which is what one would expect)Qudt.derivedUnitListFromFactorUnitsnow takes more aspects into account and ordering has changed in some cases.x^N^M, where x has no more factors.Such factors are simplified as x^(N*M). The same is applied to newly instantiated
FactorUnitsobjects.Fixed
Qudt.derivedUnitListFromFactorUnitsthat caused wrong sorting for some very similar units.Release info
Automated release through workflow: 'Release and deploy to Sonatype staging repo'
Triggered by: fkleedorfer
Version: 7.0.0
Next development version: 7.0.1-SNAPSHOT
Next Steps
Please rebase this PR on top of
mainafter publishing the release via theSonatype Repository Manager.