Release 0.4.9 - Complete support for units (All Saints Edition) #525
c3d
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release focuses on support for units, but also adds a large number of other
fixes and improvements.
New features:
ConvertToUnixPrefix
command and SI prefix menu keys (units: Add support for the prefix keys #513)UFACT
(FactorUnit
) command (Unit factorization (UFACT
orFactorUnit
) #512)1_m^2*s/s/m
into1_m
(Unit simplifications #506)1
when it appears #502)→Unit
command (ImplementToUnit
#501)UnitValue
(UVAL
) command (ImplementUnitValue
#493)KiB
) and power-of-two SI prefixes (Units: Add support for kibibyte and the like #492)B->R
andR->B
toBasesMenu
(AddB->R
andR->B
toBasesMenu
#488)rewrite
(Implement reordering of terms in rewrites #484)BaseUnits
(UBase
) command (Implement UBase (conversion to base units) #483)1_cm^2
(Parse units without quotes #482)Convert
command (Unit conversion #480)Cycle
command for unit objectsÅ
character for angstroem (The Angstroem unit does not show correctly #477)Merge state
toState
system menu (Add 'merge state' to the sysmenu #475)Bug fixes:
km/h
tomph
fails #523)2/s
(Do not emit aDivide by zero
error in a bad fraction #520)X^2/3
(Do not parse fractions inside power #519)mantissa_error
for valid numbers (Do not emitToo many digits
error for decimal128 #515)unit
objects #500)evaluate_function()
(sin x)²+(cos x)²
correctly, as well as HP67 Mach example (Parsing'(sin X)² + (cos X)²'
returns wrong result #427)Improvements:
equation
asexpression
(Renameequation
toexpression
#518) andlabelText
aslabel_text
LastArg
except for command line (Do not updateLastArgs
for internal uses of operators #511)UnitsConversionMenu
(AddUnitsConversionsMenu
toToolsMenu
#514)/
and·
, e.g.1_m·s^2/A
(Display units using/
and not fancy div #507)mm⁻¹
(Displaymm⁻¹
inUnitsMenu
instead of/ mm
#503)1+()
(ParsingX'
results in some empty object on the stack #487)StandardDisplay
mode obeyMinimumSignificantDigits
(STO should store at beginning of variables list #462)unit
type as a derivative ofcomplex
(Reimplement units as deriving from complex #471)🟨
and🟦
for more commands (Put the correct shift labels in the documentation #467)Search
andCopy
commands inEditorMenu
(Put Search as a non-shifted function #466)STO
stores variables at beginning of directory (STO should store at beginning of variables list #462)Signed-off-by: Christophe de Dinechin christophe@dinechin.org
Full Changelog: v0.4.8...v0.4.9
This discussion was created from the release Release 0.4.9 - Complete support for units (All Saints Edition).
Beta Was this translation helpful? Give feedback.
All reactions