Recent Releases of MParT

MParT - v2.2.2

What's Changed

  • Pickle Bugfix by @mparno in https://github.com/MeasureTransport/MParT/pull/392

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v2.2.1...v2.2.2

Scientific Software - Peer-reviewed - C++
Published by mparno over 2 years ago

MParT - v2.2.1

What's Changed

  • PyTorch Interface by @mparno in https://github.com/MeasureTransport/MParT/pull/355
  • Added ability to use torch tensor of any type. by @mparno in https://github.com/MeasureTransport/MParT/pull/357
  • Added ability to treat coefficients as model input in torch wrapper. by @mparno in https://github.com/MeasureTransport/MParT/pull/359
  • Fix matlab options by @dannys4 in https://github.com/MeasureTransport/MParT/pull/361
  • Minor improvements to torch interface. by @mparno in https://github.com/MeasureTransport/MParT/pull/364

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v2.2.0...v2.2.1

Scientific Software - Peer-reviewed - C++
Published by mparno over 2 years ago

MParT - v2.2.0

What's Changed

  • Streamline some unit/regression tests by @dannys4 in https://github.com/MeasureTransport/MParT/pull/343
  • Add sigmoid, move root finding by @dannys4 in https://github.com/MeasureTransport/MParT/pull/346
  • Fix silent hang in map inversion. by @mparno in https://github.com/MeasureTransport/MParT/pull/351
  • Extend Serialization by @mparno in https://github.com/MeasureTransport/MParT/pull/352
  • Integration Nugget by @mparno in https://github.com/MeasureTransport/MParT/pull/353
  • Bumping version to enable pypi release. by @mparno in https://github.com/MeasureTransport/MParT/pull/354

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v2.1.1...v2.2.0

Scientific Software - Peer-reviewed - C++
Published by mparno almost 3 years ago

MParT - v2.1.1

What's Changed

  • Fixed bug in FixedMultiindexSet python bindings by @mparno in https://github.com/MeasureTransport/MParT/pull/349
  • Fixed bug in python bindings for TrainMapAdaptive when default value of ATMOptions.maxSize was used.

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v2.1.0...v2.1.1

Scientific Software - Peer-reviewed - C++
Published by mparno almost 3 years ago

MParT - MParT v2.1.0

What's Changed

  • Mparno/issue327 by @mparno in https://github.com/MeasureTransport/MParT/pull/328
  • MultiIndexSet Expand() for python and deep copy in all languages by @rubiop in https://github.com/MeasureTransport/MParT/pull/330
  • Fix striding for eigen conversion in Julia binding by @dannys4 in https://github.com/MeasureTransport/MParT/pull/333
  • Remove asserts by @dannys4 in https://github.com/MeasureTransport/MParT/pull/339
  • Adding more doxygen docs by @dannys4 in https://github.com/MeasureTransport/MParT/pull/340

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v1.5.0...v2.1.0

Scientific Software - Peer-reviewed - C++
Published by dannys4 about 3 years ago

MParT - v1.5.0

What's Changed

  • Add Cholesky Factorization, LU tests by @dannys4 in https://github.com/MeasureTransport/MParT/pull/297

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v1.4.0...v1.5.0

Scientific Software - Peer-reviewed - C++
Published by michael-c-brennan over 3 years ago

MParT - MParT v2.0.2

What's Changed

  • Fixes in pip install path by @mparno in https://github.com/MeasureTransport/MParT/pull/325

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v2.0.1...v2.0.2

Scientific Software - Peer-reviewed - C++
Published by dannys4 over 3 years ago

MParT - v2.0.1

What's Changed

  • Fixed MultiIndexSet::Expand() bug by @mparno in https://github.com/MeasureTransport/MParT/pull/323
  • Small fixes by @dannys4 in https://github.com/MeasureTransport/MParT/pull/322
  • Update pyproject.toml by @dannys4 in https://github.com/MeasureTransport/MParT/pull/324

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v2.0.0...v2.0.1

Scientific Software - Peer-reviewed - C++
Published by dannys4 over 3 years ago

MParT - v2.0.0

What's Changed

  • Adding Pullback/Pushforward densities by @dannys4 in https://github.com/MeasureTransport/MParT/pull/300
  • Add map training by @dannys4 in https://github.com/MeasureTransport/MParT/pull/304
  • Bindings for trainMap and Serialization by @dannys4 in https://github.com/MeasureTransport/MParT/pull/305
  • Adaptive Transport Map by @dannys4 in https://github.com/MeasureTransport/MParT/pull/307
  • Changing integration of MapObjective by @dannys4 in https://github.com/MeasureTransport/MParT/pull/309
  • Bindings for ATM by @dannys4 in https://github.com/MeasureTransport/MParT/pull/310

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v1.4.4...v2.0.0

Scientific Software - Peer-reviewed - C++
Published by dannys4 over 3 years ago

MParT - v1.4.4

Scientific Software - Peer-reviewed - C++
Published by mparno over 3 years ago

MParT - MParT v1.4.0

What's Changed

  • 294 no identity map in python bindings by @michael-c-brennan in https://github.com/MeasureTransport/MParT/pull/295
  • Adding KeepCoeffs option to TriangularMap and ComposedMap by @michael-c-brennan in https://github.com/MeasureTransport/MParT/pull/290
  • Add LogDeterminantInputGrad function to bindings. by @mparno in https://github.com/MeasureTransport/MParT/pull/288

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v1.3.0...v1.4.0

Scientific Software - Peer-reviewed - C++
Published by michael-c-brennan over 3 years ago

MParT - JOSS Paper Final

What's Changed

  • SummarizedMap, SingleEntryMap, improved Python tests by @michael-c-brennan in https://github.com/MeasureTransport/MParT/pull/270
  • Fix MParT to work with Kokkos 3.7 by @dannys4 in https://github.com/MeasureTransport/MParT/pull/273
  • Change matlab initialization by @dannys4 in https://github.com/MeasureTransport/MParT/pull/277
  • 275 bug in affine function by @michael-c-brennan in https://github.com/MeasureTransport/MParT/pull/276
  • 279 triangularmap handing map components without coefficients like identitymap by @michael-c-brennan in https://github.com/MeasureTransport/MParT/pull/280
  • Add tests for bindings to GitHub CI by @dannys4 in https://github.com/MeasureTransport/MParT/pull/278
  • Save and load using cereal by @dannys4 in https://github.com/MeasureTransport/MParT/pull/281
  • 289 joss add the city to all affiliations by @mparno in https://github.com/MeasureTransport/MParT/pull/291
  • Added quotes around multiple affiliations. by @mparno in https://github.com/MeasureTransport/MParT/pull/292

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v1.2.0...v1.3.0

Scientific Software - Peer-reviewed - C++
Published by mparno over 3 years ago

MParT - MParT v1.2.0

What's Changed

  • Fix Map Options for Julia Bindings by @dannys4 in https://github.com/MeasureTransport/MParT/pull/234
  • Fix Julia source installation docs by @dannys4 in https://github.com/MeasureTransport/MParT/pull/236
  • Removing litter by @dannys4 in https://github.com/MeasureTransport/MParT/pull/238
  • Linear algebra tools as well as AffineMap and AffineFunction classes by @mparno in https://github.com/MeasureTransport/MParT/pull/239
  • Minor improvements to Composed Map by @mparno in https://github.com/MeasureTransport/MParT/pull/241
  • Fix indexing for MultiIndexSets by @dannys4 in https://github.com/MeasureTransport/MParT/pull/242
  • Adding IdentityMap and ComposedMap classes by @michael-c-brennan in https://github.com/MeasureTransport/MParT/pull/243
  • Add Kokkos array conversions by @dannys4 in https://github.com/MeasureTransport/MParT/pull/244
  • Added Checkpointing to ComposedMap class. by @mparno in https://github.com/MeasureTransport/MParT/pull/247
  • Adding bindings for Julia affine and composed map classes by @dannys4 in https://github.com/MeasureTransport/MParT/pull/246
  • Adapt MexPlus to enable interleaved complex by @dannys4 in https://github.com/MeasureTransport/MParT/pull/260
  • 263 correct composedmap documentation by @michael-c-brennan in https://github.com/MeasureTransport/MParT/pull/264
  • 253 matlab bindings for composedmap class by @rubiop in https://github.com/MeasureTransport/MParT/pull/257
  • Make Inheritence in Maps abide by C.128 by @dannys4 in https://github.com/MeasureTransport/MParT/pull/266
  • 261 triangularmaps constructor bug by @michael-c-brennan in https://github.com/MeasureTransport/MParT/pull/262

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v1.1.0...v1.2.0

Scientific Software - Peer-reviewed - C++
Published by dannys4 over 3 years ago

MParT - MParT v1.1.0

What's Changed

  • added missing dois by @mparno in https://github.com/MeasureTransport/MParT/pull/222
  • Linearized basis by @mparno in https://github.com/MeasureTransport/MParT/pull/223
  • Poly normalization by @mparno in https://github.com/MeasureTransport/MParT/pull/224
  • Functionality for computing off-diagonal derivatives by @mparno in https://github.com/MeasureTransport/MParT/pull/226
  • Add CreateTotalOrder for Julia by @dannys4 in https://github.com/MeasureTransport/MParT/pull/229

Full Changelog: https://github.com/MeasureTransport/MParT/compare/1.0.0...v1.1.0

Scientific Software - Peer-reviewed - C++
Published by dannys4 almost 4 years ago

MParT - JOSS Paper

  • CUDA support in python
  • JOSS Paper
  • Bug fixes
  • Improved documentation

Full Changelog: https://github.com/MeasureTransport/MParT/compare/0.3.3...1.0.0

Scientific Software - Peer-reviewed - C++
Published by mparno almost 4 years ago

MParT - Release for Matlab file exchange

Scientific Software - Peer-reviewed - C++
Published by rubiop almost 4 years ago

MParT - Release 0.3.3-beta JOSS Release Candidate

What's Changed

  • Attempted fix of FindJulia.cmake when Julia is not present. by @mparno in https://github.com/MeasureTransport/MParT/pull/200
  • Separated python installation location. by @mparno in https://github.com/MeasureTransport/MParT/pull/201
  • added some info about community and how to engage by @bonh in https://github.com/MeasureTransport/MParT/pull/198
  • Add option for Julia install path by @dannys4 in https://github.com/MeasureTransport/MParT/pull/202

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v0.3.2-beta...v0.3.3-beta

Scientific Software - Peer-reviewed - C++
Published by dannys4 almost 4 years ago

MParT - Release candidate for conda package.

Scientific Software - Peer-reviewed - C++
Published by mparno almost 4 years ago

MParT - Release 0.3.1-beta JOSS Release Candidate

What's Changed

  • Rearrange how Julia bindings are compiled by @dannys4 in https://github.com/MeasureTransport/MParT/pull/196

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v0.3-beta...v0.3.1-beta

Scientific Software - Peer-reviewed - C++
Published by dannys4 almost 4 years ago

MParT - Release 0.3-beta JOSS Release Candidate

What's Changed

  • Removed the use of git submodules. by @mparno in https://github.com/MeasureTransport/MParT/pull/177
  • Removing submodules references by @dannys4 in https://github.com/MeasureTransport/MParT/pull/183
  • 147 render notebooks into sphinx documentation by @bonh in https://github.com/MeasureTransport/MParT/pull/179
  • Add Sphinx Tabs by @dannys4 in https://github.com/MeasureTransport/MParT/pull/187
  • added stochastic volatility example to doc by @bonh in https://github.com/MeasureTransport/MParT/pull/189
  • Fix tab problem by @dannys4 in https://github.com/MeasureTransport/MParT/pull/190

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v0.2.1-beta...v0.3-beta

Scientific Software - Peer-reviewed - C++
Published by dannys4 almost 4 years ago

MParT - Release 0.2.1 beta

Patches a problem for Julia

What's Changed

  • Remove julia headers by @dannys4 in https://github.com/MeasureTransport/MParT/pull/178

Full Changelog: https://github.com/MeasureTransport/MParT/compare/v0.2-beta...v0.2.1-beta

Scientific Software - Peer-reviewed - C++
Published by dannys4 almost 4 years ago

MParT - Release candidate for JOSS submission with Julia package.

Scientific Software - Peer-reviewed - C++
Published by mparno about 4 years ago

MParT - Initial release candidate for JOSS submission.

Scientific Software - Peer-reviewed - C++
Published by mparno about 4 years ago