Releases: ArnauMiro/pyLowOrder
pyLOM v3.0.0
First version of pyLOM with GPU support!
What's Changed
- Adding Gappy POD by @JNCentenero in #114
- Ensight deprecation by @ArnauMiro in #125
- 123 ensure that the vtkhdf format properly uses the append and write modes by @ArnauMiro in #126
- Add Docs by @DavidRamosArchilla in #127
- fixed error on deploy_documentation.yml by @DavidRamosArchilla in #128
- Addition of GPU computation by @ArnauMiro in #121
- 129 update develop by @bef-18 in #130
- Update README.md by @bef-18 in #131
- Update main by @bef-18 in #132
- Prep for pyLOM v3.0.0 by @ArnauMiro in #136
- Added the converter for bdf files by @DavidRamosArchilla in #119
- Allow the compilation of separate modules by @ArnauMiro in #138
- preparing for v3.0.0 by @ArnauMiro in #139
- Fix dynamic versioning by @ArnauMiro in #143
- Fixing #144 by @ArnauMiro in #145
- 134 docs by @DavidRamosArchilla in #141
- Add docs to develop by @bef-18 in #146
- Fix deprecation and updated setuptools by @ArnauMiro in #148
- Fix PyPI deployment by @ArnauMiro in #151
Full Changelog: v.2.1.0...v3.0.0
pyLOM v.2.1.0
Seventh release of pyLOM tool.
What's Changed
- Added new features to KAN model by @DavidRamosArchilla in #77
- Removed psutils from imports on KAN by @DavidRamosArchilla in #79
- 75 randomized qr operation by @bef-18 in #78
- 81 set_seed mlp by @DavidRamosArchilla in #82
- H5IO append mode fix by @ArnauMiro in #83
- Fix save meshes nopartition by @ArnauMiro in #89
- 85 fix random seed by @bef-18 in #87
- 86 runtime qr factorization by @bef-18 in #90
- 84 fix dependencies by @ArnauMiro in #91
- bug fix in dataset.py by @pabloyesteb in #94
- Fixes by @ArnauMiro in #100
- 99 add isomap by @ipatazas in #101
- 104 bugfix mlp by @DavidRamosArchilla in #105
- parallelization of euclidean distances by @ipatazas in #107
- Added fine-tune feature by @vfrabel in #102
- 106 mpi comms by @ArnauMiro in #108
- remove tsqr2 by @bef-18 in #110
- adding PINN to the pipeline. by @DavidRamosArchilla in #66
- Energy POD Truncation by @JNCentenero in #112
- Add GPR by @JNCentenero in #113
- pyLOM 2.1.0 by @ArnauMiro in #116
- Modified to use python3.11.11 by @ArnauMiro in #118
New Contributors
- @pabloyesteb made their first contribution in #94
- @ipatazas made their first contribution in #101
- @vfrabel made their first contribution in #102
- @JNCentenero made their first contribution in #112
Full Changelog: v2.0.1...v.2.1.0
pyLOM v2.0.1
Sixth official release of pyLOM tool
What's Changed
- Devel vae by @bef-18 in #39
- 44 fix requirements by @bef-18 in #45
- 42 pyqvarsi integration by @bef-18 in #46
- Small fix from previous merge by @bef-18 in #47
- 40 devel vae 3d by @bef-18 in #48
- 53 fix examples of nn by @bef-18 in #54
- Upgrade HDF5 dataset by @ArnauMiro in #55
- Developing mixed precision by @ArnauMiro in #56
- Added MLP, AE and VAE to the pipeline by @DavidRamosArchilla in #58
- 62 truncate compiled pod by @bef-18 in #63
- Add KAN to pyLOM.NN module by @DavidRamosArchilla in #61
- 59 randomized svd by @bef-18 in #64
- Adapting pyLOM.NN.Dataset to the new h5 file format by @DavidRamosArchilla in #69
- Update to pyLOM v2.0.0 by @ArnauMiro in #70
- Fixes to new version by @ArnauMiro in #71
- Fixing python deployment for pypi by @ArnauMiro in #72
- Separating testsuite from packaging by @ArnauMiro in #73
- Fixing IO dtypes by @ArnauMiro in #74
New Contributors
- @DavidRamosArchilla made their first contribution in #58
Full Changelog: v1.3.6...v2.0.1
pyLOM v1.3.6
Fifth official release of pyLOM tool, which presents some bug fixes with respect to the previous version.
What's Changed
- Adapting to compile at MareNostrum 5 by @ArnauMiro in #34
- Adding MN5 support by @ArnauMiro in #41
Full Changelog: v1.3.5...v1.3.6
pyLOM v1.3.5
Fourth official release of pyLOM tool, which presents some bug fixes with respect to the previous version.
What's Changed
- Adding workflow dispatch by @ArnauMiro in #27
- Upgrading version by @ArnauMiro in #28
- OpenBLAS fixes by @ArnauMiro in #29
- Fix kissfft compilation by @ArnauMiro in #30
- Implementing CellCenters for Unstructured mesh by @ArnauMiro in #31
- read only up to nmod for results file by @bef-18 in #32
- Latest fixes on development branch by @ArnauMiro in #33
Full Changelog: v1.3.0...v1.3.5
pyLOM v1.3.0
Third official release of pyLOM tool with general bug fixes and linking with Zenodo to obtain a DOI.
What's Changed
- New FFT libraries by @ArnauMiro in #22
- EnsightGold reading capabilities by @ArnauMiro in #24
- Adding chronos for profiling by @ArnauMiro in #25
- Merging develop to master by @ArnauMiro in #26
Full Changelog: v1.2.0...v1.3.0
pyLOM with POD, DMD and SPOD
Second official release of pyLOM tool with working POD, DMD and SPOD algorithms.
Deployment to PyPI under the name of "pyLowOrder".
What's Changed
- Major code refractoring by @ArnauMiro in #7
- Update develop with latest main by @ArnauMiro in #8
- Main developments on pyLOM by @ArnauMiro in #9
- Fix for ParaView 5.11.1 by @ArnauMiro in #11
- Implementation of SPOD by @ArnauMiro in #10
- Develop to main branch by @ArnauMiro in #12
- Repo Acknowledgements by @ArnauMiro in #13
- Package for PyPI by @ArnauMiro in #14
- Fixing pyLOM version to 1.2.0 by @ArnauMiro in #15
- Fix deployment workflow by @ArnauMiro in #16
- Fix syntax of workflow file by @ArnauMiro in #17
- Fix PyPI packaging by @ArnauMiro in #18
- Renaming package to pyLowOrder by @ArnauMiro in #19
Full Changelog: v1.0.0...v1.2.0
pyLOM with POD/DMD
First official release of pyLOM tool with working POD/DMD algorithms.