File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# CHANGELOG
3
2
4
3
All notable changes to this project will be documented in this file.
5
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) and [ Keep a
6
5
Changelog] ( http://keepachangelog.com/ ) .
7
6
8
- ## 0.1.9 - (2021-07-27 )
7
+ ## 0.1.10 - (2021-11-11 )
9
8
---
10
9
11
10
### New
11
+ * Allow eval function, required for loading several MLJ models.
12
+
13
+ ## 0.1.9 - (2021-07-27)
14
+ ---
12
15
16
+ ### New
13
17
* Allow reload packages with Revise (thanks to Suenhoy https://github.com/Shuenhoy ).
14
18
15
19
Original file line number Diff line number Diff line change 1
1
name = " DaemonMode"
2
2
uuid = " d749ddd5-2b29-4920-8305-6ff5a704e36e"
3
3
authors = [" Daniel Molina" ]
4
- version = " 0.1.9 "
4
+ version = " 0.1.10 "
5
5
6
6
[deps ]
7
7
Crayons = " a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Original file line number Diff line number Diff line change @@ -299,6 +299,8 @@ julia --startup-file=no -e 'using Revise; using DaemonMode; serve()'
299
299
300
300
- [X] Compatible with Revise.
301
301
302
+ - [X] Apply the eval function (required for running MLJ code).
303
+
302
304
303
305
# TODO
304
306
You can’t perform that action at this time.
0 commit comments