Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldThirteen committed Aug 29, 2018
1 parent 4948902 commit 7041bd9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.3.0] - 2018-08-29
### Added
- Export internal PCLines functions:
- `gm.pcLines`
- `gm.pcLinesEnhance`
- `gm.pcLinesReduceMax`
- `gm.pcLinesTransform`
- Math Operations:
- `gm.sub`-
- `gm.div`
- `gm.mult`
- `gm.add`
- `gm.subScalar`
- `gm.divScalar`
- `gm.multScalar`
- `gm.addScalar`
- Haar features related functions:
- `gm.calcHAARFeature`
- `gm.calcIntegralSum`
### Changed
- Bundle size reduced by removing comments from glsl operations

## [0.2.0] - 2018-07-24
### Added
- Convolution 2d operation `gm.conv2d`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gammacv",
"version": "0.2.0",
"version": "0.3.0",
"description": "GammaCV is a WebGL accelerated Computer Vision library for browser",
"main": "dist/index.js",
"jsnext:main": "dist/index.es.js",
Expand Down

0 comments on commit 7041bd9

Please sign in to comment.