Skip to content

Releases: stanfordnlp/pyvene

v0.1.2

03 Jun 23:17
ffad51a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1: Cleanup requirements

08 Apr 22:27
6668b18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0: Fix requirements

05 Apr 00:18
756e734
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.1.0

v0.0.9: Minor updates on causal models

05 Apr 00:00
c9eea24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8: Minor updates on model APIs

26 Mar 07:51
37782e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7: Major API updates with additional intervention supports

01 Feb 00:29
8ad9f23
Compare
Choose a tag to compare

Descriptions:

  • Remove redundant keywords Intervenable for singleton classes or types everywhere.
  • API supports a wide range of dynamic casting, and dynamic broadcasting.
  • Providing additional code examples on intervention sharing and complex causal intervention schemes.
  • Update basic 101 tutorials with simple onboarding examples.

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6: Minor fix to remove default cache directory

13 Jan 05:21
7a58255
Compare
Choose a tag to compare
Merge pull request #48 from stanfordnlp/zen/cachepath

Remove default cache directory

v0.0.5: Minor update after library migration for various links

13 Jan 01:38
306ff0d
Compare
Choose a tag to compare
Merge pull request #47 from stanfordnlp/zen/setup

update setup link, tutorial links

v0.0.4: Minor fix on library imports

12 Jan 12:15
Compare
Choose a tag to compare

v0.0.3: Add support for probe training, interchange intervention training

12 Jan 11:52
Compare
Choose a tag to compare

Descriptions:

  1. Add generic activation collection intervention to collect activations for probe training. It is integrated with other interventions. You can intervene and then collect.
  2. Support interchange intervention training.
  3. More tutorials are provided.
  4. Add CONTRIBUTING.md for dev rules.
  5. Change to relative imports.