You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
## Beta
4
4
5
+
### v0.4.0 - 2022-11-03
6
+
7
+
Software Changes:
8
+
9
+
- ✨ Bump `datasets` to `v0.0.6`, Add `california_housing` and `roofworld20`https://github.com/srlearn/relational-datasets/pull/28
10
+
11
+
Documentation Changes:
12
+
13
+
- ✨ Dataset loading recommendations. All pages under "Dataset descriptions" now have Python and Julia tabs recommending how to load the latest version of each dataset https://github.com/srlearn/relational-datasets/pull/30
14
+
15
+
CI Changes:
16
+
17
+
- 🔧 Bump codecov-action to `v3`https://github.com/srlearn/relational-datasets/pull/29
18
+
- 🔧 Set `pythonpublish.yml` to use `pypi-publish`https://github.com/srlearn/relational-datasets/pull/31
0 commit comments