WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: DeepskyLog/pydeepskylog

Version 1.6

30 Jul 15:00

Choose a tag to compare

[1.6] - 2025-07-30

Added

  • Initial changelog file.
  • Comprehensive API documentation using Sphinx.
  • Detailed docstrings for mathematical formulas and astronomical concepts.
  • User guide with examples for common use cases.
  • Inline comments for complex calculations.
  • Contributing guide for new contributors.
  • Code of conduct to ensure a welcoming community.
  • Logging configuration for better debugging and error tracking.
  • Validation module to ensure correct parameter types and ranges.
  • Unit tests for all public methods to ensure reliability.
  • Continuous integration setup for automated testing.
  • Refactoring of the package structure for better organization.
  • Documentation for API endpoints and expected responses.
  • Add development dependencies to setup.py.
  • Implement rate limiting for API requests.
  • Add input sanitization for all user inputs.
  • Add template for issue reporting and feature requests.

Full Changelog: 1.5.0...1.6

Version 1.5.0

29 Jul 13:19

Choose a tag to compare

Adds filter support and contrast reserve enhancement

  • Adds support for fetching filters from DeepskyLog
  • Updates the contrast reserve calculation to directly use surface brightness if available, rather than calculating it from magnitude and object diameters.
  • Increments the version number.

Full Changelog: 1.4.1...1.5.0

Version 1.4.1

30 May 10:57

Choose a tag to compare

  • Add method to get lenses from DeepskyLog.

Full Changelog: 1.4.0.0...1.4.1

Version 1.3.2

03 Feb 10:56

Choose a tag to compare

  • Use new instruments table from DeepskyLog.

Full Changelog: 1.3.1...1.3.2

Version 1.3.1

13 Nov 13:39

Choose a tag to compare

Make the package typed.

Full Changelog: 1.3...1.3.1

Version 1.3

30 Oct 14:38

Choose a tag to compare

  • Add methods to convert instrument types from string to int and vice versa.

Full Changelog: 1.2.1...1.3

Version 1.2.1

24 Oct 14:17

Choose a tag to compare

  • Fix python tests

Full Changelog: 1.2...1.2.1

Version 1.2

24 Oct 11:09

Choose a tag to compare

  • Get instruments and eyepieces from the DeepskyLog website.

Full Changelog: 1.1...1.2

Version 1.1

01 Aug 10:03

Choose a tag to compare

  • Conversion of magnitudes to SQM value and bortle scale and vice versa.

Full Changelog: 1.0.1...1.1

Version 1.0.1

01 Aug 08:44

Choose a tag to compare

Make sure all methods are imported correctly in init.py.

Full Changelog: 0.9...1.0.1