Releases: luk036/xnetwork-cpp
Releases · luk036/xnetwork-cpp
urgent bug fix in Fraction operator/=
1.0.13 Fix a problem in Fraction /=
better Fraction
try to avoid overflow by using gcd() to extract the common factors.
Remove Boost from the requirement (fix)
1.0.11 removes unnecessary boost dependence (3)
Remove unnecessary Boost dependency
1.0.10 Merge branch 'master' of github.com:luk036/xnetwork-cpp
make vscode-friendly
To include the library to your project, use:
CPMAddPackage(
NAME XNetwork
GIT_TAG 1.0.9
GITHUB_REPOSITORY luk036/xnetwork-cpp
OPTIONS "INSTALL_ONLY ON"
)
Then use XNetwork::XNetwork to your cmake targets.
Naming changed
- Repository rename from xn-cpp to xnetwork-cpp
- Namespace rename from xn to xnetwork
- nx2bgl's namespace from xn to py
Bug fixed on py::range()
Return reference instead of value.
Remove Boost from the requirement (fix)
Hopefully users do not need to install boost in order to use this package.
Remove Boost from the requirement
Users may not need boost
Documentation deploy to gh-page
1.0.4 add back Graph's comments