Ada-py

Latest version: v0.2.13

Safety actively analyzes 641171 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.2.1

Fix

* fix: stability improvements to websocket handling (83) ([`e1b39e7`](https://github.com/Krande/adapy/commit/e1b39e7a1e5a95de653686353be3c51f0e55de7b))

0.2.0

Feature

* feat: updated webgl renderer (82) ([`2f4629e`](https://github.com/Krande/adapy/commit/2f4629e89670f0e50b859296b3bbe32f9edc2a79))

0.1.0

Feature

* feat: more rendering options and improved rendering pipeline (81) ([`0fdde8c`](https://github.com/Krande/adapy/commit/0fdde8c7ba7672fb08ef4f4649105ae384c6724b))

0.0.44

Chore

* chore: add semantic release configs (79) ([`957351d`](https://github.com/Krande/adapy/commit/957351dbbc4573626fb0aae893a2c822f3a1a75c))

Fix

* fix: use a simplified variant of the workflows (80) ([`85f034b`](https://github.com/Krande/adapy/commit/85f034b32fa5812b2a2dd98771ae4a591260222e))

Unknown

* Fix/fem gmsh med bug (78)

* add more tests of roundtrip of med written meshes

* fix deprecation warning

* minor change

* further investigation into mesh errors

* update conda with pinning kaleido-core to 0.1.0 on windows so that image-creation with plotly don&39;t hang on windows

* refactor docker fem now that code_aster is a conda_package.

* add pytest

* fix failing tests

* do not add code-aster as a dep yet (should have multiplatform support first)

* add a pass/fail test variation dependending on the type of mesher

* bump version

* fix code aster cmd bug

* update tests dir docker -> fem refactor

* bump version

* remove cache to force pulling updates packages

* make sure the channel_priority is strict

* rearrange env core yml

* do not run specific test on darwin

* fix lint

* loosen numpy patch pinning

* had to increase abs tolerances for linux ([`73974c0`](https://github.com/Krande/adapy/commit/73974c066b267a6a6146fd8bc0be27382b274471))

* Feature/geom core (77) ([`b51db12`](https://github.com/Krande/adapy/commit/b51db127d79c394bc9920c3872b52b0a6bac9c02))

* Feature/batch step ifc (75)

* ongoing work on improving the state of STEP parsing.

Also simplified logging by instantiating the shared logger 1 place instead of in every file

* further work on optimizing step to ifc conversion

* further work on optimizing step handling

* minor change

* test with gltf writer in occt

* add functional support for gltf conversion from step using opencascade

* add step to gltf writer [pre]

* fix unresolved reference and add option to choose step store units and gltf export units [dev]

* fix formatting and failing cli cmd ([`dbeb7f4`](https://github.com/Krande/adapy/commit/dbeb7f48827db87731be782eeaca702d691c96c8))

* Logging suppress (74)

* move to pyproject.toml

* add a logging suppression capability

* bump 0.0.38 --> 0.0.39

* ensure both pypi and conda pre-releases are properly converted to/from semver in bump script [dev] ([`a8748ad`](https://github.com/Krande/adapy/commit/a8748ada38fb2ae656b87730cb118b4af5b8c2b2))

* Move to pyproject (73)

* move to pyproject.toml

* fix dev release pipeline ([`b3bf643`](https://github.com/Krande/adapy/commit/b3bf643a2d9052d5813a5124cf35515173e2a95a))

* fix another slip in the conda release action (72) ([`e1c969d`](https://github.com/Krande/adapy/commit/e1c969da8db6a89dd3f53e488000fe2d62ac44d1))

* Gxml cleanup (71)

* ensure that the release trigger is started

* minor refactor

* fix pr

* make linter happy ([`a2972d3`](https://github.com/Krande/adapy/commit/a2972d3acb974297ff3e79d5bec6e4ac0c3d5ec3))

* ensure that the release trigger is started (70) ([`b3225e6`](https://github.com/Krande/adapy/commit/b3225e6522dc5fc0dc2eab38c522dbf253e86b22))

* Fix gxml plates (69)

* add cProfile to the profiling suite [profile]

fix: bug in genie xml reader

* pr tests run only on prs

* do another profiling [profile]

* create a dev release [dev]

* create a dev release and profile [dev] [profile]

* fix: bug in step writer and angular profiles [dev] [profile]

fix: make scalene export json profile file

* try with a different output folder [dev]

* try with a different output folder again again [dev]

* fix bump script to pass None [dev]

* wip: improve genie xml reader of plates

* fix: support all types of flat plates in gxml reader that [dev]

* add a gitignore file [skip ci]

* update bumpversion to use only setup.cfg

* Bump version: 0.0.37 → 0.0.38

* update metadata.version and add a __version__ in the top init file

* make linter happy ([`1f1bb38`](https://github.com/Krande/adapy/commit/1f1bb38ff7825ff70d3566a7c797dd6736b23306))

* Make daily Ci testing faster and improve ci build sequence (68)

* run tests faster

* restack channel priority on dev env

* use conda mambabuild

* use build string instead of separate packages

* Add the dev build flag to the ci test.yml

* split testing in full and core

* add core and full env yml files

* use regular setup-python in bump job to speedup build time and skip testing of packages when uploading

* start converting expensive properties into methods

* move the conditional upload check statement to job initiation

* Add profiling job to ci

* improved STEP writer efficiency

* Bump version: 0.0.36 → 0.0.37

* add support for progress callback on step and ifc exports

* minor fixes to genie xml reading

* make primary build run on PR

* add concurrency groups

* separate main testing routines from conda build

* fix: bug in writing ifcBeam with offsets actually changing the original coordinates ([`1d802ff`](https://github.com/Krande/adapy/commit/1d802ff5c1362205b3a474b6ff35aa259f7d2d05))

* Add ada-py-core and -test packages to conda build (66)

* bump

* inverse conditional

* fix conditional main conda upload

* fix ci FEM not creating releases on PRs

* chore: split attempt to split into multiple packages

* Bump version: 0.0.33 → 0.0.34

* Bump version: 0.0.34 → 0.0.35

* chore: second attempt of splitting ada-py in subpackages

* chore: third attempt of splitting ada-py in subpackages

* chore: fix paths to test files

* chore: further work with splitting packages

* try to create dev packages [dev]

* reorganize so that imports don&39;t break on &34;ada-py-core&34;

* add plotly and pytexit to core adapy

* rearrange order of package testing

* fix brackets

* fix top brackets

* add send2trash as a dependency

* add a basic iter function for gxml beams

* reorganize tests in core and full variants and

refactored meta.yaml significantly using jinja templates

* do not use {{ python }}

* remove pytest.ini

* update docker testing path and pytest ignore arg

* make linter happy

* Use try except block on easy_plotly go.FigureWidget

* add python-kaleido and calculix to core deps

* fix lint

* do not push to pypi on anything but pushes to main

* Bump version: 0.0.35 → 0.0.36

* remove branch ([`f399a6f`](https://github.com/Krande/adapy/commit/f399a6f6a20b06156cbb7ff331523febbbdb7c71))

* Merge pull request 65 from Krande/bump

Bump version: 0.0.33 → 0.0.34 ([`69a5a5e`](https://github.com/Krande/adapy/commit/69a5a5e5e49fef18ac4784c8b758bfe7507e35e9))

0.0.34

* Merge pull request 63 from Krande/v0.0.33-dev

0.0.33

* Bump version: 0.0.32 → 0.0.33 ([`5ec8324`](https://github.com/Krande/adapy/commit/5ec83246b9351587b66df3976ac739cab5d7ebce))

* add support for copying materials and reading mass density factors from genie xml ([`3fa3150`](https://github.com/Krande/adapy/commit/3fa315030d0eddd1cad1755dcd6d097db3012fd8))

* wip: add example of more efficient conversion from step to ifc ([`2f50a0f`](https://github.com/Krande/adapy/commit/2f50a0f052518741bd6a520284bc4bf530cdda71))

* Merge pull request 62 from Krande/v0.0.32-dev

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.