Abqpy

Latest version: v2024.7.8

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

Scan your dependencies

Page 49 of 75

2018.5.4

Changes

- [pre-commit.ci] pre-commit autoupdate (backport 4674) mergify (4679)

🐛 Bug Fixes

- [bugfix] Import modules in caeModules (backport 4682) mergify (4687)
- [bugfix] Dynamic setuptools py-modules and update setuptools-scm configs (backport 4665) mergify (4670)
- Revert "[bugfix] Fix abqpy CLI issues" (backport 4640) mergify (4646)
- [bugfix] Fix abqpy CLI issues (backport 4624) mergify (4629)
- [bugfix] Use the relative file path for the jupyter notebook (backport 4606) mergify (4612)

📝 Documentation

- [docs] Update commands to install the package ith jupyter support (backport 4649) mergify (4654)
- [docs] Update executions methods in getting started (backport 4632) mergify (4637)
- [docs] skewExample: Create the Abaqus Model in the script (backport 4607) mergify (4619)
- [docs] Update user docs (backport 4588) mergify (4593)
- [docs] Add project links in the sidebar (backport 4572) mergify (4585)

🤖 Automation

- [workflow] Move scripts (backport 4657) mergify (4662)
- [automation] Add the prettier pre-commit hook (backport 4596) mergify (4601)
- [automation] Clean PR template (backport 4573) mergify (4578)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2018.5.3...v2018.5.4

2018.5.3

Changes

- fix: add default parameter to ArcByCenterEnds (2) (backport 4548) mergify (4553)
- fix: default parameter for `direction` added (backport 4540) mergify (4545)
- fix: name parameter is mandatory in Surface constructor (backport 4532) mergify (4537)

🐛 Bug Fixes

- [bugfix] Fix ConstrainedSketch methods for returning None (backport 4523) mergify (4528)
- [bugfix] Fix XxxType objects' definitions (backport 4506) mergify (4512)

💁‍♂️ Typing Annotations

- fix: signature types for SolidExtrude and othes (backport 4498) mergify (4503)

📝 Documentation

- [docs] Update docs version (backport 4556) mergify (4561)

🤖 Automation

- [workflow] Update release drafters (backport 4507) mergify (4519)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2018.5.2...v2018.5.3

2018.5.2

Changes

- Move requirements to pyproject.toml (backport 4479) mergify (4484)

🐛 Bug Fixes

- [bugfix] Move instance creation methods to Assembly (backport 4489) mergify (4494)
- [skip ci][bugfix] Fix bug tracker link in pyproject.toml (backport 4471) mergify (4476)

📝 Documentation

- [skip ci][docs] Update localization documentation (backport 4455) mergify (4460)

🤖 Automation

- [skip ci][workflow] Update rtd.py (backport 4463) mergify (4468)
- [workflow] Build rtd version on releases (backport 4447) mergify (4452)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2018.5.1...v2018.5.2

2018.5.1

Changes

🐛 Bug Fixes

- [skip rtd] [bugfix] Fix docs warnings (backport 4237) mergify (4242)
- [skip rtd] [bugfix] Fix backquotes for code and add autoapi class template (backport 4221) mergify (4226)

📝 Documentation

- [skip ci][docs] Update documentation links (backport 4415) mergify (4420)
- [docs] Use deterministic version in conf.py (backport 4384) mergify (4389)
- [skip rtd] [docs] move debugging warning in getting started (backport 4213) mergify (4218)
- [skip rtd] [docs] Add warning message for debugging in getting started (backport 4205) mergify (4210)

🌐 Translations

- [translation] Add translation documentation (backport 4383) mergify (4396)
- [skip ci][translation] Update conf.py: ignore locale/README.md (backport 4375) mergify (4380)
- [skip ci][translation] Update crowdin badges (backport 4367) mergify (4372)
- [translation] Update locales/update.sh (backport 4335) mergify (4340)
- [skip rtd] [translation][skip ci] Add Crowdin link in locales/README.md (backport 4281) mergify (4286)
- [skip rtd] [translation] Add crowdin badge (backport 4273) mergify (4278)
- [skip rtd] [translation] Delete oudated po files (backport 4265) mergify (4270)
- [skip rtd] [translation] Do not keep the pot files (backport 4246) mergify (4251)

🤖 Automation

- [workflow] Update rtd redirects with new releases (backport 4431) mergify (4436)
- [workflow] Allow empty string for previous input in rtd workflow (backport 4423) mergify (4428)
- [skip ci][workflow] Add rtd workflow (backport 4407) mergify (4412)
- [workflow][skip ci] Pull submodules before updating translations (backport 4399) mergify (4404)
- [workflow] rtd check submodules (backport 4359) mergify (4364)
- [workflow] Add locales to a separate submodule (backport 4351) mergify (4356)
- [workflow] Move python scripts (backport 4343) mergify (4348)
- [skip rtd] [workflow] Run pre-commit in changes/translations workflows (backport 4327) mergify (4332)
- [skip rtd] [workflow] Add Crowdin workflow (backport 4319) mergify (4324)
- [skip rtd] [workflow] Update pofmt pre-commit hook (backport 4304) mergify (4309)
- [skip rtd] [workflow] format po files (backport 4291) mergify (4296)
- [skip rtd] [workflow] Do not fail the translation workflow when nothing to commit (backport 4254) mergify (4259)
- [skip rtd] [workflow] Add docformatter config (backport 4229) mergify (4234)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2018.5.0...v2018.5.1

2018.5.0

Changes

🚀 New Features

- [skip rtd] [new feature][minor] Use the fire package for the command line interface (backport 4196) mergify (4201)

🤖 Automation

- [skip rtd] [skip ci][automation] Bump actions/upload-artifact from 2 to 3 (backport 4187) mergify (4192)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2018.4.6...v2018.5.0

2018.4.6

Changes

🐛 Bug Fixes

- [skip rtd] [bugfix] Ignore \_autoapi\_templates/index.rst (backport 4155) mergify (4160)
- [skip rtd] [refactor] refactor the abaqus.Material.Others package (backport 4130) mergify (4135)

💁‍♂️ Typing Annotations

- [skip rtd] [typing] add `abaqusConstants` to `odbAccess` module (backport 4146) mergify (4151)

📝 Documentation

- [skip rtd] [docs] Move changes to references (backport 4171) mergify (4176)
- [skip rtd] [docs] Make API changes for the docs (backport 4163) mergify (4168)
- [skip rtd] [docs] Update docs headers (backport 4138) mergify (4143)

🤖 Automation

- [skip rtd] [workflow] Update pull request template (backport 4179) mergify (4184)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2018.4.5...v2018.4.6

Page 49 of 75

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.