pycoustic 0.1.14__tar.gz → 0.1.15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pycoustic
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Summary:
5
5
  Author: thumpercastle
6
6
  Author-email: tony.ryb@gmail.com
7
- Requires-Python: >=3.10,<=3.13
7
+ Requires-Python: >=3.11,<=3.13
8
8
  Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.10
10
9
  Classifier: Programming Language :: Python :: 3.11
11
10
  Classifier: Programming Language :: Python :: 3.12
12
11
  Classifier: Programming Language :: Python :: 3.13
13
12
  Requires-Dist: numpy (==2.3.3)
14
13
  Requires-Dist: openpyxl (==3.1.5)
15
14
  Requires-Dist: pandas (==2.3.3)
16
- Requires-Dist: plotly (==6.1.2)
15
+ Requires-Dist: plotly (>=6.3.1,<7.0.0)
17
16
  Requires-Dist: requests (>=2.32.4,<3.0.0)
18
17
  Requires-Dist: streamlit (>=1.46.1,<2.0.0)
19
18
  Description-Content-Type: text/markdown
@@ -189,6 +189,7 @@ class Survey:
189
189
  return combi
190
190
  #test
191
191
  def modal(self, cols=None, by_date=False, day_t="60min", evening_t="60min", night_t="15min"):
192
+ #TODO rename second level index so it is not 'date'
192
193
  """
193
194
  Get a dataframe summarising Modal L90 values for each time period, as suggested by BS 4142:2014.
194
195
  Currently, this method rounds the values to 0 decimal places by default and there is no alternative
@@ -1,17 +1,17 @@
1
1
  [tool.poetry]
2
2
  name = "pycoustic"
3
- version = "0.1.14"
3
+ version = "0.1.15"
4
4
  description = ""
5
5
  authors = ["thumpercastle <tony.ryb@gmail.com>"]
6
6
  readme = "README.md"
7
7
 
8
8
  [tool.poetry.dependencies]
9
- python = ">=3.10, <=3.13"
9
+ python = ">=3.11, <=3.13"
10
10
  pandas = "2.3.3"
11
11
  numpy = "2.3.3"
12
12
  openpyxl = "3.1.5"
13
13
  requests = "^2.32.4"
14
- plotly = "6.1.2"
14
+ plotly = "^6.3.1"
15
15
  streamlit = "^1.46.1"
16
16
 
17
17
 
File without changes
File without changes