Skip to content

Releases: steveberardi/starplot

v0.13.0

14 Dec 14:10
510d2cf
Compare
Choose a tag to compare
  • Adds a scale factor to control sizing of all objects/text
  • Adds an "auto" option for label offsets from markers
  • Adds constellation lines to label collision detection
  • Adds a gid to plotted objects to make exported SVGs easier to work with in external applications (e.g. Inkscape)
  • Adds Flamsteed numbers to stars
  • Adds all star names from IAU
  • Adds the standard symbol for planetary nebulae
  • Adds a border size/color property to label styles
  • Bundles fonts: Inter & GFS Didot

v0.12.5

29 Nov 22:13
b6d6c02
Compare
Choose a tag to compare
  • Fixes #113
  • Fixes bug with zenith() function on map plots

v0.12.4

14 Nov 14:22
Compare
Choose a tag to compare

Makes labels on markers default to None (#115) - thanks to @HealthyPear

v0.12.3

31 Oct 13:56
25731bc
Compare
Choose a tag to compare

Fixes bug with constellation names (#110)

v0.12.2

22 Sep 15:35
0bb1186
Compare
Choose a tag to compare

Allows tuples for line styles on polygons and adds geometry kwarg to polygon function

v0.12.1

14 Sep 16:12
d936a42
Compare
Choose a tag to compare

Fixes issue with plotting the Milky Way when it consists of multiple polygons

v0.12.0

14 Sep 15:32
0ce7a3a
Compare
Choose a tag to compare
  • Adds Shapely geometry to all sky object models, including support for intersects in where clauses
  • Adds kwarg to map plots to allow custom clip paths
  • Adds callables for star/dso labels
  • Adds a line function for plotting lines
  • Adds the standard marker for globular clusters (circle with a cross) and double stars
  • Adds an ellipse marker for galaxies
  • Adds colors for some DSO labels that were missing them in some style extensions
  • Removed the kwarg types from dsos, so ALL DSO types are plotted by default

v0.11.4

01 Sep 02:29
f2d8101
Compare
Choose a tag to compare

Fixes bug with filtering DSOs by NGC/IC identifier (#97)

v0.11.3

31 Aug 14:58
6ef2089
Compare
Choose a tag to compare

Fixes a bug with plotting the celestial equator

v0.11.2

28 Aug 14:32
98fdaf6
Compare
Choose a tag to compare
  • Adds requests as a required dependency