Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: CADLabs/radCAD

Tags

v0.14.0

Toggle v0.14.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Updated radCAD to be compatible with latest cadCAD and Python 3.8-3.12 (

#68)

* Updated cadCAD and radCAD to v0.14.0, and passed all tests with latest cadCAD v0.5.3

* Updated cadCAD and radCAD to v0.14.0, and passed all tests with latest cadCAD v0.5.3

* Updated cadCAD and radCAD to v0.14.0, and passed all tests with latest cadCAD v0.5.3

* Update pyproject.toml

* Update documentation from Poetry to PDM

* Migrate requirements from Poetry to PDM

* Add Nox (Tox alternative) tests

* Update tests to be compatible with Python 3.11+

* Update GitHub action

* Update GitHub action

* Update GitHub action

* Update GitHub action

* Update GitHub action

* Update GitHub action

* Update GitHub action

* Update Nox file to fix recursion depth limit issue on Windows

* Update Nox file to fix recursion depth limit issue on Windows

* Update pytest version

* Update pytest version

* Remove pytest-monitor due to CI error

* Increase recursion limit

* Add RADCAD_BACKEND env variable to override during Windows tests

* Add RADCAD_BACKEND env variable to override during Windows tests

* Add RADCAD_BACKEND env variable to override during Windows tests

* Resolve issue with tables and remove Windows from CI pipeline

* Update CHANGELOG, README, CI to include Windows for one last attempt

* Remove tables override for Python3.8

* Override deepcopy method when using Windows to avoid recurrsion errors

* Override radCAD backend when using Windows to avoid recurrsion errors

* Override radCAD backend when using Windows to avoid recurrsion errors

* Remove deepcopy method switch for Windows

* Pop Engine argument even if overridden by env variable

---------

Co-authored-by: Benjamin Scholtz <[email protected]>

v0.13.0

Toggle v0.13.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix Python3.10 dependency on

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Typing (#58)

* Add types and mutable context

* Update version

* Misc. updates

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for parameters dataclass (#57)

* Add support for parameter dataclasses

* Update test

* Update version

* Update README

* Update typing

* Allow single value parameters

* Update changelog

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mutability tests (#56)

* Update core

* Update substeps

* Update benchmark

* Update version

* Add deepcopy

* Update benchmark

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add logging instance (#55)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add deepcopy_method argument (#54)

* Add deepcopy_method argument

* Fix policy state mutation issue

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update radCAD version with debugging improvement (#52)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #48 from CADLabs/before_subset_fix

before_subset() hook fix for params argument

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from CADLabs/deepcopy_improvement

Deepcopy improvement