Commit df4f236e authored by Pierre-Henri Wuillemin's avatar Pierre-Henri Wuillemin
Browse files

Updating VERSION.txt and CHANGELOG.md before tag 0.13.6

parent 6810b8dd
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
# aGrUM Changelog

## Changelog for 0.13.6

* aGrUM
  * Compilation issue for clang4 fixed
  * remove all pre-compiled `float` instanciations of aGrUM's templates (and significantly reduce the size of all libraries)
  * add the configuration files needed for interactive notebooks on mybinder.org
* pyAgrum
  * minor changes in notebooks

## Changelog for 0.13.5

* aGrUM
  * fix errors for gcc 4.8.2
  * fix issue https://gitlab.com/agrumery/aGrUM/issues/23
  * fix issue <https://gitlab.com/agrumery/aGrUM/issues/23>
  * fix act error for python<3.6
  
## Changelog for 0.13.4

* pyAgrum
  * minor API changes
  * minor changes in documentation
@@ -28,6 +39,7 @@
  * New method : JointTargetedInference::jointMutualInformation for any set of variables in the BN

## Changelog for 0.13.3

* pyAgrum
  * **pip** : wheels for mac/windows/linux for python 2.7,3.{4-7}
  * **anaconda** : compilation for maxOS/anaconda64/python3 should be fixed
@@ -47,11 +59,13 @@
  * multi-thread support for learning

## Changelog for 0.13.2

* aGrUM/pyAgrum
  * fixed bugs in `Potential::fillWith`
  * removed unsafe and ambiguous `Potential::fastKL` and kept safe `Potential::KL`

## Changelog for 0.13.1

* aGrUM
  * variable: new methods to set bounds with doubles in `ContinuousVariable`
  * Changed the code of `Instantiation`'s hash functions to make it compliant with windows mingw implementation
+3 −4
Original line number Diff line number Diff line
@@ -12,15 +12,15 @@ Please follow as much as possible this template :
>
>(Describe your issue in detail. Provide as much as possible steps to reproduce.)
>
>#### Environment
>### Environment
>
>(describe your os, you CC compiler, your python version, the agrum version, etc.)
>
>#### Expected Behavior
>### Expected Behavior
>
>(Write what you thought would happen.)
>
>#### Actual Behavior
>### Actual Behavior
>
>(Write what happened. Include screenshots if needed.)

@@ -32,7 +32,6 @@ You can contribute to aGrUM in the following domains:
* Documentation
* Packaging and distributing


## Before contributing

Before submitting your first contribution, please take the time to fill aGrUM's contribution agreement. We will not accept any contribution without it !
+1 −1
Original line number Diff line number Diff line
set(AGRUM_VERSION_MAJOR "0")
set(AGRUM_VERSION_MINOR "13")
set(AGRUM_VERSION_PATCH "5.9")
set(AGRUM_VERSION_PATCH "6")