Skip to content

Tags: cdgriffith/Box

Tags

7.3.2

Toggle 7.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 7.3.2 (#289)

* Fixing #288 default get value error when using box_dots (thanks to Sébastien Weber)

7.3.1

Toggle 7.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 7.3.1 (#287)

* Fixing #275 default_box_create_on_get is ignored with from_yaml (thanks to Ward Loos)
* Fixing #285 Infinite Recursion when accessing non existent list index in a DefaultBox with box_dots (thanks to Jesper Schlegel)

---------

Co-authored-by: jesperschlegel <jesperhschlegel@gmail.com>
Co-authored-by: Jesper Schlegel <jesper.schlegel@link2.ai>

7.3.0

Toggle 7.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 7.3.0 (#283)

* Adding tests and Cython releases for Python 3.13
* Fixing #281 consistent error message about missing YAML parser (thanks to J vanBemmel)
* Removing support for Python 3.8 as it is EOL

---------

Co-authored-by: J vanBemmel <jvb127@gmail.com>

7.2.0

Toggle 7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 7.2.0 (#271)

* Adding #266 support for accessing nested items in BoxList using numpy-style tuple indexing (thanks to Bit0r)
* Adding tests and Cython releases for Python 3.12
* Fixing #251 support for circular references in lists (thanks to Muspi Merol)
* Fixing #261 altering all `__repr__` methods so that subclassing will output the correct class name (thanks to Gabriel Tkacz)
* Fixing #267 Fix type 'int' not iterable (thanks to YISH)

---------

Co-authored-by: Bit0r <nie_wang@outlook.com>
Co-authored-by: Muspi Merol <me@promplate.dev>
Co-authored-by: Gabriel Tkacz <55806524+gtkacz@users.noreply.github.com>
Co-authored-by: Gabriel Tkacz <gabriel.tkacz@gscap.com.br>
Co-authored-by: YISH <mokeyish@hotmail.com>

7.1.1

Toggle 7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 7.1.1

Fixing Cython optimized build deployments for linux

7.1.0

Toggle 7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 7.1.0 (#256)

* Adding #255 defer ipython import for large import speed improvements (thanks to Eric Prestat)
* Adding testing for Python 3.12
* Fixing #253 merge_update box list merge types not populated to sub dictionaries (thanks to lei wang)
* Fixing #257 Two test failures due to arguments having incorrect types (thanks to Michał Górny)
* Fixing stub files to match latest code signatures
* Removing #251 support for circular references in lists (thanks to d00m514y3r)

---------

Co-authored-by: Eric Prestat <eric.prestat@gmail.com>

7.0.1

Toggle 7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 7.0.1 (#248)

* Switching off of poetry due to multiple build issues

---------

Co-authored-by: Michał Górny <mgorny@gentoo.org>

7.0.0

Toggle 7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 7.0.0 (#241)

* Adding #169 default functions with the box_instance and key parameter (thanks to Коптев Роман Викторович)
* Adding #170 Be able to initialize with a flattened dict - by using DDBox (thanks to Ash A.)
* Adding #192 box_dots treats all keys with periods in them as separate keys (thanks to Rexbard)
* Adding #211 support for properties and setters in subclasses (thanks to Serge Lu and David Aronchick)
* Adding #226 namespace to track changes to the box (thanks to Jacob Hayes)
* Adding #236 iPython detection to prevent adding attribute lookup words (thanks to Nishikant Parmar)
* Adding #238 allow ``|`` and ``+`` for frozen boxes (thanks to Peter B)
* Adding new DDBox class (Default Dots Box) that is a subclass of SBox
* Fixing #235 how ``|`` and ``+`` updates were performed for right operations (thanks to aviveh21)
* Fixing #234 typos (thanks to Martin Schorfmann)
* Fixing no implicit optionals with type hinting

7.0.0rc4

Toggle 7.0.0rc4's commit message

Verified

This commit was signed with the committer’s verified signature.
cdgriffith Chris Griffith
last publish test if it works

7.0.0rc3

Toggle 7.0.0rc3's commit message

Verified

This commit was signed with the committer’s verified signature.
cdgriffith Chris Griffith
Try to fix publish CI