Releases: CcgAlberta/pygeostat
Releases · CcgAlberta/pygeostat
v1.2.0 - Python 3.10+ Support & Modern Dependencies
What's Changed
- Package structure update by @ronnyhdez in #60
- Create pyproject.toml for project metadata and build dependencies by @mwtoews in #46
- Update info package documentation by @ronnyhdez in #72
- Apply MutableMapping fix (already effectively present) by @ronnyhdez in #75
- Improve the elements included in the pyproject.toml file by @ronnyhdez in #77
- Testing suite changes and fixes by @ronnyhdez in #82
- All dependendecies included in pyproject by @ronnyhdez in #88
- Include pytest in plots style by @ronnyhdez in #94
- pytest for gmm tests by @ronnyhdez in #95
- Clean flies and include pytest by @ronnyhdez in #97
- Ref #92 inlcude pytests for data validation by @ronnyhdez in #99
- Updating to python >3.xx by removing imports and testing in different python versions by @ronnyhdez in #103
- Include changes for new documentation theme by @ronnyhdez in #79
- Documentation structure by @ronnyhdez in #66
- Include metadata for new release by @ronnyhdez in #108
New Contributors
- @ronnyhdez made their first contribution in #60
- @mwtoews made their first contribution in #46
Full Changelog: v1.1.1...v1.2.0
v1.1.1 - Legacy Release
Important Notes
This release represents the last version (v1.1.1) of pygeostat that supports Python 3.6. This is being published as an official release to mark the state of the package before modernization updates. Future releases will require Python ≥3.10 and will include significant updates to the package structure, dependencies, and development workflow.
What's Changed
- add helper to list gslib executables by @ericbdaniels in #2
- Fixing some plotting issues and more unit tests by @MHadavand in #6
- Add the GMM visualization and Linux CCG Core Software by @msamson10 in #7
- infergriddef by @zahrahadavand in #9
- For recent changes to infergriddef, related examples were added to its docstring. by @zahrahadavand in #10
- Naming Convention by @zahrahadavand in #14
- Main by @numpattern in #16
- Adding back read/write_gsb functionality to pygeostat/data/data.py by @zahrahadavand in #19
- read/write gsb addition to iotools by @numpattern in #20
- Fortran related gsb write/read by @zahrahadavand in #21
- some more edits to iotools.py so that the DataFile class can read the gsb format. by @zahrahadavand in #22
- Tests for read_gsb, write_gsb were added. by @zahrahadavand in #23
- write read gsb documentation by @numpattern in #24
- Afew examples for reading and writing 'gsb' format was added to data.py and iotools.py by @zahrahadavand in #25
- Add to fortran folder by @zahrahadavand in #26
- bump up version and some edits to setup.py by @zahrahadavand in #27
- gsb functionality_ready to release by @zahrahadavand in #29
- "How to install mingw Fortran compiler " is added to doc string of compile_pygsb" by @zahrahadavand in #30
- for 2-D data, the docstring example was correcetd. So that zsiz or nz… by @zahrahadavand in #32
- Some guide on installing a gfortran was added to the documnetation (d… by @zahrahadavand in #33
- one docstring comment was added. by @zahrahadavand in #34
- Revert "one docstring comment was added." by @zahrahadavand in #36
- getting Started is added to documentation. by @zahrahadavand in #38
- Revert "getting Started is added to documentation." by @zahrahadavand in #40
- Add Getting started to documentation and clarification on accuracy plot documentation. by @zahrahadavand in #41
- Add a swath plot example using Python standard libraries by @zahrahadavand in #42
New Contributors
- @ericbdaniels made their first contribution in #2
- @MHadavand made their first contribution in #6
- @msamson10 made their first contribution in #7
- @zahrahadavand made their first contribution in #9
- @numpattern made their first contribution in #16
Full Changelog: https://github.com/CcgAlberta/pygeostat/commits/v1.1.1