Skip to content

Commit 0d16a84

Browse files
lalmeiandyndangsamgracie
authored
Add profile viewer method (#229)
* move viewer to within whylogs * add profile viewer * πŸ“š add documentation for viewer * edits on profile viewer documentation * remove dividers * typos,and loom gif * use thumbnail gif from loom * Update README.md Co-authored-by: Andy Dang <26821974+andyndang@users.noreply.github.com> * move metric collection list * Remove dots * Updating whylogs demo gif * Update README.md * Update README.md * Update README.md * bump version 0.4.8 Co-authored-by: Andy Dang <26821974+andyndang@users.noreply.github.com> Co-authored-by: Sam Gracie <4944259+samgracie@users.noreply.github.com>
1 parent 6ac241a commit 0d16a84

49 files changed

Lines changed: 57 additions & 27 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.7-dev1
2+
current_version = 0.4.8
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
55
serialize =

β€ŽMakefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ src.python.pyc := $(shell find ./src -type f -name "*.pyc")
55
src.proto.dir := ./proto/src
66
src.proto := $(shell find $(src.proto.dir) -type f -name "*.proto")
77

8-
version := 0.4.7-dev1
8+
version := 0.4.8
99

1010
dist.dir := dist
1111
egg.dir := .eggs

β€ŽREADME.mdβ€Ž

Lines changed: 38 additions & 18 deletions

β€Ždocs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
# built documents.
102102
#
103103
# The short X.Y version.
104-
version = "0.4.7-dev1"
104+
version = "0.4.8"
105105
# The full version, including alpha/beta/rc tags.
106106
release = "" # Is set by calling `setup.py docs`
107107

β€Žimages/html_viewer.pngβ€Ž

73 KB
281 KB

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "whylogs"
3-
version = "0.4.7-dev1"
3+
version = "0.4.8"
44
description = "Profile and monitor your ML data pipeline end-to-end"
55
authors = ["WhyLabs.ai <support@whylabs.ai>"]
66
license = "Apache-2.0"

β€Žsrc/whylogs/_version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""WhyLabs version number."""
22

3-
__version__ = "0.4.7-dev1"
3+
__version__ = "0.4.8"

0 commit comments

Comments
Β (0)