Skip to content

Releases: riga/order

v2.1.7

19 Jul 11:59
Compare
Choose a tag to compare

v2.1.6

01 Jul 06:44
Compare
Choose a tag to compare
  • Update action versions. (da3ff54)
  • Fix pretty_print. (190dcb8)
  • Adjust recursion limit for deep copy. (94ff183)

v2.1.5

24 May 05:28
859ae41
Compare
Choose a tag to compare

Fixes

  • Fix shift direction names, adapt to upstream scinum changes (29540a3).

v2.1.4

20 Jul 08:43
Compare
Choose a tag to compare
  • Add 'gen_order' attribute to Dataset. (9d82d6c)

v2.1.3

20 Jul 08:21
Compare
Choose a tag to compare
  • Allow arbitrary xsec keys in process. (c70e877)
  • Don't overwrite by default in UniqueObjectIndex.extend. (b4d8d75)
  • Add tree search algo aliases for walking. (7870233)
  • Fix pretty printing of processes. (30c5fcf)
  • Improve doc strings. (aaf020f)

v2.1.2

04 Jul 11:13
Compare
Choose a tag to compare

v2.1.1

27 Feb 20:17
Compare
Choose a tag to compare

Features & updates

Fixes

  • Remove duplicates in get_{leaf,root}_ tree methods. (2af864b)
  • Fix category copy_shallow (cda3833)

v2.1.0

17 Feb 10:34
Compare
Choose a tag to compare

Features

  • Add copy_shallow to all objects. (376f08f)
    • Add discrete_{x,y} flags to variables. (2b97da5)
  • Refactor docs. (343210c)

Fixes

  • Fix variable get_full_y_title. (31dcbc1)

Breaking changes

  • Rename log_{x,y} and discrete_{x,y} attributes of Variable. (ead2d20)

v2.0.1

15 Dec 13:43
Compare
Choose a tag to compare

Features

  • Allow colors in ColorMixin to be nullable. (2db988b)
  • Remove constraint on number of x_labels for Variable. (c42b906)
  • Add support for secondary and tertiary color in ColorMixin. (2cb038f)
  • Allow empty data source in DataSourceMixin. (0ae6fbd)
  • Update into notebook. (0b8db6b)

Fixes

v2.0.0

18 Aug 13:22
Compare
Choose a tag to compare

Breaking updates

  • Drop contexts and instance caching. (fd061db)
  • Refactor unique object handling (a3cfc4d)
  • Refactor copy behavior. (a57ee9f)

Fixes and minor changes

  • Update examples and notebook. (244c243)
  • Update code style. (3ef6c35)
  • Fix pypi publish action. (394e7a0)