Releases: aivazis/mm
The mm version now matches it's tag
Bumped up to pyre 1.12.3
Full Changelog: v4.4.1...v4.4.2
Synced the release tag with the version number
Bumped the version number in mm
to match the release tag
Full Changelog: v4.4.0...v4.4.1
Added support for vite
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
Updated the version tag so it synced with the current release
Maintenance release
Added support for cantera
and libgeotiff
Added XDG
support
mm
now pulls pyre
version 1.12.1
when bootstrapping
What's Changed
New Contributors
Full Changelog: v4.3.0...v4.3.1
Laid the foundation for supporting virtual environments and docker instances
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
What's Changed
Full Changelog: v4.2.1...v4.2.2
Improved webpack support
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
Improved the building of python extensions in parallel
Added support for autogenerated files