Skip to content

Commit

Permalink
v1.0.21
Browse files Browse the repository at this point in the history
- Added `StandardDeviationComputer`:
  - `StandardDeviationComputerNum`
  - `StandardDeviationComputerBigInt`
  - `StandardDeviationComputerDynamicNumber`
- Fix standard deviation online calculation.
- sdk: '>=2.14.0 <3.0.0'
- collection: ^1.16.0
- lints: ^2.0.0
- test: ^1.21.4
- dependency_validator: ^3.2.2
- coverage: ^1.2.0
  • Loading branch information
gmpassos committed Jul 13, 2022
1 parent 92e8e2a commit 4432173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ test/.test_cov.dart
# Omit committing pubspec.lock for library packages; see
# https://dart.dev/guides/libraries/private-files#pubspeclock.
pubspec.lock

.DS_Store

0 comments on commit 4432173

Please sign in to comment.