Release 0.9.10 "Best" - Ranges and documentation
Pre-release
Pre-release
This release is primarily a refinement of ranges and a documentation update.
New features
- Always display infinity ranges with range notation
- Add constant for
-∞ - Add support for ranges in
Explode/Obj→ - Add support for delta and percent ranges in
ToDecimal - Allow
Copyto target a local variable or setting - Support
TrueandFalsein→Num
Bug fixes
- Replace
logwithln, makelogbe base-10 logarithm - Check zero-divide in ranges
- Fix the implementation of trig functions for ranges
- Fix incorrect command associated to the
%Talias (should be%Total) - Adjust help for
log10andln - Avoid pushing a null pointer on the stack on error evaluating constants
- Add missing
Ⓒsign in uncertainty forEpl - Fix constant evaluation referencing
thisafter it may have moved - Report missing current directory in
Purge - Report errors when purging invalid objects in
PurgeandPurgeAll - Avoid
ClearThingsMenuin tests, the key maps to forward delete in editor
Improvements
- keyboard: Update layout to include
σcharacter - Remove the
state/Test.48Sfile, it's not longer relevant - Add
constantcase toobject::is_negative - Add
DATE-as an alias forDDAYS - Add
PgAllas an alias forPurgeAll - More systematic purging of environment and variables between tests
- Add check in test suite that we actually purged special variables
- Refresh authors list
- Move documentation for
PPARtoplot.md - Avoid date conversions during constant evaluation
- Accelerate and improve the display of constant values in menus
- Add
launch.jsonandtasks.jsonbuild configuration generated by Cursor - Send a
START_TESTcommand at start of test, refresh simulated battery - Cursor-assisted review of missing command documentation
- Cursor-assisted generation of content in the Quickstart guide
- Cursor-assisted improvements to grammar and spelling
- Documentation and examples for
Blankvariants - Documentation and examples for
GrayandRGB - Documentation and examples for
PMIN,PMAX,XRNG,YRNG - Documentation and examples for
Eqand equations - Add examples for list sum, product and difference commands