Skip to content

Releases: aivazis/mm

The mm version now matches it's tag

03 Oct 18:29
Compare
Choose a tag to compare
v4.4.3

mm: bumped up the version

Bumped up to pyre 1.12.3

03 Oct 18:26
Compare
Choose a tag to compare

Synced the release tag with the version number

01 Oct 15:05
Compare
Choose a tag to compare

Bumped the version number in mm to match the release tag

Full Changelog: v4.4.0...v4.4.1

Added support for vite

01 Oct 15:01
Compare
Choose a tag to compare

mm now supports the vite bundler for projects that have a web based user interface.

Also, a number of small bugs were squashed, and a few minor improvements were made. See the change log for details.

Full Changelog: v4.3.2...v4.4.0

Maintenance release

07 Jul 06:54
Compare
Choose a tag to compare

Updated the version tag so it synced with the current release

Maintenance release

07 Jul 06:48
Compare
Choose a tag to compare

Added support for cantera and libgeotiff

Added XDG support

mm now pulls pyre version 1.12.1 when bootstrapping

What's Changed

  • make/extern: added support for {cantera} by @trulko in #11

New Contributors

Full Changelog: v4.3.0...v4.3.1

Laid the foundation for supporting virtual environments and docker instances

11 Dec 16:50
Compare
Choose a tag to compare

The big change in this release is the way the destination prefix is computed: mm does not append a target dependent tag to it before passing it on to make. This gives the user complete control over the destination directory and simplifies using mm in virtual environments and docker instances. More on this to come.

mm now pulls pyre version 1.11.2 from GitHub when it cannot find a usable local installation.

Added support for aarch64

Full Changelog: v4.2.2...v4.3.0

Minor updates and bug fixes

28 Sep 11:41
Compare
Choose a tag to compare

What's Changed

  • added extern support for yaml c++ libraries by @aivazis in #10

Full Changelog: v4.2.1...v4.2.2

Improved webpack support

10 Apr 00:26
Compare
Choose a tag to compare

webpack now defines rules for handling typescript files. It is also aware of chunks that are generated dynamically from the external dependencies; which should form the basis of support for code splitting.

The hdf5 support can now distinguish serial vs parallel installations based on the value of the setting of the hdf5.parallel variable

Improved parallel builds of python extensions

02 Dec 21:05
Compare
Choose a tag to compare

Improved the building of python extensions in parallel
Added support for autogenerated files