Skip to content

Releases: DeepTrackAI/deeplay

deeplay 0.1.3

25 Mar 05:32

Choose a tag to compare

Release of deeplay 0.1.3
Release date: 25 March 2025

PyPi 0.1.3
https://pypi.org/project/deeplay/0.1.3/

This release raises the minimal version of Python to 3.9, allows NumPy 2, and sets tqdm as default progress bar to resolve a issue with the running of Deeplay in Colab and Kaggle.

Full Changelog: 0.1.2...0.1.3

deeplay 0.1.2

29 Nov 13:47
fd0aa79

Choose a tag to compare

Release of deeplay 0.1.2
Release date: 29 November 2024

PyPi 0.1.2
https://pypi.org/project/deeplay/0.1.2/

This release solves a dependency issues with torch>=2.5 causing an error with pickle, improves checkpointing, and refactors optimizer initialization in active learning strategies.

deeplay 0.1.1

26 Aug 09:34
178b07b

Choose a tag to compare

Release of deeplay 0.1.1
Release date: 23 August 2024

PyPi 0.1.1
https://pypi.org/project/deeplay/0.1.1/

This release fixes a bug with the stateful decorator.

deeplay 0.1.0

25 Jun 14:30
9705dd3

Choose a tag to compare

Release of deeplay 0.1.0
Release date: 25 June 2024

PyPi 0.1.0
https://pypi.org/project/deeplay/0.1.0/

This release introduces several new features and improvements to enhance the functionality and performance of the project. New models include a revised Attention UNet and a Vision Transformer.

Applications can now be loaded directly from lightning checkpoints, using the class method .load_from_checkpoint().

Blocks have been significantly revised, including the implementation of Conv2dBlock, LinearBlock, SequenceBlock, and more. These have special methods to apply specific configurations, like.normalized() and .pooled().

Several bug fixes are included in this release, addressing various issues in GANs and resolving a problem with multi-configuration handling. Optimizers now have a more stable and easy-to-use creation process internally.

deeplay 0.0.7

19 Mar 13:14
09d8398

Choose a tag to compare

Release of deeplay 0.0.7
Release date: 19 March 2024

PyPi 0.0.7
https://pypi.org/project/deeplay/0.0.7/

This release introduces enhancements including dictionary-based data loaders for better application compatibility, active learning functionalities, new transformer model features like LayerDropoutSkipNormalization and Positional Embedding Layers, deeptrack integration methods and classes, updates to the AdversarialStrategy class weights, default values for RecurrentModel, and a RichProgressBarTheme for progress bars, as well as various bug fixes.

deeplay 0.0.6

16 Feb 17:24
e56dcdf

Choose a tag to compare

Release of deeplay 0.0.6
Release date: 16 February 2024

PyPi 0.0.6
https://pypi.org/project/deeplay/0.0.6/

Note that this release of deeplay is an initial release and may not be fully tested or documented. We welcome feedback and contributions to improve future versions.