You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Document period-total time normalization fix for discrete types
- Add technical details about the implementation
- Version 1.3.1 release notes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/econify/CHANGELOG.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,28 @@ All notable changes to the econify package will be documented in this file.
6
6
7
7
### Fixed
8
8
9
-
-**Period-Total Time Normalization for Discrete Types**: Fixed incorrect time normalization of count indicators with `period-total` temporal aggregation
10
-
- Tourist Arrivals and other count indicators no longer incorrectly time-normalized
11
-
- Example: 520,394 tourists in Q2 now correctly stays as 520,394, not divided by 3 to get 173,465 tourists/month
12
-
- Discrete types (count, volume, stock, index) with `period-total` now block time conversion
13
-
- Flow-like types (flow, balance, rate) with `period-total` still allow time conversion (GDP, exports, etc.)
14
-
- Added smart logic in `allowsTimeConversion()` to check indicator type when temporal_aggregation is `period-total`
9
+
-**Period-Total Time Normalization for Discrete Types**: Fixed incorrect time
10
+
normalization of count indicators with `period-total` temporal aggregation
11
+
- Tourist Arrivals and other count indicators no longer incorrectly
12
+
time-normalized
13
+
- Example: 520,394 tourists in Q2 now correctly stays as 520,394, not divided
14
+
by 3 to get 173,465 tourists/month
15
+
- Discrete types (count, volume, stock, index) with `period-total` now block
16
+
time conversion
17
+
- Flow-like types (flow, balance, rate) with `period-total` still allow time
18
+
conversion (GDP, exports, etc.)
19
+
- Added smart logic in `allowsTimeConversion()` to check indicator type when
0 commit comments