- ruff: Noqa F403 for trame imports
(
f20bc9c
)
- Update to v3.7.6
(
c8fefd5
)
- v3.7.6: Update generator and version
(
9d80364
)
- layout: Singlepagelayout vue warnings
(
bdcb663
)
-
Spelling (
93fe89b
) -
example: Add multi slider time controller (
a5faf22
) -
website: Add vitepress website (
e789a54
)
- lab: Set vuetify to 3.7.1
(
cc388ac
)
- 3.7.1: Update to vuetify 3.7.1
(
78f2616
)
- get_trame_versions: Avoid errors
(
ce320be
)
For some currently unknown reason, not every PathDistribution contains a "Name" in the metadata. These are probably not trame packages and thus we can probably just ignore them. But if we notice that we are missing trame packages in the future, we should potentially find an alternative way to identify them.
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- Avoid pkg_resources for get_trame_versions()
(
49010b3
)
pkg_resources
is not always available for newer setups. But since trame requires python 3.8,
importlib.metadata
can be used instead. Update get_trame_versions()
to use
importlib.metadata
instead of pkg_resources
.
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- lab: Add option to enable lab components
(
8e06f4d
)
- 3.6.3: Expose Vuetify v3.6.3
(
55bac1b
)
- Uniform init.py for package
(
28deeaa
)
- example: Expend stepper with custom actions
(
66720b6
)
- release: Patch ci to release the proper version
(
ebbdf80
)
- examples: More vuetify3 examples
(
015c81e
)
- vuetify3: Allow to provide config
(
9aebd64
)
- tests: Use vue3 by default
(
4b487b8
)
- datatable: Advanced slot usage
(
74f77be
)
- vuetify2: Add vuetify2 namespace
(
4d9c9e1
)
- versions: Bump to v2.7.0 and v3.3.9
(
e691dee
)
- vue3: Update to new template syntax
(
b839955
)
- version: Add version
(
fdf7ff5
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- warn: Prevent prop type warning
(
e53aae7
)
- vue3: Add support for vue3
(
494bfa6
)
- on_server_reload: Pass server instance to ctrl.on_server_reload
(
e552141
)
- Expose dataframe_to_grid() in all
(
94675c6
)
This is used to convert a pandas dataframe to the VDataTable()
grid format. This fix is necessary
for one of the trame examples to work. This commit also adds the missing Template
import in the
.header.py
file.
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- semantic-release: Bump version to latest
(
475e0a1
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- ci: Add coverage and codecov upload
(
7d9b1b4
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- contributing: Add CONTRIBUTING.rst
(
808a0a4
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- coverage: Add .coveragerc
(
8b3cf3e
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- coverage: Remove codecov PR comment
(
41127a6
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- readme: Add CI badge
(
1a8c9b5
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- Add semantic release to github actions
(
d7f0179
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- Downgrade python semantic release for fix
(
823508e
)
The newest version of semantic release has a bug that causes it to exit with errors. Downgrade to the latest version without the bug.
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- Use npm ci instead of npm install
(
4300a2d
)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
- Template: Expose under widgets.vuetify namespace
(
8b692b1
)
- api: Add missing information
(
bbbb2d1
)