Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change Log
==========

0.2.1 (26/02/2026)
0.2.1 (03/03/2026)
------------------
- Major Update Corrections
1 change: 1 addition & 0 deletions stoneforge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import petrophysics # noqa: F401
from . import pseudo_wells # noqa: F401
from . import reservoir # noqa: F401

from . import machine_learning # noqa: F401
from . import preprocessing # noqa: F401
Expand Down
1 change: 1 addition & 0 deletions stoneforge/petrophysics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import porosity # noqa: F401
from . import permeability # noqa: F401
from . import shale_volume # noqa: F401
from . import water_saturation # noqa: F401
from . import total_organic_carbon_content # noqa: F401
Loading