From 7493e18d38a008fa87a338e4091a1c12e67b7b1e Mon Sep 17 00:00:00 2001 From: ms3-bot Date: Wed, 11 Sep 2024 14:38:47 +0000 Subject: [PATCH] web files pushed --- _static/pygments.css | 138 ++++++++++++------------ notebooks/annotations.html | 98 ++++------------- notebooks/cadences.html | 51 ++++----- notebooks/notes_stats.html | 40 +++---- notebooks/overview.html | 28 ++--- notebooks/scale_degrees.html | 13 ++- reports/notebooks/annotations.err.log | 82 +++++--------- reports/notebooks/cadences.err.log | 50 +++++---- reports/notebooks/scale_degrees.err.log | 29 +++-- searchindex.js | 2 +- 10 files changed, 218 insertions(+), 313 deletions(-) diff --git a/_static/pygments.css b/_static/pygments.css index 997797f..012e6a0 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -3,77 +3,77 @@ html[data-theme="light"] .highlight td.linenos .normal { color: inherit; backgro html[data-theme="light"] .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } html[data-theme="light"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } html[data-theme="light"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } -html[data-theme="light"] .highlight .hll { background-color: #7971292e } -html[data-theme="light"] .highlight { background: #fefefe; color: #545454 } -html[data-theme="light"] .highlight .c { color: #797129 } /* Comment */ -html[data-theme="light"] .highlight .err { color: #d91e18 } /* Error */ -html[data-theme="light"] .highlight .k { color: #7928a1 } /* Keyword */ -html[data-theme="light"] .highlight .l { color: #797129 } /* Literal */ -html[data-theme="light"] .highlight .n { color: #545454 } /* Name */ -html[data-theme="light"] .highlight .o { color: #008000 } /* Operator */ -html[data-theme="light"] .highlight .p { color: #545454 } /* Punctuation */ -html[data-theme="light"] .highlight .ch { color: #797129 } /* Comment.Hashbang */ -html[data-theme="light"] .highlight .cm { color: #797129 } /* Comment.Multiline */ -html[data-theme="light"] .highlight .cp { color: #797129 } /* Comment.Preproc */ -html[data-theme="light"] .highlight .cpf { color: #797129 } /* Comment.PreprocFile */ -html[data-theme="light"] .highlight .c1 { color: #797129 } /* Comment.Single */ -html[data-theme="light"] .highlight .cs { color: #797129 } /* Comment.Special */ -html[data-theme="light"] .highlight .gd { color: #007faa } /* Generic.Deleted */ +html[data-theme="light"] .highlight .hll { background-color: #fae4c2 } +html[data-theme="light"] .highlight { background: #fefefe; color: #080808 } +html[data-theme="light"] .highlight .c { color: #515151 } /* Comment */ +html[data-theme="light"] .highlight .err { color: #a12236 } /* Error */ +html[data-theme="light"] .highlight .k { color: #6730c5 } /* Keyword */ +html[data-theme="light"] .highlight .l { color: #7f4707 } /* Literal */ +html[data-theme="light"] .highlight .n { color: #080808 } /* Name */ +html[data-theme="light"] .highlight .o { color: #00622f } /* Operator */ +html[data-theme="light"] .highlight .p { color: #080808 } /* Punctuation */ +html[data-theme="light"] .highlight .ch { color: #515151 } /* Comment.Hashbang */ +html[data-theme="light"] .highlight .cm { color: #515151 } /* Comment.Multiline */ +html[data-theme="light"] .highlight .cp { color: #515151 } /* Comment.Preproc */ +html[data-theme="light"] .highlight .cpf { color: #515151 } /* Comment.PreprocFile */ +html[data-theme="light"] .highlight .c1 { color: #515151 } /* Comment.Single */ +html[data-theme="light"] .highlight .cs { color: #515151 } /* Comment.Special */ +html[data-theme="light"] .highlight .gd { color: #005b82 } /* Generic.Deleted */ html[data-theme="light"] .highlight .ge { font-style: italic } /* Generic.Emph */ -html[data-theme="light"] .highlight .gh { color: #007faa } /* Generic.Heading */ +html[data-theme="light"] .highlight .gh { color: #005b82 } /* Generic.Heading */ html[data-theme="light"] .highlight .gs { font-weight: bold } /* Generic.Strong */ -html[data-theme="light"] .highlight .gu { color: #007faa } /* Generic.Subheading */ -html[data-theme="light"] .highlight .kc { color: #7928a1 } /* Keyword.Constant */ -html[data-theme="light"] .highlight .kd { color: #7928a1 } /* Keyword.Declaration */ -html[data-theme="light"] .highlight .kn { color: #7928a1 } /* Keyword.Namespace */ -html[data-theme="light"] .highlight .kp { color: #7928a1 } /* Keyword.Pseudo */ -html[data-theme="light"] .highlight .kr { color: #7928a1 } /* Keyword.Reserved */ -html[data-theme="light"] .highlight .kt { color: #797129 } /* Keyword.Type */ -html[data-theme="light"] .highlight .ld { color: #797129 } /* Literal.Date */ -html[data-theme="light"] .highlight .m { color: #797129 } /* Literal.Number */ -html[data-theme="light"] .highlight .s { color: #008000 } /* Literal.String */ -html[data-theme="light"] .highlight .na { color: #797129 } /* Name.Attribute */ -html[data-theme="light"] .highlight .nb { color: #797129 } /* Name.Builtin */ -html[data-theme="light"] .highlight .nc { color: #007faa } /* Name.Class */ -html[data-theme="light"] .highlight .no { color: #007faa } /* Name.Constant */ -html[data-theme="light"] .highlight .nd { color: #797129 } /* Name.Decorator */ -html[data-theme="light"] .highlight .ni { color: #008000 } /* Name.Entity */ -html[data-theme="light"] .highlight .ne { color: #7928a1 } /* Name.Exception */ -html[data-theme="light"] .highlight .nf { color: #007faa } /* Name.Function */ -html[data-theme="light"] .highlight .nl { color: #797129 } /* Name.Label */ -html[data-theme="light"] .highlight .nn { color: #545454 } /* Name.Namespace */ -html[data-theme="light"] .highlight .nx { color: #545454 } /* Name.Other */ -html[data-theme="light"] .highlight .py { color: #007faa } /* Name.Property */ -html[data-theme="light"] .highlight .nt { color: #007faa } /* Name.Tag */ -html[data-theme="light"] .highlight .nv { color: #d91e18 } /* Name.Variable */ -html[data-theme="light"] .highlight .ow { color: #7928a1 } /* Operator.Word */ -html[data-theme="light"] .highlight .pm { color: #545454 } /* Punctuation.Marker */ -html[data-theme="light"] .highlight .w { color: #545454 } /* Text.Whitespace */ -html[data-theme="light"] .highlight .mb { color: #797129 } /* Literal.Number.Bin */ -html[data-theme="light"] .highlight .mf { color: #797129 } /* Literal.Number.Float */ -html[data-theme="light"] .highlight .mh { color: #797129 } /* Literal.Number.Hex */ -html[data-theme="light"] .highlight .mi { color: #797129 } /* Literal.Number.Integer */ -html[data-theme="light"] .highlight .mo { color: #797129 } /* Literal.Number.Oct */ -html[data-theme="light"] .highlight .sa { color: #008000 } /* Literal.String.Affix */ -html[data-theme="light"] .highlight .sb { color: #008000 } /* Literal.String.Backtick */ -html[data-theme="light"] .highlight .sc { color: #008000 } /* Literal.String.Char */ -html[data-theme="light"] .highlight .dl { color: #008000 } /* Literal.String.Delimiter */ -html[data-theme="light"] .highlight .sd { color: #008000 } /* Literal.String.Doc */ -html[data-theme="light"] .highlight .s2 { color: #008000 } /* Literal.String.Double */ -html[data-theme="light"] .highlight .se { color: #008000 } /* Literal.String.Escape */ -html[data-theme="light"] .highlight .sh { color: #008000 } /* Literal.String.Heredoc */ -html[data-theme="light"] .highlight .si { color: #008000 } /* Literal.String.Interpol */ -html[data-theme="light"] .highlight .sx { color: #008000 } /* Literal.String.Other */ -html[data-theme="light"] .highlight .sr { color: #d91e18 } /* Literal.String.Regex */ -html[data-theme="light"] .highlight .s1 { color: #008000 } /* Literal.String.Single */ -html[data-theme="light"] .highlight .ss { color: #007faa } /* Literal.String.Symbol */ -html[data-theme="light"] .highlight .bp { color: #797129 } /* Name.Builtin.Pseudo */ -html[data-theme="light"] .highlight .fm { color: #007faa } /* Name.Function.Magic */ -html[data-theme="light"] .highlight .vc { color: #d91e18 } /* Name.Variable.Class */ -html[data-theme="light"] .highlight .vg { color: #d91e18 } /* Name.Variable.Global */ -html[data-theme="light"] .highlight .vi { color: #d91e18 } /* Name.Variable.Instance */ -html[data-theme="light"] .highlight .vm { color: #797129 } /* Name.Variable.Magic */ -html[data-theme="light"] .highlight .il { color: #797129 } /* Literal.Number.Integer.Long */ +html[data-theme="light"] .highlight .gu { color: #005b82 } /* Generic.Subheading */ +html[data-theme="light"] .highlight .kc { color: #6730c5 } /* Keyword.Constant */ +html[data-theme="light"] .highlight .kd { color: #6730c5 } /* Keyword.Declaration */ +html[data-theme="light"] .highlight .kn { color: #6730c5 } /* Keyword.Namespace */ +html[data-theme="light"] .highlight .kp { color: #6730c5 } /* Keyword.Pseudo */ +html[data-theme="light"] .highlight .kr { color: #6730c5 } /* Keyword.Reserved */ +html[data-theme="light"] .highlight .kt { color: #7f4707 } /* Keyword.Type */ +html[data-theme="light"] .highlight .ld { color: #7f4707 } /* Literal.Date */ +html[data-theme="light"] .highlight .m { color: #7f4707 } /* Literal.Number */ +html[data-theme="light"] .highlight .s { color: #00622f } /* Literal.String */ +html[data-theme="light"] .highlight .na { color: #912583 } /* Name.Attribute */ +html[data-theme="light"] .highlight .nb { color: #7f4707 } /* Name.Builtin */ +html[data-theme="light"] .highlight .nc { color: #005b82 } /* Name.Class */ +html[data-theme="light"] .highlight .no { color: #005b82 } /* Name.Constant */ +html[data-theme="light"] .highlight .nd { color: #7f4707 } /* Name.Decorator */ +html[data-theme="light"] .highlight .ni { color: #00622f } /* Name.Entity */ +html[data-theme="light"] .highlight .ne { color: #6730c5 } /* Name.Exception */ +html[data-theme="light"] .highlight .nf { color: #005b82 } /* Name.Function */ +html[data-theme="light"] .highlight .nl { color: #7f4707 } /* Name.Label */ +html[data-theme="light"] .highlight .nn { color: #080808 } /* Name.Namespace */ +html[data-theme="light"] .highlight .nx { color: #080808 } /* Name.Other */ +html[data-theme="light"] .highlight .py { color: #005b82 } /* Name.Property */ +html[data-theme="light"] .highlight .nt { color: #005b82 } /* Name.Tag */ +html[data-theme="light"] .highlight .nv { color: #a12236 } /* Name.Variable */ +html[data-theme="light"] .highlight .ow { color: #6730c5 } /* Operator.Word */ +html[data-theme="light"] .highlight .pm { color: #080808 } /* Punctuation.Marker */ +html[data-theme="light"] .highlight .w { color: #080808 } /* Text.Whitespace */ +html[data-theme="light"] .highlight .mb { color: #7f4707 } /* Literal.Number.Bin */ +html[data-theme="light"] .highlight .mf { color: #7f4707 } /* Literal.Number.Float */ +html[data-theme="light"] .highlight .mh { color: #7f4707 } /* Literal.Number.Hex */ +html[data-theme="light"] .highlight .mi { color: #7f4707 } /* Literal.Number.Integer */ +html[data-theme="light"] .highlight .mo { color: #7f4707 } /* Literal.Number.Oct */ +html[data-theme="light"] .highlight .sa { color: #00622f } /* Literal.String.Affix */ +html[data-theme="light"] .highlight .sb { color: #00622f } /* Literal.String.Backtick */ +html[data-theme="light"] .highlight .sc { color: #00622f } /* Literal.String.Char */ +html[data-theme="light"] .highlight .dl { color: #00622f } /* Literal.String.Delimiter */ +html[data-theme="light"] .highlight .sd { color: #00622f } /* Literal.String.Doc */ +html[data-theme="light"] .highlight .s2 { color: #00622f } /* Literal.String.Double */ +html[data-theme="light"] .highlight .se { color: #00622f } /* Literal.String.Escape */ +html[data-theme="light"] .highlight .sh { color: #00622f } /* Literal.String.Heredoc */ +html[data-theme="light"] .highlight .si { color: #00622f } /* Literal.String.Interpol */ +html[data-theme="light"] .highlight .sx { color: #00622f } /* Literal.String.Other */ +html[data-theme="light"] .highlight .sr { color: #a12236 } /* Literal.String.Regex */ +html[data-theme="light"] .highlight .s1 { color: #00622f } /* Literal.String.Single */ +html[data-theme="light"] .highlight .ss { color: #005b82 } /* Literal.String.Symbol */ +html[data-theme="light"] .highlight .bp { color: #7f4707 } /* Name.Builtin.Pseudo */ +html[data-theme="light"] .highlight .fm { color: #005b82 } /* Name.Function.Magic */ +html[data-theme="light"] .highlight .vc { color: #a12236 } /* Name.Variable.Class */ +html[data-theme="light"] .highlight .vg { color: #a12236 } /* Name.Variable.Global */ +html[data-theme="light"] .highlight .vi { color: #a12236 } /* Name.Variable.Instance */ +html[data-theme="light"] .highlight .vm { color: #7f4707 } /* Name.Variable.Magic */ +html[data-theme="light"] .highlight .il { color: #7f4707 } /* Literal.Number.Integer.Long */ html[data-theme="dark"] .highlight pre { line-height: 125%; } html[data-theme="dark"] .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } html[data-theme="dark"] .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } diff --git a/notebooks/annotations.html b/notebooks/annotations.html index 86e8911..f2c0d00 100644 --- a/notebooks/annotations.html +++ b/notebooks/annotations.html @@ -378,9 +378,9 @@

Annotations
Data and software versions
 --------------------------
 
-Data repo 'debussy_preludes' @ 391d3aa
+Data repo 'debussy_preludes' @ 7210372
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -395,31 +395,29 @@

Annotations
-
[annotated|all|default]
-All corpora
------------
-View: This view is called 'annotated'. It 
-	- excludes pieces that are not contained in the metadata,
-	- filters out file extensions requiring conversion (such as .xml),
-	- excludes review files and folders, and
-	- includes only facets containing one of ['measures', 'notes$', 'expanded'].
+
---------------------------------------------------------------------------
+DeprecationWarning                        Traceback (most recent call last)
+Cell In[5], line 3
+      1 annotated_view = dataset.data.get_view('annotated')
+      2 annotated_view.include('facets', 'measures', 'notes$', 'expanded')
+----> 3 annotated_view.fnames_with_incomplete_facets = False
+      4 dataset.data.set_view(annotated_view)
+      5 dataset.data.parse_tsv(choose='auto')
 
-                      has     active measures           notes       
-                 metadata       view detected parsed detected parsed
-corpus                                                              
-debussy_preludes      yes  annotated       24     24       24     24
+File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value)
+    122 @fnames_with_incomplete_facets.setter
+    123 def fnames_with_incomplete_facets(self, value):
+--> 124     raise DeprecationWarning(
+    125         "'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in "
+    126         "ms3 v2."
+    127     )
 
-9/12 facets are excluded from this view.
+DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in ms3 v2.
 
-
-
N = 24 annotated pieces, 48 parsed dataframes.
-
-
-

DCML harmony labels#

@@ -472,11 +465,6 @@

DCML harmony labels -
Dataset contains no annotations.
-
-
-

@@ -489,56 +477,6 @@

Presence of phrase annotation symbols per dataset: -
-
---------------------------------------------------------------------------
-KeyError                                  Traceback (most recent call last)
-Cell In[9], line 1
-----> 1 all_annotations.groupby(["corpus"]).phraseend.value_counts()
-
-File ~/.local/lib/python3.10/site-packages/pandas/core/frame.py:8402, in DataFrame.groupby(self, by, axis, level, as_index, sort, group_keys, squeeze, observed, dropna)
-   8399     raise TypeError("You have to supply one of 'by' and 'level'")
-   8400 axis = self._get_axis_number(axis)
--> 8402 return DataFrameGroupBy(
-   8403     obj=self,
-   8404     keys=by,
-   8405     axis=axis,
-   8406     level=level,
-   8407     as_index=as_index,
-   8408     sort=sort,
-   8409     group_keys=group_keys,
-   8410     squeeze=squeeze,
-   8411     observed=observed,
-   8412     dropna=dropna,
-   8413 )
-
-File ~/.local/lib/python3.10/site-packages/pandas/core/groupby/groupby.py:965, in GroupBy.__init__(self, obj, keys, axis, level, grouper, exclusions, selection, as_index, sort, group_keys, squeeze, observed, mutated, dropna)
-    962 if grouper is None:
-    963     from pandas.core.groupby.grouper import get_grouper
---> 965     grouper, exclusions, obj = get_grouper(
-    966         obj,
-    967         keys,
-    968         axis=axis,
-    969         level=level,
-    970         sort=sort,
-    971         observed=observed,
-    972         mutated=self.mutated,
-    973         dropna=self.dropna,
-    974     )
-    976 self.obj = obj
-    977 self.axis = obj._get_axis_number(axis)
-
-File ~/.local/lib/python3.10/site-packages/pandas/core/groupby/grouper.py:888, in get_grouper(obj, key, axis, level, sort, observed, mutated, validate, dropna)
-    886         in_axis, level, gpr = False, gpr, None
-    887     else:
---> 888         raise KeyError(gpr)
-    889 elif isinstance(gpr, Grouper) and gpr.key is not None:
-    890     # Add key to exclusions
-    891     exclusions.add(gpr.key)
-
-KeyError: 'corpus'
-
-
-

diff --git a/notebooks/cadences.html b/notebooks/cadences.html index aca8299..11d73b3 100644 --- a/notebooks/cadences.html +++ b/notebooks/cadences.html @@ -377,9 +377,9 @@

Cadences
Data and software versions
 --------------------------
 
-Data repo 'debussy_preludes' @ 391d3aa
+Data repo 'debussy_preludes' @ 7210372
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -394,31 +394,29 @@

Cadences
-
[annotated|all|default]
-All corpora
------------
-View: This view is called 'annotated'. It 
-	- excludes pieces that are not contained in the metadata,
-	- filters out file extensions requiring conversion (such as .xml),
-	- excludes review files and folders, and
-	- includes only facets containing 'expanded'.
+
---------------------------------------------------------------------------
+DeprecationWarning                        Traceback (most recent call last)
+Cell In[5], line 3
+      1 annotated_view = dataset.data.get_view('annotated')
+      2 annotated_view.include('facets', 'expanded')
+----> 3 annotated_view.fnames_with_incomplete_facets = False
+      4 dataset.data.set_view(annotated_view)
+      5 dataset.data.parse_tsv(choose='auto')
 
-                      has     active
-                 metadata       view
-corpus                              
-debussy_preludes      yes  annotated
+File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value)
+    122 @fnames_with_incomplete_facets.setter
+    123 def fnames_with_incomplete_facets(self, value):
+--> 124     raise DeprecationWarning(
+    125         "'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in "
+    126         "ms3 v2."
+    127     )
 
-11/12 facets are excluded from this view.
+DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in ms3 v2.
 
-
-
N = 0 annotated pieces, 0 parsed dataframes.
-
-
-

Metadata#

@@ -431,19 +429,6 @@

Metadata -
---------------------------------------------------------------------------
-AssertionError                            Traceback (most recent call last)
-Cell In[7], line 2
-      1 all_metadata = dataset.data.metadata()
-----> 2 assert len(all_metadata) > 0, "No pieces selected for analysis."
-      3 print(f"Concatenated 'metadata.tsv' files cover {len(all_metadata)} of the {dataset.data.count_pieces()} scores.")
-      4 all_metadata.reset_index(level=1).groupby(level=0).nth(0).iloc[:,:20]
-
-AssertionError: No pieces selected for analysis.
-
-
-

diff --git a/notebooks/notes_stats.html b/notebooks/notes_stats.html index 5be76ee..3a03472 100644 --- a/notebooks/notes_stats.html +++ b/notebooks/notes_stats.html @@ -397,9 +397,9 @@

Notes#
Data and software versions
 --------------------------
 
-Data repo 'debussy_preludes' @ 391d3aa
+Data repo 'debussy_preludes' @ 7210372
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -518,8 +518,8 @@

Metadata -
WARNING  ms3.Parse.debussy_preludes -- /home/runner/.local/lib/python3.10/site-packages/ms3/corpus.py (line 1245) check_number_of_unparsed_scores():
+
WARNING  ms3.Parse.debussy_preludes -- /home/runner/.local/lib/python3.10/site-packages/ms3/corpus.py (line 1255) check_number_of_unparsed_scores():
 	You have set force=True, which forces me to parse 24 scores iteratively. Next time, call _.parse() on me, so we can speed this up!
 
@@ -663,7 +663,7 @@

Metadata
-