Skip to content

Releases: luk036/xnetwork-cpp

urgent bug fix in Fraction operator/=

28 Jul 12:35
48abbf7
Compare
Choose a tag to compare
1.0.13

Fix a problem in Fraction /=

better Fraction

28 Jul 12:06
Compare
Choose a tag to compare

try to avoid overflow by using gcd() to extract the common factors.

Remove Boost from the requirement (fix)

23 Jul 16:12
Compare
Choose a tag to compare
1.0.11

removes unnecessary boost dependence (3)

Remove unnecessary Boost dependency

23 Jul 15:29
Compare
Choose a tag to compare
1.0.10

Merge branch 'master' of github.com:luk036/xnetwork-cpp

make vscode-friendly

23 Jul 03:13
Compare
Choose a tag to compare

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

19 Jul 03:50
Compare
Choose a tag to compare
  • 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()

18 Jul 03:48
Compare
Choose a tag to compare

Return reference instead of value.

Remove Boost from the requirement (fix)

17 Jul 15:33
Compare
Choose a tag to compare

Hopefully users do not need to install boost in order to use this package.

Remove Boost from the requirement

17 Jul 15:03
Compare
Choose a tag to compare

Users may not need boost

Documentation deploy to gh-page

17 Jul 08:39
Compare
Choose a tag to compare
1.0.4

add back Graph's comments