Skip to content

Commit 3ec3642

Browse files
authored
Update HISTORY.md
1 parent f98d3d0 commit 3ec3642

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# History
22

3+
## 0.1.3 - 2023-02-02
4+
5+
### Features
6+
* Add `Primitive` and `Pipeline` base classes - [Issue #51](https://github.com/sintel-dev/SigPro/issues/51) by @andyx13
7+
* Added `contributing_primitive` and `basic_primitives` module to assist with new primitive creation/usage
8+
* Refactor `sigpro.SigPro` into `pipeline` module as `sigpro.pipeline.LinearPipeline` - [Issue #41](https://github.com/sintel-dev/SigPro/issues/41) by @andyx13
9+
* Added tree and layer pipeline creation - [Issue #52](https://github.com/sintel-dev/SigPro/issues/52) by @andyx13
10+
* Fix existing primitive JSONs - [Issue #53](https://github.com/sintel-dev/SigPro/issues/53) by @andyx13
11+
* Updated demo notebook and documentation - [Issue #55](https://github.com/sintel-dev/SigPro/issues/55) by @andyx13
12+
* Fixed indexing error in demo - [Issue #35](https://github.com/sintel-dev/SigPro/issues/35) by @andyx13
13+
14+
315
## 0.1.2 - 2023-12-11
416

517
### Features

0 commit comments

Comments
 (0)