Overview
Release 11.02, issued 2025-03-01, "Yellowstone"
Park has been iunaugurated and opened on 01.03.1872 as first U.S. National Park ever
Bugfixes
- reschedule() gave wrong result when appyling week number calculation in combination with other rescheduling operations.
- table process() function family: Bug fixed with deciding whether to process row 0 or not.
- fy() crashed if used in combination of vectorization and format string.
- Attempting to assign a reference to a table makes B4P crash instead of returning an error message.
- Combination of assigning a reference with assignment operator was not issuing an error message.
- Comparison operator with wildcard was not always functioning properly with ends-with comparisons.
New Functions
- New members added to table process() family, including start-stop and bottom-up processing.
- fm() has been added to calculate fiscal month
Improvements in Existing Functions
New Language Features (e.g. syntax and semantics)
Other new Features
Clean-ups and Streamlining
Performance Improvements
- Comparing strings with wildcards should improve performance slightly
Depreciated and retired features
- for all parameters() is replaced by for all() (Still existing, but no longer recommended to use)