Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

82 lines (46 loc) · 2.33 KB

Changelog

v0.3.2 (11/10/2023)

Critical fix:

  • 🐛 fix import error pitfall for maturin by @frank1010111 in #62

Python version update:

  • 🧪 bump latest tested python to 3.12 by @frank1010111 in #60

Added tests:

  • Add tests by @frank1010111 in #56
  • Add tests by @frank1010111 in #57

Dependency updates:

  • build(deps): bump pypa/cibuildwheel from 2.15.0 to 2.16.0 by @dependabot in #55
  • build(deps): bump pypa/cibuildwheel from 2.16.0 to 2.16.1 by @dependabot in #59
  • 📝 🐛 🔨 change from myst_nb to myst_parser for docs to … by @frank1010111 in #63

Full Changelog: https://github.com/frank1010111/pywaterflood/compare/v0.3.1...v0.3.2

v0.3.1 (16/09/2023)

Code improvements:

  • Fix MPI to be symmetric (#47)
  • Cleaner rust import (#54)

Documentation:

  • 35 update docs by @frank1010111 in #36
  • 📝 add MPI example by @frank1010111 in #47
  • Submit to joss by @frank1010111 in #50

v0.3.0 (03/05/2023)

Code improvements:

  • New Rust computational backend in #25

Non-code improvements:

  • Pre commit changes by @frank1010111 in #27
  • update pandas version to fix numpy incompatiblility

v0.2.0 (21/05/2022)

Features

  • Added q_BHP and CRMCompensated to perform copensated CRM where bottom hole pressure variations are taken into account.
  • Updated and simplified dockerfile

Bugfixes

  • Fixed testing bugs

Deprecated

  • support for python 3.6

v0.1.1 (3/11/2021)

  • The great renaming to pywaterflood

Features

  • multiwell productivity index added

v0.1.0 (23/08/2021)

  • First pip build of pyCRM!

v0.0.1 (15/01/2020)

  • First release of pyCRM!