Recent Releases of https://github.com/calfem/calfem-python

https://github.com/calfem/calfem-python - calfem-3.6.13

Bugfix release:

Removed np.asmatrix() in the library.

- Python
Published by jonaslindemann 7 months ago

https://github.com/calfem/calfem-python - calfem-3.6.12

What's Changed

  • Full NumPy 2 compatibility
  • Updated documentation
  • docstrings update.
  • minor change in solveq to not cause problems when solving wihout give… by @johjona in https://github.com/CALFEM/calfem-python/pull/79
  • Develop by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/81
  • Updated documentation by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/82

New Contributors

  • @johjona made their first contribution in https://github.com/CALFEM/calfem-python/pull/79

Full Changelog: https://github.com/CALFEM/calfem-python/compare/v3.6.10...v3.6.12

PyPi

https://pypi.org/project/calfem-python/3.6.12/

- Python
Published by jonaslindemann 7 months ago

https://github.com/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 https://github.com/CALFEM/calfem-python/pull/78

Full Changelog: https://github.com/CALFEM/calfem-python/compare/v3.6.9...v3.6.10

- Python
Published by jonaslindemann over 1 year ago

https://github.com/calfem/calfem-python - calfem-3.6.9

Minor bugfix in vis_mpl

What's Changed

  • Merge pull request #67 from CALFEM/develop by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/68
  • Develop by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/71
  • Sync develop and master. by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/72
  • Merge pull request #72 from CALFEM/master by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/73
  • Merge doc settings from master. by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/74
  • Develop by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/77

Full Changelog: https://github.com/CALFEM/calfem-python/compare/v3.6.8...v3.6.9

- Python
Published by jonaslindemann over 1 year ago

https://github.com/calfem/calfem-python - calfem-3.6.8

Reorganise to support PDM-packaging.

What's Changed

  • Merge from 3.6.7 release. by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/66
  • Merge from develop by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/67

Full Changelog: https://github.com/CALFEM/calfem-python/compare/v3.6.7...v3.6.8

- Python
Published by jonaslindemann about 2 years ago

https://github.com/calfem/calfem-python - calfem-3.6.7

What's Changed

  • Merge with develop for 3.6.6 release. by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/64
  • Fixed typos. by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/65

Full Changelog: https://github.com/CALFEM/calfem-python/compare/v3.6.5...v3.6.7

- Python
Published by jonaslindemann about 2 years ago

https://github.com/calfem/calfem-python - calfem-3.6.5

What's Changed

  • New disp_xxx commands in the utils module for nicer printing in Notebooks.
  • Added notebook examples for exsbeam1 and exsbeam2.
  • Added a simple integration test that runs all examples. This will be developed in coming releases.
  • Added an environment variables CFVNOBLOCK to be able to run all examples without blocking at the end.
  • Removed some depreaction warnings.

  • Merge from master. by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/54

  • Merge smaller changes before release by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/55

New Contributors

  • @kimauth made their first contribution in https://github.com/CALFEM/calfem-python/pull/45

Full Changelog: https://github.com/CALFEM/calfem-python/compare/v3.6.4...v3.6.5

- Python
Published by jonaslindemann over 2 years ago

https://github.com/calfem/calfem-python - calfem-3.6.4

What's Changed

  • Implementation of dynamic system functions and remaining MATLAB examples by @adsci in https://github.com/CALFEM/calfem-python/pull/47
  • Proper checking for np.array == None by @ErikHasselwander in https://github.com/CALFEM/calfem-python/pull/48
  • Merge develop with master by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/52
  • Develop by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/53

New Contributors

  • @ErikHasselwander made their first contribution in https://github.com/CALFEM/calfem-python/pull/48

Full Changelog: https://github.com/CALFEM/calfem-python/compare/v3.6.3...v3.6.4

- Python
Published by jonaslindemann over 2 years ago

https://github.com/calfem/calfem-python - calfem-3.6.3

What's Changed

  • Updated documentation to use sphinx-material package by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/40
  • Porting eigen, beam1e, beam1s and secforce2 from calfem-matlab by @adsci in https://github.com/CALFEM/calfem-python/pull/41
  • Updating develop branch with changes in master. by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/42
  • update links to manuals x2 by @hovey in https://github.com/CALFEM/calfem-python/pull/39
  • Merge changes from master into develop by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/43
  • Added new commands and and updated links by @jonaslindemann in https://github.com/CALFEM/calfem-python/pull/44

New Contributors

  • @adsci made their first contribution in https://github.com/CALFEM/calfem-python/pull/41
  • @hovey made their first contribution in https://github.com/CALFEM/calfem-python/pull/39

Full Changelog: https://github.com/CALFEM/calfem-python/compare/v3.6.2...v3.6.3

- Python
Published by jonaslindemann over 3 years ago

https://github.com/calfem/calfem-python - calfem-python-3.6.2

Bugfix-release. Removed deprecated np.asscalar function with .item().

- Python
Published by jonaslindemann over 3 years ago

https://github.com/calfem/calfem-python - calfem-python-3.6.1

Fixed minor version constants. Vedo-integration now complete.

- Python
Published by jonaslindemann almost 4 years ago

https://github.com/calfem/calfem-python - calfem-python-3.6.0

Lot of fixes. Renamed examples. Initial vedo support.

- Python
Published by jonaslindemann almost 4 years ago

https://github.com/calfem/calfem-python - calfem-3.5.11

Final release of the 3.5 branch.

- Python
Published by jonaslindemann almost 4 years ago

https://github.com/calfem/calfem-python - calfem-python-3.5.10

Fixed integration issues with gmsh-module.

- Python
Published by jonaslindemann almost 5 years ago

https://github.com/calfem/calfem-python - calfem-python-3.5.9

Fixed issues related to pyqt and anaconda compatibility.

- Python
Published by jonaslindemann almost 5 years ago

https://github.com/calfem/calfem-python - calfem-python-3.5.6

- Python
Published by jonaslindemann almost 5 years ago

https://github.com/calfem/calfem-python - calfem-python-3.5.5

Fixed more issues around the detection of gmsh. Now searches site-packages for gmsh binary. Fixed minor depraction issues surrounding np.vstack,

- Python
Published by jonaslindemann almost 5 years ago

https://github.com/calfem/calfem-python - calfem-python-3.5.4

Fixed gmsh-detection. Updated setup.py depends. Now also installs the gmsh package.

- Python
Published by jonaslindemann almost 5 years ago

https://github.com/calfem/calfem-python - calfem-python-3.5.3

Added export function for pyvtk

- Python
Published by jonaslindemann almost 6 years ago

https://github.com/calfem/calfem-python - calfem-python-3.5.1

Many syntax fixes. Documentation updates.

- Python
Published by jonaslindemann almost 6 years ago

https://github.com/calfem/calfem-python - calfem-python-3.5

Cleaned up code. Matplotlib support. Jupyter notebook examples.

- Python
Published by jonaslindemann almost 6 years ago