What's Changed
* Handling ACTIVATE / DEACTIVATE blocks.
* get_df method for various classes added.
* Add region number to nexus target.
* Fixing a bug found if comments exist in an ACTIVATE / DEACTIVATE block.
* Fix activate bug with new well connections in a subsequent timestep.
* Ensuring that all Welllist operations from the same date are combined into one object.
* Fixing a bug where ACTIVATE and DEACTIVATE weren't being properly applied to connections denoted with a wildcard (*).
* Adds base classes for NetworkLists and support conlists.
* Better assert differences for utility for tests.
* move iregion to base class.
* Adding a `to_string()` method fro grid array functions.
* Adding the ISOdate functionality to the `NexusWellMod` class.
* Fixing a date issue when reading in Wellmods in Nexus.
**Full Changelog**: https://github.com/bp/ResSimpy/compare/v2.2.7...v2.2.10