Skip to content

Releases: pymc-labs/pymc-marketing

0.16.0

01 Sep 08:41
2cb3168
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

New Features 🎉

Bugfixes 🐛

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: 0.15.1...0.16.0

0.15.1

12 Jul 08:46
5897d93
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

  • Handle optimization for dimensions having channel with zero spend by @PabloRoque in #1762

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: 0.15.0...0.15.1

0.15.0

23 Jun 22:24
5429e38
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

Documentation 📖

New Contributors

Full Changelog: 0.14.1...0.15.0

0.14.1

18 Jun 22:22
a97c4db
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: 0.14.0...0.14.1

0.14.0

27 May 16:55
5e355ce
Compare
Choose a tag to compare

What's Changed

Deprecations 🚨

  • Deprecate CLV methods, clv_summary, method parameter, to_json and from_json methods by @ErikRingen in #1637

New Features 🎉

Bugfixes 🐛

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: 0.13.1...0.14.0

0.13.1

22 Apr 20:37
a849fa8
Compare
Choose a tag to compare

What's Changed

Bugfixes 🐛

  • Fix casting bug when x0 is not supplied to optimizer by @cluhmann in #1636

Full Changelog: 0.13.0...0.13.1

0.13.0

19 Apr 14:32
0cd6ec0
Compare
Choose a tag to compare

What's Changed

New Features 🎉

API

  • Change baseline_intercept to intercept_baseline for consistent prefix by @ango94 in #1529

Bugfixes 🐛

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: 0.12.1...0.13.0

0.12.1

23 Mar 09:17
3aaf732
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

  • 1570 target scaled and variable need to be broadcasted with non global scaling by @williambdean in #1571

Documentation 📖

Maintenance 🔧

Full Changelog: 0.12.0...0.12.1

0.12.0

10 Mar 14:56
3cccdf0
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

Deprecations 🚨

  • Rename CLV fit_method and t_unobserved parameters to method and t_start_eval by @ColtAllen in #1537

New Features 🎉

  • [MMM] Model events as gaussian bumps by @juanitorduz in #1465
  • Out-of-Box MultiDimensional MMM by @cetagostini in #1036
  • Add basis bumps effect to MMM model by @wd60622 in #1475
  • Allow plot_expected_purchases_pcc in BetaGeoModel and ModifiedBetaGeoModel by @PabloRoque in #1470
  • Allow static covariates in BGNBDModel by @PabloRoque in #1390
  • Support MediaTransformation and MediaConfigList deserialization by @wd60622 in #1504
  • Check for wrong media dims by @wd60622 in #1505

Bugfixes 🐛

  • load bug with y name different than output_var by @wd60622 in #1468
  • Fix ModifiedBetaGeoNBDRV sim_data by @PabloRoque in #1472
  • Change Basis sample_curve defaults by @wd60622 in #1500
  • Check for incompatible dims in MediaTranform by @wd60622 in #1502
  • Allow for extra columns in df_events by @wd60622 in #1501
  • Use MediaTransformation dims in save and load by @wd60622 in #1503
  • Fix _create_synth_dataset when MMM has no controls by @PabloRoque in #1513
  • Use SoftPlusHSGP in multidimensional HSGP by @wd60622 in #1510
  • Use SoftPlusHSGP directly in MMM class by @wd60622 in #1523
  • Fix SoftPlusHSGP out of sample by @wd60622 in #1544

Documentation 📖

  • Add thin wrapper around advi functionality by @PabloRoque in #1365
  • Added missing paramater take_every in docs of create_log_callback by @nayan2167 in #1491
  • Fixes documentation on mmm control variable scaling - Issue #1469 by @zach-brown-18 in #1499
  • change parameter from samples to draws by @wd60622 in #1524
  • Fix the TVP example by @wd60622 in #1533

Maintenance 🔧

  • add preliz dependency by @wd60622 in #1507
  • Merge value and grad in budget optimizer by @ricardoV94 in #1512

New Contributors

Full Changelog: 0.11.1...0.12.0

0.11.1

03 Feb 21:35
0eb7841
Compare
Choose a tag to compare

What's Changed

Deprecations 🚨

  • migrate predict parameter X_pred to X by @wd60622 in #1450
  • Remove parameter methods by @wd60622 in #1455

New Features 🎉

  • MLflow callback logging by @wd60622 in #1425
  • Support xarray in ModelBuilder by @wd60622 in #1459
  • Add WeeklyFourier by @PabloRoque in #1443

Bugfixes 🐛

  • Log model with only pm.Data for likelihood by @wd60622 in #1423
  • 1325 invalid way of calling first element of pdseries by @wd60622 in #1433
  • Remove repeated docs by @juanitorduz in #1434
  • Fix error when budgets_to_optimize are specified by @ricardoV94 in #1440
  • Correcting HSGP to be link to model graph by @cetagostini in #1452

Documentation 📖

Maintenance 🔧

Full Changelog: 0.11.0...0.11.1