Skip to content

Releases: chen-qingyu/pyincpp

v1.6.0

16 Apr 16:51
Compare
Choose a tag to compare
  1. Significant performance improvements.
  2. Promote String::to_integer() return type from long long to Integer.
  3. Add Integer::to_integer<T>().
  4. Refine doc-comments.
  5. Cleaner code.

v1.5.0

08 Apr 06:56
Compare
Choose a tag to compare
  1. Add insert() and remove() for Set that can easily determine from the return value whether the element operation was successful or not.
  2. Improve performance.
  3. Decoupling modules and eliminating redundant code.
  4. Many details and document improvements.

v1.4.1

22 Mar 15:27
Compare
Choose a tag to compare

Add print ',' for Tuple of 1 item, e.g.: (1,), consistent with Python.

v1.4.0

17 Mar 09:32
Compare
Choose a tag to compare
  1. Add items() for Map.
  2. Add <<() for Pair and export it.

v1.3.3

08 Feb 15:33
Compare
Choose a tag to compare
  1. Optimize the speed of String and Integer.
  2. Reduce the symbols in namespace pyincpp.

v1.3.2

26 Jan 14:03
Compare
Choose a tag to compare

Rename pytype -> pyincpp for googleable.

v1.3.1

25 Jan 21:12
Compare
Choose a tag to compare
  1. Rename: Pytype -> PyType.
  2. Refine readme detail.
  3. Make make_tuple copy instead move elements.
  4. Improved compatibility.

v1.3.0

25 Jan 00:08
Compare
Choose a tag to compare
  1. Tuples of different sizes can be compared.
  2. Add benchmark with Catch2.
  3. Replace GoogleTest with Catch2 and refactor the tests.
  4. Add an English readme.

v1.2.0

23 Jan 22:36
Compare
Choose a tag to compare

Add format() for String.

v1.1.0

22 Jan 20:39
Compare
Choose a tag to compare

Add make_tuple().