Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bb5bdca
initial VisitMapBuilder
ehneilsen Dec 18, 2025
1f2103a
add visit_fill_colors and figure_kwargs arguments to VisitMapBuild __…
ehneilsen Jan 16, 2026
d7fc229
sample visit_skymaps notebook
ehneilsen Jan 16, 2026
939dd0d
Move bodies in visit map with time
ehneilsen Jan 23, 2026
397eb15
add hide_future_and_other_night_visits method to visit skymap builder
ehneilsen Jan 23, 2026
ed0c026
Require visit to be explicitly added to visit sky maps so the order c…
ehneilsen Feb 20, 2026
328c3c2
update plots even if arm sphere not includee
ehneilsen Feb 23, 2026
6f1b310
pass along kwargs in add_visit_patchs, making line_alph=0 default
ehneilsen Feb 24, 2026
29469a2
support passing of additional bokeh kwargs in visit_skymaps
ehneilsen Feb 24, 2026
4ffdce1
Expand docstring to explain ordering of elements
ehneilsen Feb 24, 2026
7736f3d
Improve visit hide/highlight docstrings
ehneilsen Feb 24, 2026
cb60528
examples of custom colors and layouts
ehneilsen Feb 24, 2026
67a8ba4
Exctract connect controls from VisitMapBuilder.build
ehneilsen Feb 25, 2026
4672a45
black notebooks
ehneilsen Feb 25, 2026
75dd6aa
Address static type checking issues
ehneilsen Feb 26, 2026
01d936e
Fix type guard to accept Series too
ehneilsen Feb 26, 2026
9062fab
Avoid duplicating controls
ehneilsen Feb 26, 2026
2444206
Add example showing custom elements and callbacks
ehneilsen Feb 26, 2026
4de1f70
add visit skymaps tutorial to docs
ehneilsen Feb 27, 2026
b3fbd8d
isort
ehneilsen Feb 27, 2026
7bf7ea1
update uranography version requirement
ehneilsen Mar 3, 2026
90dc93a
Add deprecation warning to create_visit_skymaps
ehneilsen Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ notebooks/de421.bsp
notebooks/MPCORB.DAT.gz

# Other temporary files
local/
.clinerules/
tmp/*
util/tmp/*
.vscode/settings.json
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
from documenteer.conf.guide import * # noqa: F403, import *

linkcheck_retries = 2
html_extra_path = ["extra"]
Loading
Loading