Abqpy

Latest version: v2024.7.2

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

Scan your dependencies

Page 35 of 66

2019.4.0

Changes

🤖 Automation

- [automation]: Use github cli to upload release assets (backport 3691) mergify (3695)
- [automation]: Fix error of overwriting release assets (backport 3683) mergify (3687)
- [automation]: Upload release assets (backport 3675) mergify (3679)
- [automation]: Update `gh-action-pypi-publish` action version (backport 3667) mergify (3671)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2019.3.19...v2019.4.0

2019.3.19

Changes

🐛 Bug Fixes

- [bugfix]: Use typing\_extensions.Literal to Support Python 3.7 (backport 3649) mergify (3660)
- [bugfix]: Fix CODE Literal (backport 3648) mergify (3653)

🌐 Translations

- [translation]: Update translations (2022/11/20) haiiliin (3646)

🤖 Automation

- [automation] Remove `conda` package because `auto-all` is not distributed in `conda` (backport 3631) mergify (3635)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2019.3.18...v2019.3.19

2019.3.18

Changes

💁‍♂️ Typing Annotations

- [typing] Redefine `CODE` constant (backport 3623) mergify (3627)

📝 Documentation

- [docs]: Auto update version in getting started (backport 3589) mergify (3601)

🤖 Automation

- [automation]: Not upload codecov on backport pull requests (backport 3613) mergify (3618)
- [automation]: Remove labeler usage (backport 3590) mergify (3594)
- [automation]: Delete update-suggested-version.py (backport 3605) mergify (3609)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2019.3.17...v2019.3.18

2019.3.17

Changes

- Bump tj-actions/verify-changed-files from 9 to 12 (backport 3523) mergify (3527)

🐛 Bug Fixes

- [typo]: Fixing docstrings (backport 3565) mergify (3577)

💁‍♂️ Typing Annotations

- [typing] Fixing doc string and type hint (backport 3556) mergify (3560)

🌐 Translations

- [translation]: Update translations (2022/11/06) haiiliin (3581)

🤖 Automation

- [automation]: Add codecov config file (backport 3566) mergify (3570)
- [automation]: Override branch for codecov (backport 3540) mergify (3544)
- [automation]: Use codecov to analyze the code coverage (backport 3532) mergify (3536)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2019.3.16...v2019.3.17

2019.3.16

Changes

- Bump actions/setup-python from 3 to 4 (backport 3388) mergify (3413)
- Bump Beakyn/gha-comment-pull-request from 1.0.1 to 1.0.2 (backport 3387) mergify (3406)
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.1 (backport 3386) mergify (3399)
- Bump uibcdf/action-build-and-upload-conda-packages from 1.1.0 to 1.2.0 (backport 3385) mergify (3392)

💁‍♂️ Typing Annotations

- [typing]: Remove `:py:class:` roles in docstrings (backport 3459) mergify (3464)

📝 Documentation

- [docs]: Use sphinx-togglebutton (backport 3450) mergify (3454)
- [docs]: Use sphinx-autodoc-toolbox instead of sphinx-collapsible-autodoc (backport 3442) mergify (3446)
- [docs]: Collapse unimportant classes (backport 3425) mergify (3429)
- [docs]: Collapse class members by default (backport 3417) mergify (3421)
- [docs]: Add Skew example (backport 3369) mergify (3373)

🌐 Translations

- [translation]: Update translations (2022/10/31) haiiliin (3483)
- [translation]: Update translations (2022/10/30) haiiliin (3434)

🤖 Automation

- [automation]: Add disable-auto-merge label for pytest (backport 3514) mergify (3518)
- [automation]: Simplify pytest workflow (backport 3506) mergify (3510)
- [automation]: Update github-action[bot] email (backport 3498) mergify (3502)
- [Automation]: Add coverage badge (backport 3475) mergify (3479)
- [automation]: Add labeler workflow (backport 3460) mergify (3471)
- [automation]: Add dependabot config file (backport 3377) mergify (3381)
- [automation]: Update default branch to 2023 (backport 3361) mergify (3365)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2019.3.15...v2019.3.16

2019.3.15

Changes

🚀 New Features

- [feature]: Support Python 3.11 (backport 3234) mergify (3294)

🐛 Bug Fixes

- [bugfix]: Fix filename error when updating version number (backport 3337) mergify (3341)
- [bugfix]: Bug bugs when building conda package (backport 3329) mergify (3333)
- [typo]: Fix some typo errors (backport 3313) mergify (3317)
- Add math functions and ignore unused imports (backport 3290) mergify (3301)

💁‍♂️ Typing Annotations

- [typing]: Fix some typing annotations (backport 3321) mergify (3325)

📝 Documentation

- [docs]: Use `myst` markdown files for docs (backport 3305) mergify (3309)
- [docs]: Re-organize the examples (backport 3273) mergify (3277)
- [docs]: Use the gif figure in getting started (backport 3265) mergify (3269)
- [docs]: Add more examples (backport 3257) mergify (3261)
- [docs]: Add cantilever example (backport 3249) mergify (3253)
- [docs]: Update getting started (backport 3232) mergify (3245)
- [docs]: Add `docs preview` to labeler (backport 3233) mergify (3238)
- [docs]: Update grid columns (backport 3224) mergify (3228)
- [docs]: Add a gallery of examples by sphinx-gallery (backport 3215) mergify (3220)
- [docs]: Use grid card in installation methods (backport 3207) mergify (3211)
- [docs]: Update docs of abaqusConstants (backport 3198) mergify (3202)
- [docs]: Remove "Create Models" section in APIs (backport 3190) mergify (3194)

🤖 Automation

- [automation]: Disable auto merge for update release version (backport 3353) mergify (3357)
- [release]: Update release version (2022/10/27) haiiliin (3348)
- [automation]: Only reformat the code when `reformat-with-black` label is added (backport 3282) mergify (3286)
- [automation]: Revert "Upload wheels on release (3174)" (backport 3182) mergify (3186)
- [automation]: Upload wheels on release (backport 3174) mergify (3178)
- [release]: Update release version (2022/10/24) haiiliin (3171)

**Full Changelog**: https://github.com/haiiliin/abqpy/compare/v2019.3.14...v2019.3.15

Page 35 of 66

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.