Releases: CALFEM/calfem-python
calfem-3.6.10
Fixing compatibility with numpy-2.x. Cleaning up package configuration and testing.
What's Changed
- Cleaning up install. Updating tests. by @jonaslindemann in #78
Full Changelog: v3.6.9...v3.6.10
calfem-3.6.9
Minor bugfix in vis_mpl
What's Changed
- Merge pull request #67 from CALFEM/develop by @jonaslindemann in #68
- Develop by @jonaslindemann in #71
- Sync develop and master. by @jonaslindemann in #72
- Merge pull request #72 from CALFEM/master by @jonaslindemann in #73
- Merge doc settings from master. by @jonaslindemann in #74
- Develop by @jonaslindemann in #77
Full Changelog: v3.6.8...v3.6.9
calfem-3.6.8
Reorganise to support PDM-packaging.
What's Changed
- Merge from 3.6.7 release. by @jonaslindemann in #66
- Merge from develop by @jonaslindemann in #67
Full Changelog: v3.6.7...v3.6.8
calfem-3.6.7
What's Changed
- Merge with develop for 3.6.6 release. by @jonaslindemann in #64
- Fixed typos. by @jonaslindemann in #65
Full Changelog: v3.6.5...v3.6.7
calfem-3.6.5
What's Changed
-
New disp_xxx commands in the utils module for nicer printing in Notebooks.
-
Added notebook examples for exs_beam1 and exs_beam2.
-
Added a simple integration test that runs all examples. This will be developed in coming releases.
-
Added an environment variables CFV_NO_BLOCK to be able to run all examples without blocking at the end.
-
Removed some depreaction warnings.
-
Merge from master. by @jonaslindemann in #54
-
Merge smaller changes before release by @jonaslindemann in #55
New Contributors
Full Changelog: v3.6.4...v3.6.5
calfem-3.6.4
What's Changed
- Implementation of dynamic system functions and remaining MATLAB examples by @adsci in #47
- Proper checking for
np.array == None
by @ErikHasselwander in #48 - Merge develop with master by @jonaslindemann in #52
- Develop by @jonaslindemann in #53
New Contributors
- @ErikHasselwander made their first contribution in #48
Full Changelog: v3.6.3...v3.6.4
calfem-3.6.3
What's Changed
- Updated documentation to use sphinx-material package by @jonaslindemann in #40
- Porting eigen, beam1e, beam1s and secforce2 from calfem-matlab by @adsci in #41
- Updating develop branch with changes in master. by @jonaslindemann in #42
- update links to manuals x2 by @hovey in #39
- Merge changes from master into develop by @jonaslindemann in #43
- Added new commands and and updated links by @jonaslindemann in #44
New Contributors
Full Changelog: v3.6.2...v3.6.3
calfem-python-3.6.2
Bugfix-release. Removed deprecated np.asscalar function with .item().
calfem-python-3.6.1
Fixed minor version constants. Vedo-integration now complete.
calfem-python-3.6.0
Lot of fixes. Renamed examples. Initial vedo support.