Miha Kralj
03df45003e
chore: Enhance Snyk scan and GitVersion regex for improved branch handling
2025-12-07 20:26:19 -08:00
Miha Kralj
944c215327
chore: Simplify Snyk test command by removing unnecessary options
2025-12-07 20:10:27 -08:00
Miha Kralj
8277ed9ccf
chore: Add Snyk CLI installation and update CodeQL action versions; add assertion for SonarCloud compliance
2025-12-07 20:05:09 -08:00
Miha Kralj
28f7e981c0
chore: Add check for CODACY_PROJECT_TOKEN before upload to Codacy
2025-12-07 19:59:22 -08:00
Miha Kralj
e951f0a602
chore: Update Publish.yml for SonarCloud token handling and improve logging configuration
2025-12-07 19:54:05 -08:00
Miha Kralj
36526e1d43
chore: Update Publish.yml to switch shell to bash, add SONAR_TOKEN validation, and enable verbose logging for SonarCloud analysis
2025-12-07 19:44:26 -08:00
Miha Kralj
910f2751f0
chore: Update Publish.yml to improve SonarCloud scanner commands and enhance checkout steps with fetch-depth
2025-12-07 19:36:27 -08:00
Miha Kralj
966dc83131
chore: Update Publish.yml to enhance CI workflow with improved coverage reporting and additional job steps
2025-12-07 19:28:09 -08:00
Miha Kralj
3f7ca390bf
chore: Update Publish.yml to run on ubuntu-latest; specify SonarScanner version and improve coverage report paths
2025-12-07 18:53:40 -08:00
Miha Kralj
5f8fef513b
chore: Remove SonarCloud scanner caching from Publish.yml; update Qodana linter version in qodana.yaml
2025-12-07 18:45:45 -08:00
Miha Kralj
00643e74c2
chore: Update shell from powershell to pwsh in Publish.yml; specify Qodana linter version in qodana.yaml
2025-12-07 18:37:14 -08:00
Miha Kralj
6323f43db4
chore: Update .github workflows for .NET version and action dependencies; add Qodana scan job
2025-12-07 18:34:06 -08:00
Miha Kralj
ee358bfdd9
Enhance coding conventions and static analysis setup; update .editorconfig, scanner.sh, and various C# files for improved readability and performance
2025-12-04 14:36:00 -08:00
Miha Kralj
3ed35322a5
Add TRIMA implementation and benchmarks; optimize WMA with SIMD
...
- Introduced `TrimaVector` class for multi-period Triangular Moving Average (TRIMA) calculations, optimized for SIMD.
- Implemented last-value substitution for invalid inputs in TRIMA.
- Added methods for calculating TRIMA for entire series and individual updates.
- Enhanced `Wma` class with periodic resync to prevent floating-point drift and introduced SIMD optimizations for performance.
- Updated benchmark suite to include TRIMA calculations alongside existing SMA, EMA, and WMA benchmarks.
2025-12-04 13:05:56 -08:00
Miha Kralj
4a0a8d6da2
chore: Update project files and configurations; enhance .gitignore, add Qodana and SonarScanner scripts, and improve test project references
2025-12-03 09:27:29 -08:00
Miha Kralj
626a2afa9b
chore: Update .gitignore to exclude SonarQube files and add Codacy and SonarScanner scripts
...
refactor: Remove WarmupPeriod logging from SMA and WMA examples
2025-11-30 17:17:55 -08:00
Miha Kralj
acac3e610c
updates from mac
2025-11-28 13:35:16 -08:00
Miha Kralj
33ffd3a37a
first iteration
2025-11-25 20:40:46 -08:00
Miha Kralj
11ff82c7ac
Add chatmodes and update test files
2025-10-21 18:50:23 -07:00
miha
0f7cfb4b50
Optimize SMA to O(1) using running sum algorithm
...
- Changed from O(n) CircularBuffer.Average() to O(1) running sum
- Maintains _sum and _p_sum for state management
- Tracks _lastValue and _p_lastValue for isNew=false updates
- Provides ~15-20x speedup for large periods
- Pattern verified against Pine Script reference implementation
- All tests pass including update test for isNew handling
Also added .github/copilot-instructions.md with comprehensive
AI agent guidance for QuanTAlib development patterns
2025-10-21 18:47:10 -07:00
Miha Kralj
82fc868cf5
Dosc
2024-11-04 15:16:05 -08:00
Miha Kralj
5b333bd2ec
semver fix
2024-11-04 15:02:19 -08:00
Miha Kralj
c0cb90e89b
Merge branch 'dev'
2024-11-04 14:50:08 -08:00
Miha Kralj
16d941ded4
semver fix
2024-11-04 14:49:33 -08:00
Miha Kralj
1df0dff12a
semver fix
2024-11-04 11:24:07 -08:00
Miha Kralj
7f6c29151c
Fixes
2024-11-03 15:52:25 -08:00
Miha Kralj
94928714bf
sonar fixes
2024-11-03 15:52:25 -08:00
Miha Kralj
3d648e59e3
improved github actions workflow
2024-11-01 18:54:48 -07:00
Miha
b2fcdda785
xml doc rewrite
2024-10-27 09:38:53 -07:00
Miha Kralj
70a2ed0b0b
Merge branch 'main' into dev
2024-10-24 19:27:20 -07:00
Miha Kralj
7a4648d5de
sonar
2024-10-24 19:05:14 -07:00
Miha Kralj
1e9f0483ec
Merge branch 'dev'
2024-10-14 12:29:42 -07:00
Miha Kralj
e5a1948fc0
Jvolty
2024-10-14 12:28:56 -07:00
Miha Kralj
264df57696
Jvolty
2024-10-14 11:17:20 -07:00
Miha Kralj
ffed6491d4
corrections
2024-10-13 17:31:35 -07:00
Miha Kralj
2236f5f483
gitversion fix
2024-10-12 22:46:36 -07:00
Miha Kralj
b3b3b24a25
refresh with new QT DLL
2024-10-12 20:36:37 -07:00
Miha Kralj
14ec3cd2b0
tests
2024-10-08 17:58:02 -07:00
Miha Kralj
00b5bf3242
nuget publish
2024-10-08 14:52:46 -07:00
Miha Kralj
a7eeacf8cb
Merge branch 'dev'
2024-10-08 10:47:21 -07:00
Miha Kralj
931bbdb6a0
pull request changes
2024-10-08 10:31:04 -07:00
Miha Kralj
b7b5a4a1bf
clean code fixes
2024-10-06 17:16:47 -07:00
Miha Kralj
b7d646ce55
Merge branch 'dev'
2024-10-06 11:05:31 -07:00
Miha Kralj
bcac34bf09
small workflow cleanups
2024-10-06 11:04:48 -07:00
Miha Kralj
1e77eb80a4
Merge branch 'dev'
2024-10-05 23:56:59 -07:00
Miha Kralj
2dd680e9ee
sonarcloud workflow
2024-10-05 23:51:52 -07:00
Miha Kralj
2a09ea8343
sonarcloud workflow
2024-10-05 19:36:01 -07:00
Miha Kralj
2e0fa17d81
minor fix
2024-09-30 12:31:20 -07:00
Miha Kralj
728017c9ca
Merge branch 'dev'
2024-09-30 09:07:08 -07:00
Miha Kralj
93085d24bd
sln file
2024-09-30 08:55:50 -07:00