File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+
8
+ ## [ 0.7.3] - 2024-06-21
9
+
10
+ ### Fixed
11
+ * Missing ` <template> ` tags in vue templates
12
+ * Overly loose dependencies in setup.py, restricted ipywidgets and ipyvuetify to
13
+ recent versions.
14
+
15
+
16
+
17
+
7
18
## [ 0.7.2] - 2023-11-29
8
19
9
20
### Fixed
Original file line number Diff line number Diff line change 12
12
[ ![ PyPI version] ( https://badge.fury.io/py/icat-iml.svg )] ( https://badge.fury.io/py/icat-iml )
13
13
[ ![ tests] ( https://github.com/ORNL/icat/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/ORNL/icat/actions/workflows/tests.yml )
14
14
[ ![ License] ( https://img.shields.io/pypi/l/curifactory )] ( https://github.com/ORNL/curifactory/blob/main/LICENSE )
15
+ [ ![ status] ( https://joss.theoj.org/papers/0528d60ff4f251069d15456fdb83bd0f/status.svg )] ( https://joss.theoj.org/papers/0528d60ff4f251069d15456fdb83bd0f )
15
16
16
17
17
18
Original file line number Diff line number Diff line change 45
45
from icat .anchors import Anchor , DictionaryAnchor , TFIDFAnchor
46
46
from icat .model import Model
47
47
48
- __version__ = "0.7.2 "
48
+ __version__ = "0.7.3 "
49
49
50
50
51
51
def initialize (offline : bool = False ):
Original file line number Diff line number Diff line change 2
2
numpy
3
3
pandas
4
4
scikit-learn
5
- ipyvuetify
6
- ipywidgets
5
+ ipyvuetify ~= 1.9
6
+ ipywidgets < 8.1.3
7
+ jupyterlab-widgets < 3.0.11
7
8
ipyanchorviz
8
9
altair
9
10
pytest
You can’t perform that action at this time.
0 commit comments