File tree 6 files changed +147
-170
lines changed
6 files changed +147
-170
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
fail-fast : false
9
9
matrix :
10
- python-version : [ "3.10" ]
10
+ python-version : [ "3.8", "3. 10" ]
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
* [ unreleased] ( unreleased.md )
4
+ * [ 0.2.0] ( changes_0.2.0.md )
4
5
* [ 0.1.0] ( changes_0.1.0.md )
Original file line number Diff line number Diff line change
1
+ # UDF Mock Python 0.2.0, released 2024-07-01
2
+
3
+ Code name: BugFix in Jupyter Notebooks
4
+
5
+ ## Summary
6
+
7
+ This release fixes an OSError when running the executor in a Jupyter Notebook and updated dependencies.
8
+
9
+ ### Bugs
10
+
11
+ * #48 : Fixed the OSError when running the executor in a Jupyter Notebook.
12
+
13
+ ### Refactorings
14
+
15
+ * #50 : Update to Python 3.10
16
+ * #46 : Fixed wrong package name in install instructions
Original file line number Diff line number Diff line change 1
- # UDF Mock Python 0.2.0, released T.B.D
1
+ # UDF Mock Python tbd released TBD
2
2
3
- Code name: T.B.D
3
+ Code name: tbd
4
4
5
5
## Summary
6
6
7
- T.B.D
8
-
9
7
### Bugs
10
8
11
- * #48 : Fixed the OSError when running the executor in a Jupyter Notebook.
12
-
13
- ### Refactorings
14
-
15
- * #50 : Update to Python 3.10
16
- * #46 : Fixed wrong package name in install instructions
9
+ n/a
You can’t perform that action at this time.
0 commit comments