You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# History
2
2
3
-
## 0.1.3 - 2023-02-02
3
+
## 0.2.0 - 2023-02-02
4
4
5
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
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
0 commit comments