Releases: steveberardi/starplot
Releases · steveberardi/starplot
v0.7.1
- Fixes a bug with loading styles from files
v0.7.0
- Adds support for rotating camera views in optic plots
- Fixes star sizing issue, making it relative to the marker size
- Fixes bug with reflector optic transformation
- Various plotting and exporting optimizations
v0.6.0
- Introduces Optic plots that simulate what you'll see through a telescope/binoculars/camera from a specific time/location
- Includes full Hipparcos star catalog as a parquet file for faster loading
- Adds a dark grayscale style extension
- Various bug fixes
v0.5.3
Fixes bug with limiting magnitude on zenith plots
v0.5.2
- Better sizing of stars relative to their magnitude
- Adjusted star query to reduce filesize of SVG exports
- Added option for rasterizing stars on map plots to reduce filesize of SVG exports
- Updated a few styles
v0.5.1
Fixes a bug with calculating the declination of Tycho-1 stars and DSOs
v0.5.0
⭐ Adds built-in support for Tycho-1 star catalog
🔭 Adds two functions to MapPlot for drawing field of view circles for scopes and binos
v0.4.1
Adds **kwargs
to the plot's export
method that act as pass through kwargs to matplotlib's savefig
v0.4.0
- 📋 Legends
- 🌔 Moon
- 🌐 RA/DEC tick marks
- 🏷️ Label improvements
- Improve placement of labels for ecliptic and celestial equator
- Plot labels of stars in order of magnitude (brighter stars are labeled first)
- 🔨 Various bug fixes