Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Releases: cgarciae/treeo

0.2.1

12 Jun 22:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

23 May 02:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.2.0

0.1.2

04 Apr 23:57
Compare
Choose a tag to compare

🚀 Features

  • Improve mutability support
  • Add toplevel_mutable

0.1.1

30 Mar 20:40
Compare
Choose a tag to compare

🐛 Fixes

  • Improve field signatures
  • Fix compact immutable modules

0.1.0

30 Mar 16:19
Compare
Choose a tag to compare

🐛 Fixes

  • Bug Fixes from 0.0.11

Bumped to 0.1.x to strict version locks as described in cgarciae/treex#68

0.0.11

26 Mar 21:08
Compare
Choose a tag to compare

🚀 Features

  • Adds support for immutable Trees

0.0.10

20 Feb 23:52
Compare
Choose a tag to compare

🚀 Features

  • Update CI Workflows
  • Add merge-master Workflow

🐛 Fixes

  • Loosen JAX Dependency Constraints

0.0.9

15 Dec 21:58
Compare
Choose a tag to compare

Changes

  • Cleans up public members and updates docs.

0.0.8

07 Nov 16:54
Compare
Choose a tag to compare

Changes

  • Fix incorrect Filter type annotations in Mixins.

0.0.7

02 Nov 13:27
Compare
Choose a tag to compare

Changes

  • @thomaspinder: Adds the field_info: bool argument to map which when True replaces leaves with FieldInfo objects.