thuban 0.0.7__tar.gz → 0.0.8__tar.gz

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.
Files changed (47) hide show
  1. {thuban-0.0.7 → thuban-0.0.8}/CHANGELOG.md +4 -0
  2. {thuban-0.0.7 → thuban-0.0.8}/CITATION.cff +2 -2
  3. {thuban-0.0.7/thuban.egg-info → thuban-0.0.8}/PKG-INFO +1 -1
  4. {thuban-0.0.7 → thuban-0.0.8/thuban.egg-info}/PKG-INFO +1 -1
  5. {thuban-0.0.7 → thuban-0.0.8}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  6. {thuban-0.0.7 → thuban-0.0.8}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  7. {thuban-0.0.7 → thuban-0.0.8}/.github/workflows/ci.yaml +0 -0
  8. {thuban-0.0.7 → thuban-0.0.8}/.github/workflows/ci_fixed.yaml +0 -0
  9. {thuban-0.0.7 → thuban-0.0.8}/.github/workflows/publish.yaml +0 -0
  10. {thuban-0.0.7 → thuban-0.0.8}/.gitignore +0 -0
  11. {thuban-0.0.7 → thuban-0.0.8}/.pre-commit-config.yaml +0 -0
  12. {thuban-0.0.7 → thuban-0.0.8}/.readthedocs.yaml +0 -0
  13. {thuban-0.0.7 → thuban-0.0.8}/LICENSE +0 -0
  14. {thuban-0.0.7 → thuban-0.0.8}/MANIFEST.in +0 -0
  15. {thuban-0.0.7 → thuban-0.0.8}/README.md +0 -0
  16. {thuban-0.0.7 → thuban-0.0.8}/codecov.yaml +0 -0
  17. {thuban-0.0.7 → thuban-0.0.8}/docs/Makefile +0 -0
  18. {thuban-0.0.7 → thuban-0.0.8}/docs/_static/favicon.ico +0 -0
  19. {thuban-0.0.7 → thuban-0.0.8}/docs/_static/logo.png +0 -0
  20. {thuban-0.0.7 → thuban-0.0.8}/docs/conf.py +0 -0
  21. {thuban-0.0.7 → thuban-0.0.8}/docs/index.rst +0 -0
  22. {thuban-0.0.7 → thuban-0.0.8}/docs/make.bat +0 -0
  23. {thuban-0.0.7 → thuban-0.0.8}/pyproject.toml +0 -0
  24. {thuban-0.0.7 → thuban-0.0.8}/scripts/prepare_reduced_hip.py +0 -0
  25. {thuban-0.0.7 → thuban-0.0.8}/setup.cfg +0 -0
  26. {thuban-0.0.7 → thuban-0.0.8}/tests/__init__.py +0 -0
  27. {thuban-0.0.7 → thuban-0.0.8}/tests/test_catalog.py +0 -0
  28. {thuban-0.0.7 → thuban-0.0.8}/tests/test_cli.py +0 -0
  29. {thuban-0.0.7 → thuban-0.0.8}/tests/test_distortion.py +0 -0
  30. {thuban-0.0.7 → thuban-0.0.8}/tests/test_pointing.py +0 -0
  31. {thuban-0.0.7 → thuban-0.0.8}/tests/test_util.py +0 -0
  32. {thuban-0.0.7 → thuban-0.0.8}/tests/test_visualize.py +0 -0
  33. {thuban-0.0.7 → thuban-0.0.8}/thuban/__init__.py +0 -0
  34. {thuban-0.0.7 → thuban-0.0.8}/thuban/catalog.py +0 -0
  35. {thuban-0.0.7 → thuban-0.0.8}/thuban/cli.py +0 -0
  36. {thuban-0.0.7 → thuban-0.0.8}/thuban/data/reduced_hip.csv +0 -0
  37. {thuban-0.0.7 → thuban-0.0.8}/thuban/distortion.py +0 -0
  38. {thuban-0.0.7 → thuban-0.0.8}/thuban/error.py +0 -0
  39. {thuban-0.0.7 → thuban-0.0.8}/thuban/pointing.py +0 -0
  40. {thuban-0.0.7 → thuban-0.0.8}/thuban/simulate.py +0 -0
  41. {thuban-0.0.7 → thuban-0.0.8}/thuban/util.py +0 -0
  42. {thuban-0.0.7 → thuban-0.0.8}/thuban/visualize.py +0 -0
  43. {thuban-0.0.7 → thuban-0.0.8}/thuban.egg-info/SOURCES.txt +0 -0
  44. {thuban-0.0.7 → thuban-0.0.8}/thuban.egg-info/dependency_links.txt +0 -0
  45. {thuban-0.0.7 → thuban-0.0.8}/thuban.egg-info/entry_points.txt +0 -0
  46. {thuban-0.0.7 → thuban-0.0.8}/thuban.egg-info/requires.txt +0 -0
  47. {thuban-0.0.7 → thuban-0.0.8}/thuban.egg-info/top_level.txt +0 -0
@@ -2,6 +2,10 @@
2
2
 
3
3
  [Also available through GitHub interface](https://github.com/punch-mission/thuban/releases)
4
4
 
5
+ ## Version 0.0.8: June 4, 2025
6
+
7
+ - Minor hotfix changes
8
+
5
9
  ## Version 0.0.7: May 22, 2025
6
10
 
7
11
  - allow PV to vary in fitting
@@ -5,7 +5,7 @@ authors:
5
5
  given-names: "J. Marcus"
6
6
  orcid: "https://orcid.org/0000-0003-3410-7650"
7
7
  title: "thuban"
8
- version: 0.0.3
8
+ version: 0.0.8
9
9
  doi: 10.5281/zenodo.13340312
10
- date-released: 2024-08-18
10
+ date-released: 2025-06-04
11
11
  url: "https://github.com/punch-mission/thuban"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: thuban
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: High precision and accuracy astrometric image solving from a guess
5
5
  Author-email: "J. Marcus Hughes" <hughes.jmb@gmail.com>
6
6
  Maintainer-email: "J. Marcus Hughes" <hughes.jmb@gmail.com>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: thuban
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: High precision and accuracy astrometric image solving from a guess
5
5
  Author-email: "J. Marcus Hughes" <hughes.jmb@gmail.com>
6
6
  Maintainer-email: "J. Marcus Hughes" <hughes.jmb@gmail.com>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes