Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: punch-mission/thuban
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.1
Choose a base ref
...
head repository: punch-mission/thuban
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 19, 2024

  1. add file manifest

    jmbhughes committed Aug 19, 2024
    Copy the full SHA
    6a1a160 View commit details
  2. Merge pull request #7 from punch-mission/adding-manifest

    add file manifest
    jmbhughes authored Aug 19, 2024
    Copy the full SHA
    af0586c View commit details
Showing with 5 additions and 4 deletions.
  1. +2 −2 CITATION.cff
  2. +1 −0 MANIFEST.in
  3. +1 −1 docs/conf.py
  4. +1 −1 pyproject.toml
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ authors:
given-names: "J. Marcus"
orcid: "https://orcid.org/0000-0003-3410-7650"
title: "thuban"
version: 0.0.1
# doi: 10.5281/zenodo.7392170
version: 0.0.2
doi: 10.5281/zenodo.13340312
date-released: 2024-08-18
url: "https://github.com/punch-mission/thuban"
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include thuban/data/reduced_hip.csv
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
project = "thuban"
copyright = "2024, PUNCH Science Operations Center"
author = "PUNCH Science Operations Center"
release = "0.0.1"
release = "0.0.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ requires = ["setuptools",

[project]
name = "thuban"
version = "0.0.1"
version = "0.0.2"
dependencies = ["numpy",
"astropy",
"matplotlib",