File tree Expand file tree Collapse file tree 6 files changed +147
-170
lines changed Expand file tree Collapse file tree 6 files changed +147
-170
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 fail-fast : false
99 matrix :
10- python-version : [ "3.10" ]
10+ python-version : [ "3.8", "3. 10" ]
1111 runs-on : ubuntu-latest
1212
1313 steps :
Original file line number Diff line number Diff line change 11# Changelog
22
33* [ unreleased] ( unreleased.md )
4+ * [ 0.2.0] ( changes_0.2.0.md )
45* [ 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
22
3- Code name: T.B.D
3+ Code name: tbd
44
55## Summary
66
7- T.B.D
8-
97### Bugs
108
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