Recent Releases of deeplay
deeplay - deeplay 0.1.3
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: https://github.com/DeepTrackAI/deeplay/compare/0.1.2...0.1.3
- Jupyter Notebook
Published by giovannivolpe 11 months ago
deeplay - deeplay 0.1.2
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.
- Jupyter Notebook
Published by giovannivolpe over 1 year ago
deeplay - deeplay 0.1.1
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.
- Jupyter Notebook
Published by giovannivolpe over 1 year ago
deeplay - deeplay 0.1.0
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.
- Jupyter Notebook
Published by giovannivolpe over 1 year ago
deeplay - deeplay 0.0.7
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.
- Jupyter Notebook
Published by giovannivolpe almost 2 years ago
deeplay - deeplay 0.0.6
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.
- Jupyter Notebook
Published by giovannivolpe about 2 years ago