File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
3
+ Version 2.0.0a
4
+ ==============
5
+ This release introduces major API changes.
6
+
7
+ Bump z3-solver to release 4.12.5.0
8
+
9
+ Refactoring:
10
+ - port codebase to pydantic V2
11
+
12
+ - export solution to pandas dataframe
13
+
14
+ - define LinearFunction, PolynomialFunction etc. for costs
15
+
16
+ - JSON importer/exporter improvements thanks to pydantic
17
+
18
+ - use pytest for unittest suite
19
+
20
+ - poetry support
21
+
22
+ - refactor Indicator and Objective
23
+
24
+ - documentation use mkdocs material
25
+
26
+ - more tests
27
+
3
28
Version 0.9.4
4
29
=============
5
30
Bump z3-solver to release 4.12.4.0
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ProcessScheduler is a Python package for creating optimized scheduling based on
10
10
11
11
## Updates
12
12
13
+ - 2024/01/30: Release 2.0.0a
13
14
- 2023/12/13: Huge on-going refactoring [ #133 ] ( https://github.com/tpaviot/ProcessScheduler/issues/133 )
14
15
- 2023/12/12: Release 0.9.4
15
16
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = "ProcessScheduler" ,
24
- version = "2.0.0.dev " ,
24
+ version = "2.0.0.a " ,
25
25
description = DESCRIPTION ,
26
26
long_description = open ("README.md" ).read (),
27
27
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments