This PR updates the pipeline to multidms==3.3.0, which is functionally equivalent to the previous version 0.2.1 (with some new features that are not utilized in this PR). This is simply a speedy patch such that the pandas version can be updated for the rest of the pipeline while we take a more careful look at potential changes that would be introduced by the new multidms 1.0.0. I ran the example data pipeline with pandas 2.2.2 and all results seem identical from a quick comparison of the milled notebooks.
@jgallowa07, thanks so much for this. I pushed a few more commits that update CHANGELOG and a few other package versions and just add a test to make sure results are similar. I will merge once that passes.
Re #144
This PR updates the pipeline to
multidms==3.3.0
, which is functionally equivalent to the previous version0.2.1
(with some new features that are not utilized in this PR). This is simply a speedy patch such that the pandas version can be updated for the rest of the pipeline while we take a more careful look at potential changes that would be introduced by the newmultidms 1.0.0
. I ran the example data pipeline withpandas 2.2.2
and all results seem identical from a quick comparison of the milled notebooks.