Releases: SynthGL/wolfxl-oss
Releases · SynthGL/wolfxl-oss
Release list
WolfXL Community 2.0.4
Fixed
- Tables loaded in modify mode now grow on save. Changing
table.refand appendingTableColumnentries rewrites the existing table part: its range, its autoFilter range, and its column list. Previously these edits were silently dropped. Moving a table's top-left cell, or a range whose width does not match the column list, raisesValueErroron save.
Install with python -m pip install wolfxl==2.0.4.
WolfXL Community 2.0.3
Fixed
calculate()andrecalculate()no longer raiseTypeErroron loaded workbooks that contain defined names. The evaluator now reads each name's reference text, so formulas such as=SUM(Sales)*Ratecalculate and propagate changes through the name.
Install with python -m pip install wolfxl==2.0.3.
WolfXL Community 2.0.2
Changed
- Corrected PyPI release copy: removed obsolete pre-launch language and pinned the installation command to
wolfxl==2.0.2. - Canonicalized public GitHub links to
SynthGL/wolfxl-ossafter the repository rename. - Updated package metadata and documentation only; this release contains no code changes.
WolfXL Community 2.0.1
MIT-licensed maintenance release of the WolfXL 2.0 Community generation.