Skip to content

Releases: VishwamAI/NeuroFlex

v.0.1.4

28 Sep 11:55
4547007
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v.0.1.4

v.0.1.3

26 Sep 06:45
4967855
Compare
Choose a tag to compare
v.0.1.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.2...v.0.1.3

NeuroFlex v0.1.2

16 Sep 08:44
d387be3
Compare
Choose a tag to compare

NeuroFlex v0.1.2 Release Notes

Major Changes and New Features

  1. Integration of UnifiedTransformer

    • Replaced MergedTransformer and UniqueTransformer with a single, more versatile UnifiedTransformer
    • Improved support for multiple backends (PyTorch, JAX, Flax, and Sonnet)
    • Enhanced text processing, generation, and few-shot learning capabilities
  2. Removal of Protein Development LLM

    • Streamlined codebase by removing the protein development-specific language model
    • Refactored related tests and references
  3. CI/CD Workflow Updates

    • Implemented a new GitHub Actions workflow for automated testing and deployment
    • Added steps for creating necessary directories and debugging file-related issues
  4. Core Functionality Improvements

    • Updated NeuroFlex class to incorporate UnifiedTransformer
    • Enhanced setup methods for better component initialization
    • Improved compatibility across multiple scientific domains
  5. Performance Enhancements

    • Resolved optimization issues, including LNSRCH termination problems
    • Improved math solver with custom error handling and fallback methods

Bug Fixes

  • Fixed line search warnings in the optimization algorithm
  • Resolved dimension mismatch issues in transformer tests
  • Addressed various deprecation warnings throughout the codebase

Breaking Changes

  • Removal of protein_development_llm.py and associated functionalities
  • Changes to the transformer API due to the introduction of UnifiedTransformer

Compatibility

  • This version is compatible with Python 3.8 and above
  • Updated dependencies (see requirements.txt for details)

Known Issues

  • Some AlphaFold integration tests are currently skipped and need attention
  • A few Edge AI optimization tests are pending implementation

Future Work

  • Expand test coverage for UnifiedTransformer-specific functionality
  • Address remaining skipped tests in AlphaFold and Edge AI modules
  • Further optimize UnifiedTransformer performance
  • Implement regular test suite runs to monitor progress and catch regressions early

For a complete list of changes, please refer to the commit history.

NeuroFlex v0.1.1 Release

22 Aug 08:05
Compare
Choose a tag to compare

This release includes the integration of the Whisper API for advanced speech recognition and transcription, as well as improvements and fixes to the AlphaFold integration for protein structure prediction.

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

NeuroFlex v0.1.0 Release

21 Aug 19:23
Compare
Choose a tag to compare

Release version 0.1.0 with new advanced features including generative AI, consciousness simulation, sentence piece integration, self-curing capabilities, and advanced math solving.

NeuroFlex v0.0.3

21 Aug 10:55
Compare
Choose a tag to compare

Release version 0.0.3 with new features and improvements.

Full Changelog: v0.0.3...v0.0.3

NeuroFlex v0.0.2

21 Aug 09:34
38a6b10
Compare
Choose a tag to compare

Release notes for NeuroFlex version 0.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/VishwamAI/NeuroFlex/commits/v0.0.2