Gempy 2.2.12
What's Changed
- Pflotran output by @MoiseRousseau in #558
- Freeze pandas version to < 1.4.0 by @Leguark in #665 - new release of pandas 1.4.1 changed a lot with how data is read in, so it was decided to freeze pandas to an older version for the meantime, as pandas is mainly used for reading data (this belongs to 2.2.11 which was skipped on github)
- Update README.md by @flohorovicic in #622
- Warning of currently incomaptible pandas version in README.md and setup, and increased export functionality for shemat-suite by @Japhiolite in #499
- Remove deprecated
inplace
argument in pandas methods by @AlexanderJuestel in #683 - Remove deprecated
collections
in import by @AlexanderJuestel in #686 - Fix inadequate ploting of the geological map by @mkondratyev85 in #689
- Add option to save sections and solutions by @Japhiolite in #692
New Contributors
- @MoiseRousseau made their first contribution in #558
Full Changelog: v2.2.10...v2.2.12