Skip to content

Commit ed6683e

Browse files
committed
Change release notes in docs to be a place holder
1 parent 99fba07 commit ed6683e

1 file changed

Lines changed: 1 addition & 112 deletions

File tree

docs/RELEASE_NOTES.md

Lines changed: 1 addition & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1 @@
1-
### 2.4.9 - Wednesday, October 19th, 2022
2-
* Fix problem with Units of Measure when multiplying float and LinearExpression
3-
4-
### 2.4.8 - Friday, June 17th, 2022
5-
* Fix F# 5.0 dependency
6-
* Updated dependencies
7-
8-
### 2.4.7 - Tuesday, December 14th, 2021
9-
* Updated OPTANO.Modeling to 3.9.2.537
10-
11-
### 2.4.6 - Monday, Oct 18th, 2021
12-
* Updated OPTANO.Modeling to 3.8.1.532
13-
14-
### 2.4.5 - Tuesday, May 4th, 2021
15-
* Updated Google ORTools to 9
16-
17-
### 2.4.4 - Thursday, December 31st, 2020
18-
* Bug fixes for LinearExpression
19-
* Updated to Google.ORTools 8.1.8487
20-
* Code cleaning
21-
22-
### 2.4.3 - Wednesday, December 23rd, 2020
23-
* Fixed code comments
24-
25-
### 2.4.2 - Thursday, November 16th, 2020
26-
* Added Settings.basic type for default values for the solver
27-
* Added functions for adjusting the settings for the solver
28-
* Added Solution.evaluateObjective function for getting the value of an objective after solving
29-
* Deprecated the Solution.ObjectiveValue field
30-
31-
### 2.4.1 - Wednesday, November 18th, 2020
32-
* Fixed writing of LP files to have correct variable names
33-
* Added writing of MPS files
34-
* Added SourceLink
35-
36-
### 2.4.0 - Monday, November 16th, 2020
37-
* Implemented interfaces for SliceMaps to be used with Solution.getValues
38-
39-
### 2.3.7 - Friday, November 13th, 2020
40-
* Fixed SMap addition
41-
42-
### 2.3.6 - Friday, November 13th, 2020
43-
* Fixed XML Comments
44-
* Fixed writing of LP file for OPTANO based solvers
45-
46-
### 2.3.5 - Friday, November 13th, 2020
47-
* Target netstandard2.0 for FSharp 5.0 Notebooks compatability
48-
49-
### 2.3.4 - Monday, October 26th, 2020
50-
* Updated Google OR Tools
51-
* Bug fix for SMap4
52-
53-
### 2.3.2 - Thursday, October 1st, 2020
54-
* Removed unnecessary printfn
55-
56-
### 2.3.1 - Thursday, October 1st, 2020
57-
* Bug fix for Optano Solve
58-
59-
### 2.3.0 - Wednesday, September 30th, 2020
60-
* Added Multi-Objective function models
61-
* Bug fix for DecisionBuilder<'Measure>
62-
63-
### 2.2.0 - Friday, September 25th, 2020
64-
* Massive rewrite of the SliceMaps
65-
66-
### 2.1.0 - Wednesday, August 12th, 2020
67-
* Speed improvement for formulating models
68-
69-
### 2.0.3 - Friday, August 7th, 2020
70-
* Fixed the adding of an empty Constraint list
71-
72-
### 2.0.2 - Thursday, August 6th, 2020
73-
* Made Decision type summable within SliceMaps
74-
75-
### 2.0.1 - Wednesday, July 15th, 2020
76-
* Fixed bug in Decision Builder index
77-
78-
### 2.0.0 - Monday, July 13th, 2020
79-
* Include the ability to model with Units of Measure
80-
81-
### 1.3.0 - Monday, July 6th, 2020
82-
* Added:
83-
* GLOP
84-
* Optano
85-
* LP File export for Optano
86-
* Gurobi
87-
88-
### 1.2.3 - Wednesday, June 10th, 2020
89-
* Cleaner implementation of the DecisionBuilder
90-
91-
### 1.2.2 - Wednesday, June 10th, 2020
92-
* Added overloads for Decision and float
93-
94-
### 1.2.1 - Wednesday, June 10th, 2020
95-
96-
### 1.2.0 - Thursday, May 28th, 2020
97-
* Added a Computation Expression for creating Decisions
98-
* Made the creation of Decision function return a Decision instead of a Linear Expression
99-
* Made extracting values from the solution more streamlined
100-
101-
### 1.1.0 - Monday, May 18th, 2020
102-
* Added:
103-
* Projections and reKey function
104-
* sumAll function
105-
* subtraction operator
106-
* custom equality to LinearExpression
107-
* LinearExpression to NoComparison
108-
* Updated:
109-
* delta requirements for Scalar
110-
111-
### 1.0.0 - Thursday, May 7th, 2020
112-
* Initial release
1+
_Place holder, the proper release notes will be copied in the build GitHub action._

0 commit comments

Comments
 (0)