starplot 0.11.2__py2.py3-none-any.whl → 0.11.3__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of starplot might be problematic. Click here for more details.

starplot/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Star charts and maps"""
2
2
 
3
- __version__ = "0.11.2"
3
+ __version__ = "0.11.3"
4
4
 
5
5
  from .base import BasePlot # noqa: F401
6
6
  from .map import MapPlot, Projection # noqa: F401
starplot/base.py CHANGED
@@ -852,11 +852,8 @@ class BasePlot(ABC):
852
852
 
853
853
  # TODO : handle wrapping
854
854
 
855
- ra_start = max(0, int(self.ra_min) - 2) * 100
856
- ra_end = min(24, int(self.ra_max) + 2) * 100
857
-
858
- for ra in range(ra_start, ra_end, 2):
859
- x0, y0 = self._prepare_coords(ra / 100, 0)
855
+ for ra in range(25):
856
+ x0, y0 = self._prepare_coords(ra, 0)
860
857
  x.append(x0)
861
858
  y.append(y0)
862
859
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: starplot
3
- Version: 0.11.2
3
+ Version: 0.11.3
4
4
  Summary: Star charts and maps
5
5
  Keywords: astronomy,stars,charts,maps,constellations
6
6
  Author-email: Steve Berardi <hello@steveberardi.com>
@@ -1,5 +1,5 @@
1
- starplot/__init__.py,sha256=blARZDdXct55uZVkwtiagqdzZjHlEDcEMFaCj-pyfeM,435
2
- starplot/base.py,sha256=ekEgPrXdLS054W3p64n3-Fwax8n2TY9gSf_MDjsBlVk,28345
1
+ starplot/__init__.py,sha256=B9cAP4b-UO1EcKuzXMvaPAKm--7v7CgP9DA-fG435TI,435
2
+ starplot/base.py,sha256=7fen823EBPzjPk8FtF7R4eB1Ub-EczuHhVma74sKMeQ,28214
3
3
  starplot/callables.py,sha256=5GZZoOhYc3wAJTzPgXt_tHdjIr-fKdhCbWjm6FT7Er8,2927
4
4
  starplot/geod.py,sha256=QJmF6dOa4dpLoLQ32QsiXaG4gBpTBuagzSFquM9OzsM,2665
5
5
  starplot/map.py,sha256=kaXuSGKp1CGeldt4xCla5v19gRHat5OnmYwM3cTDWD4,30477
@@ -56,7 +56,7 @@ starplot/styles/ext/grayscale_dark.yml,sha256=sCdEldJnxGnOcb_bHq258GodBCyYxEOoUm
56
56
  starplot/styles/ext/map.yml,sha256=HbP7po572UMdDmYFyA34Reac9s8V2nEoO9pi5DT9M1o,120
57
57
  starplot/styles/ext/nord.yml,sha256=M6APu9Iks4srC4HGAAhlOlsmdXebhnqq8PPDYGO0zzA,2164
58
58
  starplot/styles/ext/optic.yml,sha256=fiTvTl8Ka07o5KqtIqqBGL65ADjnMe6oyxTBbfoHz40,236
59
- starplot-0.11.2.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
60
- starplot-0.11.2.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
61
- starplot-0.11.2.dist-info/METADATA,sha256=4lApaPUjR5d7E4OdRoITI5TaAy_v-lAUJbw9mq4L5_Y,4189
62
- starplot-0.11.2.dist-info/RECORD,,
59
+ starplot-0.11.3.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
60
+ starplot-0.11.3.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
61
+ starplot-0.11.3.dist-info/METADATA,sha256=P2StKVdSihltdGmRYRrnOZ7f-fiDiZMZ56NZVbaUeZ4,4189
62
+ starplot-0.11.3.dist-info/RECORD,,