We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22eec0 commit 10e27cbCopy full SHA for 10e27cb
docs/sphinx/source/whatsnew/v0.11.2.rst
@@ -10,7 +10,10 @@ Deprecations
10
11
Enhancements
12
~~~~~~~~~~~~
13
-
+* Reduced space requirements by removing tests and test files from wheel.
14
+ Zipped wheel is now 66% of the previous size, and installed size is 50% of
15
+ the previous size.
16
+ (:issue:`2271`, :pull:`2277`)
17
18
Documentation
19
~~~~~~~~~~~~~
@@ -21,7 +24,8 @@ Documentation
21
24
22
25
Testing
23
26
~~~~~~~
27
+* Moved data exclusively used in tests to ``pvlib/tests/data``.
28
29
30
Requirements
31
0 commit comments