Skip to content

Commit

Permalink
Merge pull request #2 from djmango/layton-progress
Browse files Browse the repository at this point in the history
First official full-featured build
  • Loading branch information
djmango authored Sep 10, 2024
2 parents 60a1522 + 8cc798b commit ef079fb
Show file tree
Hide file tree
Showing 20 changed files with 779 additions and 297 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,6 @@ docs/_build/

# Pyenv
.python-version

debug.txt
star_map.png
149 changes: 128 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starfinder"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
license-file = "LICENSE"
description = "starfinder is a Rust & Python package that provides functionality to read, process, and render star data from the Tycho-2 catalog. It's built with Rust for performance and exposes a Python API for ease of use."
Expand All @@ -16,8 +16,10 @@ exclude = [
clap = { version = "4.5.16", features = ["derive"] }
csv = "1.3.0"
image = "0.25.2"
nalgebra = "0.33.0"
pyo3 = "0.22.2"
serde = { version = "1.0.209", features = ["derive"] }
spec_math = "0.1.5"
thiserror = "1.0.63"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit ef079fb

Please sign in to comment.