Skip to content

Commit 3b3cf4c

Browse files
authored
Merge pull request #18 from gperdrizet/dev
Finished major refactor
2 parents 460aeab + 99fb5d3 commit 3b3cf4c

34 files changed

+1982
-1284
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@
6868
// 1. Creates the 'data' directory for storing hill climbing results and checkpoints
6969
// 2. Builds documentation and starts the server (same as postAttachCommand)
7070
// Using mkdir -p ensures no error if directory already exists
71-
"postCreateCommand": "mkdir -p data && bash .devcontainer/build-and-serve-docs.sh",
71+
"postCreateCommand": "mkdir -p data && bash .devcontainer/build-and-serve-docs.sh && pip install -e '.[dashboard]'",
7272

7373
// Use 'postAttachCommand' to run commands each time a user connects to the container
7474
// This runs every time VS Code attaches/reconnects to the container
7575
// Executes a script that rebuilds documentation and starts a local web server
7676
// The script is separated for maintainability and better error handling
7777
// See .devcontainer/build-and-serve-docs.sh for implementation details
78-
"postAttachCommand": "bash .devcontainer/build-and-serve-docs.sh",
78+
"postAttachCommand": "bash .devcontainer/build-and-serve-docs.sh && hill-climber-dashboard",
7979

8080
// Configure port forwarding for the documentation server
8181
// Port 8000 is used to serve the built Sphinx documentation locally

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ keywords:
2424
- data-science
2525
- Python
2626
license: GPL-3.0
27-
version: 2.1.5
27+
version: 3.0.0
2828
date-released: 2025-11-17

0 commit comments

Comments
 (0)