starplot 0.12.3__py2.py3-none-any.whl → 0.12.4__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 of the sky"""
2
2
 
3
- __version__ = "0.12.3"
3
+ __version__ = "0.12.4"
4
4
 
5
5
  from .base import BasePlot # noqa: F401
6
6
  from .map import MapPlot, Projection # noqa: F401
starplot/base.py CHANGED
@@ -1,6 +1,6 @@
1
1
  from abc import ABC, abstractmethod
2
2
  from datetime import datetime
3
- from typing import Dict, Union
3
+ from typing import Dict, Union, Optional
4
4
  import logging
5
5
 
6
6
  import numpy as np
@@ -313,8 +313,8 @@ class BasePlot(ABC):
313
313
  self,
314
314
  ra: float,
315
315
  dec: float,
316
- label: str,
317
316
  style: Union[dict, ObjectStyle],
317
+ label: Optional[str] = None,
318
318
  legend_label: str = None,
319
319
  skip_bounds_check: bool = False,
320
320
  ) -> None:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: starplot
3
- Version: 0.12.3
3
+ Version: 0.12.4
4
4
  Summary: Star charts and maps of the sky
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=ROvCW0zjX372AftSgSBZcMmqfg7ZNxC3g-ZpGW1klFI,446
2
- starplot/base.py,sha256=QYjlLeiEZ5M3fq2NQiaQdkTjUVamzsc5_V2Ry-KWP2M,29309
1
+ starplot/__init__.py,sha256=wBsCsV7v3pp3nJJV0q79m4JK44LKz__dcuPMtrwLb6g,446
2
+ starplot/base.py,sha256=-ljmfjtObFDOdsvCfKesWJYYm5oprlKMGqbhd7Jb-3w,29336
3
3
  starplot/callables.py,sha256=5GZZoOhYc3wAJTzPgXt_tHdjIr-fKdhCbWjm6FT7Er8,2927
4
4
  starplot/geod.py,sha256=QJmF6dOa4dpLoLQ32QsiXaG4gBpTBuagzSFquM9OzsM,2665
5
5
  starplot/map.py,sha256=Xw6jVGGAULl1S6yI7SzGyhfUXE2oeVFJE90ehbyzIRA,31048
@@ -61,7 +61,7 @@ starplot/styles/ext/grayscale_dark.yml,sha256=6tm79qOdYpNc38bToak9RX-NHabrcE5jFN
61
61
  starplot/styles/ext/map.yml,sha256=HbP7po572UMdDmYFyA34Reac9s8V2nEoO9pi5DT9M1o,120
62
62
  starplot/styles/ext/nord.yml,sha256=AXQ-YGbKGOaQgGO6qdnNKYa1ushn3IYofg04ztE4EHE,2615
63
63
  starplot/styles/ext/optic.yml,sha256=fiTvTl8Ka07o5KqtIqqBGL65ADjnMe6oyxTBbfoHz40,236
64
- starplot-0.12.3.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
65
- starplot-0.12.3.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
66
- starplot-0.12.3.dist-info/METADATA,sha256=db4gi1p9ahhkJmkpLGbBuHvS2gORTop7DY2m9iCBEDQ,4131
67
- starplot-0.12.3.dist-info/RECORD,,
64
+ starplot-0.12.4.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
65
+ starplot-0.12.4.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
66
+ starplot-0.12.4.dist-info/METADATA,sha256=Ii9ZSyhi3_N0CYP7TZBrtIhIVyBEj5PgjfYCgSlIPZU,4131
67
+ starplot-0.12.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.9.0
2
+ Generator: flit 3.10.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any