Skip to content

Commit 9dd03b4

Browse files
authored
revise HISTORY.md
1 parent 3ec3642 commit 9dd03b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

HISTORY.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# History
22

3-
## 0.1.3 - 2023-02-02
3+
## 0.2.0 - 2023-02-02
44

55
### 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
6+
* Demo Notebooks for Pipeline usage - [Issue #55](https://github.com/sintel-dev/SigPro/issues/55) by @andyx13
7+
* Added `contributing_primitive` and `basic_primitives` module to assist with new primitive creation/usage - [Issue #54](https://github.com/sintel-dev/SigPro/issues/54) by @andyx13
8+
* Incorrect classification for stft.json and stft_real.json - [Issue #53](https://github.com/sintel-dev/SigPro/issues/53) by @andyx13
9+
* Support for more complex pipeline architectures - [Issue #52](https://github.com/sintel-dev/SigPro/issues/52) by @andyx13
10+
* Update primitive interfaces - [Issue #51](https://github.com/sintel-dev/SigPro/issues/51) by @andyx13
11+
* Syntax for pipeline creation - [Issue #41](https://github.com/sintel-dev/SigPro/issues/41) by @andyx13
12+
* Load demo dataset at random index - [Issue #35](https://github.com/sintel-dev/SigPro/issues/35) by @andyx13
1313

1414

1515
## 0.1.2 - 2023-12-11

0 commit comments

Comments
 (0)