Release 0.4.8: Unit objects, bug fixes #461
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 implements the last remaining user-oriented RPL data type,
unit objects. However, unit operations are not implemented yet.
There is no unit arithmetic nor unit conversions yet.
New features:
FIX
rounding (AllowFIX
mode that truncates negative exponents to 0 #445, Match HP15 behavior for FIX and DIG0 #446)CONFIG_FIXED_BASED_OBJECTS
#432)Integrate
automatically enables approximations (Integration1/x
results inNumber too big
error. #415)MinimumSignificantDigits
(DIG
) setting (FIX display incorrect #412)CursorBlinkRate
setting (Cursor is not blinking if no other animation is present #407)Bug fixes:
x^2
command preview shows incorrectly on DM32 #459)log
function and power operator give wrong result #452)"ABC" 5 *
withNumericResults
on (Avoid type errors for arithmetic operations withNumericResults
#447)PowerOff
andSave
to work in Alpha mode (Off is broken in Alpha mode #444)Help
as the command name when help topic not found (Long-press Help shows wrong command name #440)Invalid digit for base
error for1E6
(1E6 should parse correctly, not error out "Invalid digit for base" #422)∡
, for Alpha-Shift-EEX (Alpha-Shift-EEX does not show correct symbol #421)Improvements:
[]
inserter in matrix menu (Add[]
inserter in MatrixMenu #456)LogGamma
as alternative spelling forlgamma
(Increase maximum bit size for MaxBigNumBits #426)Authors
section in documentation (Add a section for authors in the documentation #419)db48x
(Rename simulator to db48x #417)∫
toIntegrationMenu
entries (MakeIntegrateMenu
clearer #414)Signed-off-by: Christophe de Dinechin christophe@dinechin.org
What's Changed
New Contributors
Full Changelog: v0.4.7...v0.4.8
This discussion was created from the release Release 0.4.8: Unit objects, bug fixes.
Beta Was this translation helpful? Give feedback.
All reactions