@decidables/discountable-elements 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,39 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 0.1.0 (2023-10-13)
7
+
8
+
9
+ ### Features
10
+
11
+ * **discountable-elements,discountable:** initial take on human fitting example ([ffb1a52](https://github.com/decidables/decidables/commit/ffb1a52f1ebdbb229fd88045028122255dbc4c3c))
12
+ * **discountable-elements:** add model prediction example ([8d17d3f](https://github.com/decidables/decidables/commit/8d17d3f9c645c86cd28badb3a8cc0f150ca5fe59))
13
+ * **discountable-elements:** add trial animation ([01dba68](https://github.com/decidables/decidables/commit/01dba68671f1d70cc8c456a6300fc965f9ee0c34))
14
+ * **discountable-elements:** first take at htd-fit ([ffa657f](https://github.com/decidables/decidables/commit/ffa657fe6b34cb0473c7262246547ee0f02701bf))
15
+ * **discountable-elements:** initial controls and response ([0d5cbf9](https://github.com/decidables/decidables/commit/0d5cbf92c6759674aa691f4e9f4e83ba9b117fee))
16
+ * **discountable-elements:** initial interactive decision calculation ([9bf58ee](https://github.com/decidables/decidables/commit/9bf58ee2752ac4b8750099cc357b25da8b9a3968))
17
+ * **discountable-elements:** initial take on ITC task ([a9b0da0](https://github.com/decidables/decidables/commit/a9b0da0a8af35e7fe4a4c5733969db559d137156))
18
+ * **discountable-math,discountable-elements,discountable:** first working version of htd-curves ([2f85e39](https://github.com/decidables/decidables/commit/2f85e39d21ae6bc4e64b12c879a145d87de406cb))
19
+ * **discountable:** initial equationos page ([b20c89e](https://github.com/decidables/decidables/commit/b20c89e9ba26cdb56fa8c505492fdf18cefe5cdd))
20
+ * **discountable:** initial interactive example ([85582b6](https://github.com/decidables/decidables/commit/85582b6c620ef89a7f1a452ce5bef61e73879c3d))
21
+ * **root:** inital commit for `discountable` ([e95b99a](https://github.com/decidables/decidables/commit/e95b99a597d7f9a48572b8a400e5f6910439d3e5))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **discountable-elements:** add "days" label to itc-option ([75f424f](https://github.com/decidables/decidables/commit/75f424fed07b6227cfd104f2f2a084c473802270))
27
+ * **discountable-elements:** fix dragging and keyboard input for htd-curves ([a840c52](https://github.com/decidables/decidables/commit/a840c52fabc9425fa164715570a79783eb9ff0ef))
28
+ * **discountable-elements:** fix linting error due to single export ([44b1110](https://github.com/decidables/decidables/commit/44b1110e49a702772805853d70a93883b8ca3b45))
29
+ * **discountable-elements:** fix resize monitoring for htd-curves ([38f307f](https://github.com/decidables/decidables/commit/38f307f23620759578d4322e6fdb358d296b3b07))
30
+ * **discountable-elements:** fix timing of htd-curves in human example ([e52b375](https://github.com/decidables/decidables/commit/e52b3750b607de912748656d1f8a77f611eefe8b))
31
+ * **discountable-elements:** fixed option handling in human example ([82a8c76](https://github.com/decidables/decidables/commit/82a8c76a519c8a82cc73efd0e74a703dbfaecbb2))
32
+ * **discountable-elements:** improve itc-task choices ([f546692](https://github.com/decidables/decidables/commit/f5466920ef365b6b1472841c4cea8250402b773e))
33
+ * **discountable-elements:** improvements for htd-curves ([21da90c](https://github.com/decidables/decidables/commit/21da90c2d0f760bd26f0c15333bfb2cf785e51d9))
34
+ * **discountable:** initial take on color usage ([d8bf750](https://github.com/decidables/decidables/commit/d8bf75028443cbb155726f1fd19051100cc1976f))
35
+
36
+
37
+ ### Performance Improvements
38
+
39
+ * **discountable-elements:** moved htd-fit from Plotly to Observable Plot ([f732666](https://github.com/decidables/decidables/commit/f7326669fc22be42b258881f6c26b30ed27123cd))