Skip to content

Commit d00af40

Browse files
committed
v0.6.0
1 parent a044235 commit d00af40

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Change Log
22

3+
## [0.6.0] - 2025-12-15 - Array, Map, Matrix namespaces & API enhancements
4+
5+
### Added
6+
7+
- **Array namespace enhancements**:
8+
- Implementation of array strong typing
9+
- Array binary search functions
10+
- Additional array methods: `sum`, `avg`, `min`, `max`, `median`, `mode`, `stdev`, `variance`, `covariance`, `standardize`, `range`, `abs`, `percentrank`, `percentile_linear_interpolation`, `percentile_nearest_rank`
11+
- **Map namespace**: Full support for `map` namespace operations
12+
- **Matrix namespace**: Full support for `matrix` namespace operations
13+
- **Timeframe namespace**: Complete implementation of timeframe-related functions
14+
- **Request namespace**: Added `request.security_lower_tf` function
15+
- **Syminfo namespace**: Fully implemented in Binance provider
16+
- Better API coverage tracking with badges
17+
- Progress on `math` methods implementations
18+
19+
### Changed
20+
21+
- Updated `input.*` namespace to fully support dynamic Pine Script parameters
22+
23+
### Fixed
24+
25+
- Map and Matrix initialization issues
26+
- Array precision handling
27+
- Array methods fixes to match exact PineScript logic: `slice`, `every`, `median`, `mode`, `percentile_nearest_rank`, `percentrank`, `some`, `sort_indices`, `sort`
28+
- Array method fixes: `fill`, `new_float`, `push`, `set`, `unshift`
29+
- Transpiler return statement for native data
30+
- Binance provider cache handling
31+
- Transpiler: passing native series to JSON objects
32+
333
## [0.5.0] - 2025-12-04 - Extensive TA implementation & Transpiler enhancements
434

535
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinets",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "",
55
"main": "dist/pinets.dev.es.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)