Skip to content

Releases: sciknoworg/schema-miner

v2.0.2

02 Oct 15:50

Choose a tag to compare

  • Minor updates to the README.
  • Aligned GitHub release version with the corresponding PyPI release version.

v2.0.0

23 Sep 18:15

Choose a tag to compare

🚀 Schema-Miner v2.0.0

Schema-Minerpro extends the Schema-Miner framework with ontology grounding and improved usability across the ecosystem.

✨ What’s New

  • Agentic Ontology Grounding (Schema-Miner Pro): Ontology grounding component using agentic AI. It performs multi-step reasoning with lexical heuristics and semantic similarity search to align schema elements with formal ontologies (e.g., QUDT).
  • Restructured Codebase: The project has been restructured to support clean packaging and distribution as a Python package.
  • PyPI Release: Schema-Miner is now available on PyPI for easy installation via pip
  • Improved Documentation: Expanded and reorganized documentation with guides, usage examples, and details for both Schema-Miner and Schema-MinerPro. Documentation can be accessed here.

🛠️ Other Changes

  • Minor bug fixes for improved stability.
  • Added pre-commit hooks to support consistent coding standards.

v1.0.0

31 Jan 16:56

Choose a tag to compare

What's New

  • JSON schema generation using LLMs and human feedbacks
  • Tool usage documentation
  • Schema generation example using the ALD (Atomic Layer Deposition) Use case
  • Contribution and Maintenance guidelines