Commit a746ceb
Gtf trying fix build (#30)
* newer pyo3, adding build.rs
* more changes
* feat: Move main.rs to bin module as reasonable.rs
* put main.rs into its own bin/
* moving to new package
* moved
* fix: Add reasonable package as a dependency in cli/Cargo.toml
* moving stuff around
* new python package
* fixing python build?
* cargo fmt
* remove features, static build
* adjust path for tests
* edit edition
* fix maturin invocation
* fix test in comment
* updating gha?
* fixing build
* docs: add architecture review and idiomatic Rust improvements
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* refactor: replace map with bidirectional index (fwd/rev) and sentinel
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* refactor: pass rdffirst/rdfrest/rdfnil to DisjointSets::new
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* feat: unify error handling with thiserror and propagate Results
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* fix: add thiserror to lib Cargo.toml
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* fix: convert load_file error to string for PyIOError
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* feat: gate legacy-query feature to enable legacy RDF query module
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* fix: pin optional deps in lib/Cargo.toml instead of workspace
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* chore: bump farmhash to 1
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* refactor: drop rdf dep and migrate to Oxigraph model
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* fix: correct to_atom signature and use oxigraph::model::Graph
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* fix: pin serde_sexpr to 0.1 in lib/Cargo.toml
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* no more query stuff
* refactor: make new accept &[KeyedTriple] and get_list_values return &[URI]
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* fix: dereference list_class when iterating values in reasoner
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* perf: implement linear-time get_unique and switch to sort_unstable
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* feat: add ReasonerBuilder and update API docs with examples
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* adjusting packaging
* add ci.yml
* test: add PyReasoner unit tests for Python
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* test: port Rust tests to Python pytest tests in test_pyreasoner.py
Co-authored-by: aider (openai/gpt-5) <[email protected]>
* chagne package name
* actions
* fix test invocation
* trying to port over ontoenv build
---------
Co-authored-by: aider (openai/gpt-5) <[email protected]>1 parent 2b4585d commit a746ceb
File tree
31 files changed
+1815
-1101
lines changed- .cargo
- .github
- actions/setup-rust
- workflows
- cli
- src
- docs
- lib
- src
- python
- .github/workflows
- src
- tests
- src
31 files changed
+1815
-1101
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
This file was deleted.
0 commit comments