Skip to content

Releases: steveberardi/starplot

v0.18.3

16 Jan 13:43

Choose a tag to compare

  • Adds Spanish translation, thanks to @enzodbspace 👏
  • Remaps font weights to strings, to avoid bug in matplotlib that occurs when rendering SVG text as elements vs paths

v0.18.2

10 Jan 23:52
48afd5b

Choose a tag to compare

Fixes a bug with the starplot setup CLI command

v0.18.1

10 Jan 16:36
2da6f00

Choose a tag to compare

  • Sets schema explicitly for catalog objects
  • Removes format kwarg on export function
  • Changes font weight style from string to integer, and added missing weights
  • Adds helper functions for plotting planetary and dark nebulae

v0.18.0

03 Jan 19:29
3f3eb07

Choose a tag to compare

  • Adds function for plotting an arrow, from one point to another or as a pointer to a target
  • Adds support for custom data catalogs for stars, DSOs, and constellations
  • Converts sky object models to data classes, improving performance when many objects are plotted
  • Adds Farsi translation
  • Increases max field of view for optic plots to 20 degrees
  • Optimizes spatial query for optic plots

v0.17.1

12 Nov 14:47
d288677

Choose a tag to compare

  • Adds Lithuanian translation
  • Fixes a few small errors in the Chinese translation

v0.17.0

09 Nov 23:10
ceacc39

Choose a tag to compare

  • Consolidates the scope/binoculars field of view function into a generic optic FOV function
  • Adds models for comets and satellites and supports data formats from MPC and CelesTrak
  • Adds font name and weight style properties to legend labels
  • Adds callable for constellation labels
  • Deprecates the labels parameter on star/DSO/constellation plotting functions
  • Defines a default label_fn for stars/DSOs/constellations
  • Introduces localization with two language translations for labels: French and Chinese

v0.16.7

18 Oct 15:05
8363d1e

Choose a tag to compare

Fixes bug with plotting horizon labels on horizon plots that prevented the use of offsets

v0.16.6

11 Oct 14:10
3d6e701

Choose a tag to compare

Support for Python 3.13 🎉

v0.16.5

09 Oct 13:16
e8cbbd2

Choose a tag to compare

Adds missing legend function to horizon and optic plots

v0.16.4

01 Oct 14:31
9f90f8b

Choose a tag to compare

  • Removes pydantic-settings dependency
  • Fixes constellation line plotting on a few projections to make them straight
  • Cleans up a few imports to improve performance