GemPy 2.3.0: Aesara update
Dependencies update and migration from Theano to Aesara
In this release, we have updated all the dependencies and transitioned from Theano to Aesara. This change comes as part of our efforts to keep GemPy up-to-date with the most recent and robust libraries in the Python ecosystem. Thank you @AndrewAnnex for your contributions here.
What's Changed
- [ENH] - add functionality described in #268 by @Japhiolite in #715
- install sklearn in setup by @Japhiolite in #742
- Fix #740 by @AlexanderJuestel in #741
- [WIP] Fix test warnings by @AlexanderJuestel in #743
- Minor change: Reshape solution.fault_block by @NilsChudalla in #779
- Minor change: reset dataframe index for input data by @adamchengtkc in #762
- Fix#801 by @AlexanderJuestel in #802
- Remove Version Warnings and Add Information about DEPs by @AlexanderJuestel in #803
- [WIP] remove inplace for pandas cat by @Japhiolite in #799
- Gempy v2023.1.0 by @Japhiolite in #796
New Contributors
- @NilsChudalla made their first contribution in #779
- @adamchengtkc made their first contribution in #762
Full Changelog: v2.2.12...v2.3.0