Implemented enhancements:
- Interactive visualizations #142
Fixed bugs:
- Categorical parameter missing in the model card #200
- Case sensitivity on csv-import #199
- Properly fix routing when hosting in nginx #188
Closed issues:
Merged pull requests:
- Separate into application and library module #209 (langdal)
- Migrate to Vite.js #207 (langdal)
- Case insensitivity csv-import of meta data field "enabled" #203 (langdal)
- fix: revert "Resolve lint issues" #202 (langdal)
- fix: apply workaround for volume mounts #201 (langdal)
- Embed-bokeh-plot #198 (langdal)
- Add sample data #190 (langdal)
v1.6.2 (2022-09-01)
Implemented enhancements:
- Change "Xi" to "Desired further improvement" #185
- Assign meta data to each data point (numbering of experiments) #138
Merged pull requests:
- 138 assign meta data to each data point numbering of experiments #189 (langdal)
- Change Xi to descriptive text #187 (langdal)
- Optimize Github CI actions #186 (langdal)
- Set MUI input variant defaults #183 (j-or)
- Maintenance/reducer restructure #182 (langdal)
v1.6.1 (2022-07-09)
Fixed bugs:
- During initialization don't send data points to backend #178
Closed issues:
- Remove edit icon on initialization view #179
Merged pull requests:
- 178 during initialization dont send data points to backend #181 (langdal)
- Remove edit icon on intialization view #180 (langdal)
v1.6.0 (2022-07-07)
Implemented enhancements:
- 167 change default acquisition model #177 (langdal)
- Feature/advanced configuration #176 (langdal)
- 159 number of initial experiments should be dynamically calculated #173 (langdal)
- Hide model configuration until n initial experiments #172 (langdal)
- Prepend "/" to experiment paths #162 (lasseborly)
Closed issues:
- Use Immer in reducer to simplify state updates #174
- Upgrade to react 18 #170
- Change default acquisition model #167
- Hide model configuration until N initial experiments are run #164
- Implement expandable table rows for data points #163
- Number of initial experiments should be dynamically calculated #159
- Migrate from material-ui to mui #157
- Declutter interface by introducing activity focus mode (Tabs and summaries) #155
- Maintenance: Enable Typescript "strict" mode #152
- Move expected minimum into its own card #133
Merged pull requests:
- 174 use immer in reducer to simplify state updates #175 (langdal)
- Upgrade to react 18 #171 (langdal)
- Maintenance/157 migrate from material UI to mui #169 (langdal)
- Feature/163 implement expandable table rows for data points #168 (j-or)
- Maintenance: Update OpenAPI tools and parsing #165 (langdal)
- Feature/155 tabs example implementation of simple tab mechanism #158 (langdal)
- Maintenance/152 maintenance enable typescript strict mode #153 (langdal)
v1.5.0 (2022-04-28)
Implemented enhancements:
- Migrate API paths to client side logic #150
- Remove server side storage #149
- Copy or overwrite experiment #130
- Move API interaction to client #154 (lasseborly)
- Feature/add "Create or Overwrite experiment" dialog #147 (lasseborly)
Closed issues:
- Update Next.JS and dependencies #144
Merged pull requests:
- Remove server side storage #151 (langdal)
- Bump ansi-regex from 3.0.0 to 3.0.1 #146 (dependabot[bot])
- 144 update nextjs and dependencies #145 (langdal)
v1.4.1 (2022-03-29)
Fixed bugs:
- Conversion error in multi-objective preview feature #143
v1.4.0 (2022-03-29)
Fixed bugs:
- Upload of .csv file results in "experiment run fail" with Decimal symbol is set to "," #137
Closed issues:
- Input validation mechanism #121
Merged pull requests:
- Refactor/code format #141 (langdal)
- Feature/multi objective #140 (langdal)
- Feature/validation #131 (j-or)
v1.3.3 (2022-02-08)
Fixed bugs:
- Input panel is critially broken #135
Merged pull requests:
v1.3.2 (2022-01-18)
Fixed bugs:
- Variable inputs have numbers but are empty when submitted #129
- Variable limits not reset during input space definition #128
Closed issues:
- Place objective plot above convergence plot #125
Merged pull requests:
v1.3.1 (2021-09-25)
Fixed bugs:
- New experiments are not stored in local storage #119
Merged pull requests:
v1.3.0 (2021-09-24)
Implemented enhancements:
- Stored JSON data should be migratable #17
- Expose expected_minimum including standard deviation in the frontend #106
- Support sending arbitrary data to API backend #76
- Bulk import of data #69
- Too many significant digits when suggesting next experiment #59
Fixed bugs:
- Migration is not run correctly when using local storage #115
- Post size limit 1 mb #113
- Factor min/max values are rounded to zero and break client #110
- Discrete variables send before continuous variables to API #87
- Handle table overflow #84
- Enterring floats ending on .0 in the frontend returns integer value to the backend #78
- Large plot images are not displayed correctly #70
- Changed calculateSpace to fix order of discrete and continuous variables #88 (AkselObdrup)
Closed issues:
- Help text for plots and metrics #9
- Simple UI for defining all factors in one screen #3
- Requesting more than one experiment at a time #11
Merged pull requests:
- Bugfix/missing migration #116 (langdal)
- Increase body size limit to 100 mb #114 (j-or)
- Bump tmpl from 1.0.4 to 1.0.5 #109 (dependabot[bot])
- Bump ws from 7.4.3 to 7.5.5 #105 (dependabot[bot])
- Bump glob-parent from 5.1.1 to 5.1.2 #104 (dependabot[bot])
- Bump path-parse from 1.0.6 to 1.0.7 #103 (dependabot[bot])
- Bump ws from 7.4.3 to 7.5.4 #102 (dependabot[bot])
- Bump glob-parent from 5.1.1 to 5.1.2 #101 (dependabot[bot])
- Bump normalize-url from 4.5.0 to 4.5.1 #100 (dependabot[bot])
- Bump path-parse from 1.0.6 to 1.0.7 #99 (dependabot[bot])
- Bump next from 10.2.0 to 11.1.1 #98 (dependabot[bot])
- Langdal/review #97 (langdal)
- Feature/handle table overflow #96 (j-or)
- Feature/migration #95 (j-or)
- Feature/remove plots and pickled from editor #92 (j-or)
- Add option to explicitly set value as discrete or continuous #91 (j-or)
- Test variable order of space converter #89 (j-or)
- Help text for plots and width of plots #86 (AkselObdrup)
- Feature/discrete continuous simple #85 (j-or)
- Feature/refactor next experiments #83 (j-or)
- Adjust bee theme #82 (j-or)
- Feature/request more experiments #80 (langdal)
- Fix variable rounding error #111 (j-or)
- Accept expected_minimum in JSON result #108 (langdal)
- Update dependencies #107 (langdal)
- Feature/bulk data import export #93 (AkselObdrup)
- Move components and styles into folders, remove extra padding from plots #90 (j-or)
v1.2.0 (2021-06-18)
v1.1.0 (2021-06-18)
v1.1.1 (2021-06-18)
Implemented enhancements:
- Accept extra data returned from API #74
- Configurable location of backend #73
- Reverse the order of data points #38
Fixed bugs:
- The dropzone SVG icon does not apply style in production #35
Closed issues:
Merged pull requests:
- Add extras field to API request #77 (langdal)
- Bugfix/openapi #75 (langdal)
- Feature/json editor #67 (j-or)
- Feature/change icon #65 (j-or)
- Feature/reverse data points #62 (j-or)
- The dropzone SVG icon does not apply style in production #35 #60 (j-or)
v1.0.1 (2021-05-12)
Fixed bugs:
- Data points do not update when model is updated #57
Merged pull requests:
v1.0.0 (2021-05-11)
Implemented enhancements:
- Display clear error when json upload fails #44
- Display feedback when running an experiment #40
- Adjust experiment page when in local storage mode #39
- Allow the user to delete experiments from localStorage #37
- Save JSON on local disk #26
- Show version information in UI #20
Fixed bugs:
- Missing logo #34
Closed issues:
Merged pull requests:
- Feature/adjust plots layout #56 (j-or)
- Feature/multiple themes #54 (j-or)
- Always add initial state #53 (langdal)
- Feature/feedback on run #51 (j-or)
- Feaature/hide debug switch #50 (langdal)
- Bug/missing logo #49 (j-or)
- Feature/upload error msg #48 (j-or)
- Bump hosted-git-info from 2.8.8 to 2.8.9 #47 (dependabot[bot])
- Bump lodash from 4.17.20 to 4.17.21 #46 (dependabot[bot])
- Feature/save to local file #45 (langdal)
- Remove update button from config, hide dirty state when using local s… #43 (j-or)
- Feature/inject version #42 (langdal)
- Feature/delete from local storage #41 (j-or)
v1.0.0-alpha (2021-05-07)
Implemented enhancements:
- Prevent model editing when data points exist #29
- Welcome page #28
- Let user upload JSON #27
- Store JSON in local storage #25
- Add dropdown for categorical variable data points #23
- Move variable creation to model #21
- Implement functional equivalent to existing optimizer #14
- Option to edit data point values (experiment results) #7
- Simple persistence of experiment #1
Merged pull requests:
- Feature/welcome page #36 (j-or)
- Add file upload to home component #33 (j-or)
- Docker automation #32 (langdal)
- Feature/context based reducer #31 (langdal)
- Prevent model edits when data points exist, make tables more dense #30 (j-or)
- Feature/editable data points #24 (j-or)
- Move variable creation to model, adjust styling and layout, add app bar #22 (j-or)
- Update README.md #18 (sqbl)
- Bump ssri from 6.0.1 to 6.0.2 #16 (dependabot[bot])
- Feature/functional equivalent #15 (j-or)
- Bump elliptic from 6.5.3 to 6.5.4 #13 (dependabot[bot])
- Add support for loading experiments #2 (langdal)
* This Changelog was automatically generated by github_changelog_generator