Release 0.7.18 "Who" - Subst, Where, Apply

This release implements the `Apply`, `Subst` and `|` (`Where`) commands.

**Features**

* ui: Allow Shift-SPC to enter `=` in an expression
* Implement `subst` and `where`
* Implement the `Apply` command
* Implement the `EQNLIB` command
* Add `CONSTANTS` as a way to select mathematical constants menu
* Add `CONLIB` as an alias for `ConstantsMenu`.

**Bug fixes**

* solver: Adjust detection of "epsilon" for large values
* ttf2font: Flip x coordinates for dense fonts

**Improvements**

* doc: List commands that will never be implemented

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
Christophe de Dinechin 2024-09-16 00:55:57 +02:00
parent 3b176a4ac1
commit 84605bc349
5 changed files with 71 additions and 2 deletions

View file

@ -1,5 +1,28 @@
# Release notes
## Release 0.7.18 "Who" - Subst, Where, Apply
This release implements the `Apply`, `Subst` and `|` (`Where`) commands.
### Features
* ui: Allow Shift-SPC to enter `=` in an expression
* Implement `subst` and `where`
* Implement the `Apply` command
* Implement the `EQNLIB` command
* Add `CONSTANTS` as a way to select mathematical constants menu
* Add `CONLIB` as an alias for `ConstantsMenu`.
### Bug fixes
* solver: Adjust detection of "epsilon" for large values
* ttf2font: Flip x coordinates for dense fonts
### Improvements
* doc: List commands that will never be implemented
## Release 0.7.17 "Open" - DoSubs, DoList, entering units
This release adds `DoSubs`, `DoList`, `NSub` and `EndSub` commands, and fixes

View file

@ -2293,6 +2293,29 @@ You can edit it by recalling its content on the stack using
back to disk using `"config:equations.csv" STO`.
# Release notes
## Release 0.7.18 "Who" - Subst, Where, Apply
This release implements the `Apply`, `Subst` and `|` (`Where`) commands.
### Features
* ui: Allow Shift-SPC to enter `=` in an expression
* Implement `subst` and `where`
* Implement the `Apply` command
* Implement the `EQNLIB` command
* Add `CONSTANTS` as a way to select mathematical constants menu
* Add `CONLIB` as an alias for `ConstantsMenu`.
### Bug fixes
* solver: Adjust detection of "epsilon" for large values
* ttf2font: Flip x coordinates for dense fonts
### Improvements
* doc: List commands that will never be implemented
## Release 0.7.17 "Open" - DoSubs, DoList, entering units
This release adds `DoSubs`, `DoList`, `NSub` and `EndSub` commands, and fixes

View file

@ -2293,6 +2293,29 @@ You can edit it by recalling its content on the stack using
back to disk using `"config:equations.csv" STO`.
# Release notes
## Release 0.7.18 "Who" - Subst, Where, Apply
This release implements the `Apply`, `Subst` and `|` (`Where`) commands.
### Features
* ui: Allow Shift-SPC to enter `=` in an expression
* Implement `subst` and `where`
* Implement the `Apply` command
* Implement the `EQNLIB` command
* Add `CONSTANTS` as a way to select mathematical constants menu
* Add `CONLIB` as an alias for `ConstantsMenu`.
### Bug fixes
* solver: Adjust detection of "epsilon" for large values
* ttf2font: Flip x coordinates for dense fonts
### Improvements
* doc: List commands that will never be implemented
## Release 0.7.17 "Open" - DoSubs, DoList, entering units
This release adds `DoSubs`, `DoList`, `NSub` and `EndSub` commands, and fixes

View file

@ -1,4 +1,4 @@
#define QSPI_DATA_SIZE 262556
#define QSPI_DATA_SIZE 262820
#define QSPI_DATA_CRC 0x000cfed6

View file

@ -1,4 +1,4 @@
#define QSPI_DATA_SIZE 262100
#define QSPI_DATA_SIZE 259708
#define QSPI_DATA_CRC 0x000cfed6