Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
956ba2c
remove docs and old examples
May 22, 2025
930f33e
Move experimental features into the main client
May 22, 2025
87a7296
Automatically reformatting code
May 22, 2025
ba58442
restoring changes accidentally brought in from another branch
May 22, 2025
ce03663
Merge branch 'brandon/counting_formal_release' of github.com:groundli…
May 22, 2025
5de38fa
Automatically reformatting code
May 22, 2025
cac0855
remove extraneous files pt2
May 22, 2025
4eafde1
remove other peripherals
May 22, 2025
2ab3b93
wip replacing pydantic objects
May 22, 2025
7ebee27
move api object init into main client
May 22, 2025
25b2a7b
Merge branch 'brandon/counting_formal_release' of github.com:groundli…
May 22, 2025
b92592c
Merge branch 'brandon/counting_formal_release' into minimial_python_sdk
May 22, 2025
791355f
wip
May 22, 2025
8c825fd
move import
May 22, 2025
524a665
Merge branch 'brandon/counting_formal_release' into minimial_python_sdk
May 22, 2025
d51754a
wip, client.py should? be updated
May 22, 2025
8181018
move more imports
May 22, 2025
a31fd78
making create_detector generic
May 22, 2025
55dd26c
makes create_detector generic
May 22, 2025
c92e726
Automatically reformatting code
May 22, 2025
a71f780
appease the linter
May 22, 2025
6cfe38f
Merge branch 'brandon/counting_formal_release' of github.com:groundli…
May 22, 2025
379b770
appease the linter
May 22, 2025
cb38c27
ok, even for a linter this is a bit much
May 22, 2025
20feac0
update docs
May 22, 2025
c222e52
Merge branch 'brandon/counting_formal_release' into minimial_python_sdk
May 22, 2025
0a1578c
fix merge
May 22, 2025
2b781e1
Automatically reformatting code
May 22, 2025
db990a9
fix imports
May 22, 2025
c0675b0
detector tests are passing
May 23, 2025
584f574
Merge branch 'minimial_python_sdk' of github.com:groundlight/python-s…
May 23, 2025
93d9b34
Automatically reformatting code
May 23, 2025
fa78d46
Merge branch 'main' into minimial_python_sdk
May 23, 2025
3545ec1
Merge branch 'minimial_python_sdk' of github.com:groundlight/python-s…
May 23, 2025
9506817
remove doc tests, adjust linter
May 23, 2025
afa82bf
fix workflow?
May 23, 2025
63f8c87
git workflows aren't working
May 23, 2025
d587803
issue with gha file?
May 23, 2025
a1a92ab
Automatically reformatting code
May 23, 2025
fffb7ed
fix linter errors
May 23, 2025
dd016c9
patch up iq_is_confident
May 23, 2025
32d50f0
Merge branch 'minimial_python_sdk' of github.com:groundlight/python-s…
May 23, 2025
803036b
undo non-backwards compatibile changes
May 23, 2025
52e0e7f
update spec manually
May 23, 2025
c09f089
upgrade to latest openapi generator
May 23, 2025
3e5284b
change requirements to allow pydantic 1
May 27, 2025
046ece0
update makefile, import statements, public api
May 27, 2025
4575e6a
run generator
May 27, 2025
1fef635
update imports, add aenum
May 27, 2025
ccbb285
fix whoami
May 28, 2025
a467034
remove debug line
May 28, 2025
9640e0d
remove cli tests
May 28, 2025
d806a35
several errors remain, putting aside for now
May 28, 2025
1775ad2
Automatically reformatting code
May 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ install-generator: install ## Install dependencies for SDK code generator
npm install

generate: install-generator ## Generate the SDK from our public openapi spec
node_modules/.bin/openapi-generator-cli generate -i spec/public-api.yaml \
-g python \
node_modules/.bin/openapi-generator-cli generate \
-i spec/public-api.yaml \
-g python-pydantic-v1 \
-o ./generated \
--additional-properties=packageName=groundlight_openapi_client
# strict-nullable makes nullable fields Optional in the generated Pydantic classes: https://github.com/koxudaxi/datamodel-code-generator/issues/327
poetry run datamodel-codegen --input spec/public-api.yaml --output generated/model.py --strict-nullable --use-schema-description --output-model-type pydantic_v2.BaseModel --use-subclass-enum
poetry run black .

PYTEST=poetry run pytest -v
Expand Down Expand Up @@ -68,7 +67,8 @@ test-docs-integ: install-extras ## Run the example code and tests in our docs a
GROUNDLIGHT_ENDPOINT="https://api.integ.groundlight.ai/" ${PYTEST} --markdown-docs ${TEST_ARGS} docs README.md

# Adjust which paths we lint
LINT_PATHS="src test bin samples"
# LINT_PATHS="src test bin samples"
LINT_PATHS="src test"

lint: install-lint ## Run linter to check formatting and style
./code-quality/lint ${LINT_PATHS}
Expand Down
5 changes: 0 additions & 5 deletions bin/simple_example.py

This file was deleted.

23 changes: 0 additions & 23 deletions docs/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions docs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/babel.config.js

This file was deleted.

390 changes: 0 additions & 390 deletions docs/blog/2024-01-16-binomial-tails.md

This file was deleted.

150 changes: 0 additions & 150 deletions docs/blog/2024-02-01-grime-guardian.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/blog/images/active-learning/dog-conf-high.png
Binary file not shown.
Binary file removed docs/blog/images/active-learning/dog-conf-low.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/blog/images/binomial-tails/binomial_cdf.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/blog/images/binomial-tails/binomial_pmf.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed docs/blog/images/binomial-tails/generalization.png
Diff not rendered.
Diff not rendered.
Binary file removed docs/blog/images/binomial-tails/union-bound.png
Diff not rendered.
Binary file removed docs/blog/images/getting_started/cvme1.jpg
Diff not rendered.
Diff not rendered.
Binary file removed docs/blog/images/grime_guardian/gg_arch_flow.png
Diff not rendered.
Binary file removed docs/blog/images/grime_guardian/gg_dirty_sink.jpg
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed docs/blog/images/grime_guardian/gg_pfp.png
Diff not rendered.
Binary file removed docs/blog/images/unclear_blog/dark_door.png
Diff not rendered.
Binary file removed docs/blog/images/unclear_blog/hidden_oven.png
Diff not rendered.
Binary file removed docs/blog/images/unclear_blog/unclear_label.png
Diff not rendered.
Binary file removed docs/blog/images/unclear_blog/unrelated_img.png
Diff not rendered.
8 changes: 0 additions & 8 deletions docs/config.d.ts

This file was deleted.

Loading