Releases: morphoorg/morpho
Releases · morphoorg/morpho
v2.7.2
- Updated PyBindRooFitProcessor to deal with PyROOT updates
- ROOT 6.22 or newer is now required
v2.1.5
Release Date: Friday September 28th 2018
New Features:
- Add access to processors properties from ToolBox #99
- Travis: adding linux via Docker #107
Fixes:
- Documentation update:
- Adding docstring for processors
- Update example
- Adding descriptions about morpho 2, reworking the morpho 1’s
- Issue tracker: adding template issues
- Plotting: better RootCanvas class, more RootHistogram methods
v2.1.3
Fixes:
- RTD
- Changed CPython to 3
- Edited conf.py to use better_apidoc
- Defined try/except for additional modules like ROOT and pystan
- Dependencies cleanup (matplotlib)
v2.1.1
Fixes:
- Debug of the docker and docker-compose
v2.1.0
New Features:
- Morpho executable #91 :
- Use configuration file similar to Katydid: configuration can be edited via the CLI
- Toolbox that creates, configures, runs and connects processors
- Can import processors from other modules (mermithid tested)
- Add main executable
v2.0.0
New Features:
- Upgrade to morpho2:
- Create basic processors for
* sampling (PyStan and RooFit) #59
* plotting
* IO (ROOT, csv, json, yaml, R)
- Added tests scripts and main example
Fixes:
- Use brew instead of conda for Travis CI #92
v1.4.1
New features:
- Adding Slack notifications when travis successfully build
- Documentation update
v1.4.0
New features:
- Travis Continuous Integration
- Documentation on ReadTheDoc