Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cadCAD compatibility mode and tests to be compatible with latest cadCAD v0.5.3 #67

Closed
BenSchZA opened this issue Aug 8, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers

Comments

@BenSchZA
Copy link
Collaborator

BenSchZA commented Aug 8, 2024

radCAD has a compatibility mode that allows existing cadCAD models to use radCAD by simply changing a couple of imports.

radCAD currently supports cadCAD v0.4.27. This version of cadCAD is not compatible with Python 3.10, which breaks the radCAD tests for Python 3.10

The solution is to make radCAD compatible with the latest cadCAD v0.5.3. This may affect users of radCAD using compatibility mode, and so will be a breaking change. As such, radCAD should be updated from v0.13.0 to v0.14.0 according to semantic versioning.

The first step is to update cadCAD to v0.5.3, and then run the tests to see if any fail. Changes are likely to be needed in radcad/compat/cadCAD and a couple of the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant