Skip to content

Commit

Permalink
0.2.17
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 3, 2024
1 parent 3231486 commit 66f9622
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## v0.2.17 (2024-09-03)

### Chore

* chore: reduce number of pipes in profiling tests ([`91b7ec9`](https://github.com/Krande/adapy/commit/91b7ec9a76dacb4ee04c2627af42d4f1604bcddf))

* chore: add pipe ifc writing performance profile test ([`3dbac82`](https://github.com/Krande/adapy/commit/3dbac8296d77b4f1d202ad5c4869847a1a74f9ec))

* chore: increase number of objects for ifc write to 500 ([`fa7665e`](https://github.com/Krande/adapy/commit/fa7665e4cb76876fbe6492f897e9e633d315693e))

* chore: update tests ([`347ee56`](https://github.com/Krande/adapy/commit/347ee56d2d2d8e032bd55bb07447f78e9b349abe))

* chore: add ci profiling (#108) ([`6f6dca4`](https://github.com/Krande/adapy/commit/6f6dca4215585e43be30f073a85eccc06e564f90))

### Fix

* fix: ifc rel mat efficiency (#109) ([`3231486`](https://github.com/Krande/adapy/commit/32314869a695456c59231da6aca960e5d85cc2c8))

### Unknown

* update pixi ([`38aeb66`](https://github.com/Krande/adapy/commit/38aeb66968e486cc1ef6b789e17d2f7b16b4c820))


## v0.2.16 (2024-08-12)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ada-py"
version = "0.2.16"
version = "0.2.17"
authors = [
{ name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" },
]
Expand Down
16 changes: 8 additions & 8 deletions src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ada-py-viewer",
"version": "0.2.16",
"version": "0.2.17",
"scripts": {
"prebuild": "node clean.js",
"build": "vite build && node embed-script.js",
Expand Down

0 comments on commit 66f9622

Please sign in to comment.