- Try more things to fix tagging (
6e8b931
) - Try using v2 for the checkout action to fix tagging (
42f31f9
)
- Trying a different method to skip buiding the release commit (
44c2523
)
- Fixing deploy and stopping infinite run loop (
1e63a10
)
- Trying using the PAT for checkout too to see if the workflow will run... (
b84b6c7
)
- Bump for deploy (
22c2582
)
- Bump for deploy (
65839da
)
- Try creating an empty dist/ during semantic release (
8e79326
)
- Tweak job syntax to run on all tags (
36089b1
)
- Ignore build step in semantic-release (
0ed0c35
)
- Adding options to skip finding best proof, and abort early (
ed23460
)
- Revert knowledge sort as it seems to hurt performance, and adding more perf tests (
db51214
)
- Slighly more consistent proving by sorting knowledge in advance (
5bead37
)
- Dedupe knowledge in ResolutionProver (
b16c899
)
- More perf improvements around early stopping (
948d896
)
- Refactor min similarity tracking for better performance (
256ca65
)
- Allow capping number of returned proofs to boost performance (
dd92a22
)
- Adding a max_resolvent_width option to speed up solving (
6adc64e
)
- Adding option to reset the ResolutionProver (
8649c91
)
- Exporting types for SimilarityFunc (
6432960
)
- Exporting types for Proof and ProofStep (
c909c6f
)
- Allow providing extra knowledge when proving (
f1e53c8
)
- Adding ResolutionProver.extend_knowledge method to add knowledge to the prover later (
d21dd91
)
- Adding similarity cache to speed up similarity calculations (
5bd8c13
)
- Adding a 'max_similarity' helper to combine different similarity funcs (
b92c35a
)
- Fixing bug when predicates with the same symbol occur in resolve with embeddings (
17c138c
)
- Adding py.typed file (
c01f016
)
- Adding typing_extensions dep explicitly (
58e8340
)
- Enabling auto-publish (
6fd5b89
)