Skip to content

Latest commit

 

History

History
369 lines (248 loc) · 26.6 KB

CHANGELOG.md

File metadata and controls

369 lines (248 loc) · 26.6 KB

Changelog

Full Changelog

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:

  • Migrate to Vite.js #197
  • Update MUI inputs to outlined #184

Merged pull requests:

v1.6.2 (2022-09-01)

Full Changelog

Implemented enhancements:

  • Change "Xi" to "Desired further improvement" #185
  • Assign meta data to each data point (numbering of experiments) #138

Merged pull requests:

v1.6.1 (2022-07-09)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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:

v1.4.1 (2022-03-29)

Full Changelog

Fixed bugs:

  • Conversion error in multi-objective preview feature #143

v1.4.0 (2022-03-29)

Full Changelog

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:

v1.3.3 (2022-02-08)

Full Changelog

Fixed bugs:

  • Input panel is critially broken #135

Merged pull requests:

v1.3.2 (2022-01-18)

Full Changelog

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:

  • Bug/reset inputs on submit #127 (j-or)
  • Feature/place objective plot top #126 (j-or)

v1.3.1 (2021-09-25)

Full Changelog

Fixed bugs:

  • New experiments are not stored in local storage #119

Merged pull requests:

v1.3.0 (2021-09-24)

Full Changelog

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:

v1.2.0 (2021-06-18)

Full Changelog

v1.1.0 (2021-06-18)

Full Changelog

v1.1.1 (2021-06-18)

Full Changelog

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:

  • JSON editor #66
  • Change icon #63

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)

Full Changelog

Fixed bugs:

  • Data points do not update when model is updated #57

Merged pull requests:

  • Feature/update data points on model update #58 (j-or)

v1.0.0 (2021-05-11)

Full Changelog

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:

  • Adjust layout to give plots more space #55
  • Add multiple colour themes #52

Merged pull requests:

v1.0.0-alpha (2021-05-07)

Full Changelog

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