Skip to content

Commit 3ecbd6b

Browse files
committed
feature: Allow eval function, required for loading MLJ models.
1 parent caa2ffd commit 3ecbd6b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
21
# CHANGELOG
32

43
All notable changes to this project will be documented in this file.
54
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a
65
Changelog](http://keepachangelog.com/).
76

8-
## 0.1.9 - (2021-07-27)
7+
## 0.1.10 - (2021-11-11)
98
---
109

1110
### New
11+
* Allow eval function, required for loading several MLJ models.
12+
13+
## 0.1.9 - (2021-07-27)
14+
---
1215

16+
### New
1317
* Allow reload packages with Revise (thanks to Suenhoy https://github.com/Shuenhoy).
1418

1519

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DaemonMode"
22
uuid = "d749ddd5-2b29-4920-8305-6ff5a704e36e"
33
authors = ["Daniel Molina"]
4-
version = "0.1.9"
4+
version = "0.1.10"
55

66
[deps]
77
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ julia --startup-file=no -e 'using Revise; using DaemonMode; serve()'
299299

300300
- [X] Compatible with Revise.
301301

302+
- [X] Apply the eval function (required for running MLJ code).
303+
302304

303305
# TODO
304306

0 commit comments

Comments
 (0)