Commit 964bf97 1 parent aa14161 commit 964bf97 Copy full SHA for 964bf97
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- ?????????? 2.0.0
1
+ 2024-08-23 2.0.0
2
2
--------------------
3
3
4
4
Enhancements:
5
5
6
6
* Add support for the ARM and ARM64 architectures in Arch (#458)
7
7
* Add support for ARM64 in EPDPlatform (#458)
8
8
* Add sample runtimes and eggs for the ARM64 architecture (#462, #460)
9
+ * Add a constructor for Platform from a dictionary (#410, #472)
9
10
10
11
Breaking Changes:
11
12
12
13
* Remove Python 2.x code support. Okonomiyaki now supports running on > 3.6 (#380)
13
14
* Remove the "short" attribute from the EPDPlatform instance (#485)
14
15
* Remove the LagacyEPDPlatform instance (#485)
16
+ * Remove okonomiyaki.recipes submodule (#473)
17
+ * Move okonomiyaki.recipes.tests.data files to okonomiyaki.utils.test_data (#473)
18
+ * Move dependencies to optional extras (#474)
19
+ * default_abi will not fail for Python > 3.11 on windows anymore (#477)
15
20
16
21
Bug fixes:
17
22
18
23
* Fix okonomiyaki cli when it is called with no arguments (#459)
24
+ * Drop use of deprecated alias assertRaisesRegexp (#486)
25
+ * Skip some tests on unsupported systems (#475)
19
26
20
27
Maintenance:
21
28
22
29
* Update Github ci to generate the html coverage report as a downloadable artifact (#457)
23
30
* Run tests on MacOS M1 runners (#460)
24
31
* Run tests on Python 3.11 (#461)
32
+ * Run tests on Python 3.12 (#477)
33
+ * Simplify setup.py (#476, #477)
25
34
26
35
2023-06-29 1.4.0
27
36
--------------------
Original file line number Diff line number Diff line change 1
- 2.0.0.dev
1
+ 2.0.0
You can’t perform that action at this time.
0 commit comments