-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.0-beta.1](v1.1.2...v1.2.0-beta.1) (2024-11-11) ### Features * ttl_to_building_description function ([d83e66f](d83e66f)) ### Docs * imporeved docs and ttl_output method ([24a7d8b](24a7d8b))
- Loading branch information
1 parent
d83e66f
commit 3d36efa
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "brickllm" | ||
version = "1.1.2" | ||
version = "1.2.0b1" | ||
description = "Library for generating RDF files following BrickSchema ontology using LLM" | ||
authors = ["Marco Perini <[email protected]>", "Daniele Antonucci <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|