Skip to content

Releases: bobfang1992/pytomlpp

Release

05 Aug 07:44
a12d808
Compare
Choose a tag to compare
  • Add support for Apple M1

Release

27 May 21:15
e6b0372
Compare
Choose a tag to compare
  • New sdist distribution

Release

23 May 18:16
Compare
Choose a tag to compare
v1.0.1

v1.0.1

First 1.0 version

23 May 18:06
970d1bc
Compare
Choose a tag to compare
update toml++ to v2.4.0 (#55)

other small changes:
- removed dependency on some of toml++'s internal macros
- updated benchmark script to show relative speedup/slowdown factor
- updated README with new benchmark data
- updated `tloptional`
- made use of `tloptional` over `std::optional` switched based on a configurable `#define`
- added an explicit .clang-format config

v0.3.5

11 Jan 20:12
Compare
Choose a tag to compare

fix a bug

v0.3.4

07 Jan 22:02
Compare
Choose a tag to compare

Update underlying library to v2.3.0

v0.3.3

26 Dec 14:30
Compare
Choose a tag to compare

Upgrade to v0.3.3

v0.3.2

26 Dec 14:04
Compare
Choose a tag to compare

Upgrade to v0.3.2

v0.3.1

26 Dec 14:02
Compare
Choose a tag to compare

New version to support py3.9

v0.3.0

26 Dec 13:42
2feaff6
Compare
Choose a tag to compare

Upgrade the underlying library