Releases: gugarosa/nalp
v2.0.5
What's Changed
- Bump sphinx from 4.5.0 to 5.0.0 in /docs by @dependabot in #8
- Bump sphinx from 4.5.0 to 5.0.0 by @dependabot in #7
- Bump sphinx from 5.0.0 to 5.0.2 in /docs by @dependabot in #9
- Bump sphinx from 5.0.2 to 5.1.1 by @dependabot in #12
- Bump sphinx from 5.0.2 to 5.1.1 in /docs by @dependabot in #11
- Bump sphinx from 5.1.1 to 5.2.3 by @dependabot in #14
- Bump sphinx from 5.1.1 to 5.2.3 in /docs by @dependabot in #13
- Bump sphinx from 5.2.3 to 5.3.0 in /docs by @dependabot in #15
- Bump sphinx from 5.2.3 to 5.3.0 by @dependabot in #16
- Bump sphinx from 5.3.0 to 6.0.0 by @dependabot in #18
- Bump sphinx from 5.3.0 to 6.0.0 in /docs by @dependabot in #17
- Bump sphinx from 6.0.0 to 6.1.3 by @dependabot in #20
- Bump sphinx from 6.0.0 to 6.1.3 in /docs by @dependabot in #19
- Bump sphinx from 6.1.3 to 7.0.0 by @dependabot in #22
- Bump sphinx from 6.1.3 to 7.0.0 in /docs by @dependabot in #21
- Bump sphinx from 7.0.0 to 7.0.1 by @dependabot in #24
- Bump sphinx from 7.0.1 to 7.1.1 by @dependabot in #26
- Bump sphinx from 7.1.1 to 7.1.2 in /docs by @dependabot in #27
- Bump sphinx from 7.1.2 to 7.2.5 in /docs by @dependabot in #29
- Bump sphinx from 7.2.5 to 7.2.6 in /docs by @dependabot in #30
- Bump sphinx from 7.2.5 to 7.2.6 by @dependabot in #31
Full Changelog: v2.0.4...v2.0.5
v2.0.4
2.0.3
Changelog
Description
In this release, we have removed our implementation of the MultiHeadAttention layer and replaced for Tensorflow's one, as it yields a better convergence. Additionally, we have fixed the output of the latent space from TextDiscriminator, where it was being constrained to a 2-dimensional space.
Finally, we ditched support for Gensim v3.x, only supporting v4+.
Includes (Changes)
- nalp
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Changelog
Description
In this release, we have optimized our engine and re-wrote some inner codes and classes. Additionally, we are glad to offer a SentenceCorpus
class, which allows users in reading sentence-based samples instead of continuous text.
Secondly, we have added new text sampling methods, such as Greedy Search, Top-k sampling and Nucleus sampling. These methods have been rewritten for both generators and adversarial-based models.
Includes (Changes)
- nalp
v2.0.1
v2.0.0
v1.1.0
Changelog
Description
Welcome to NALP's changelog. This release is a major rework, on every class and core aspects from the NALP package. Expect everything to be changed, but thinking of that, we provided new examples on how to work with the new classes and methods.
Includes
- nalp
v1.0.1
Changelog
Description
Welcome to NALP's changelog. This is a huge update, where we basically went from Tensorflow v1 to v2. We are in the verge of allowing users to save and load their model, but it still might take a while. Sorry for any trouble that it may cause.
Includes
- neurals.rnn
- neurals.layers
- utils.math
v1.0.0
Changelog
Description
This is the initial release of NALP. It includes all basic modules in order to work with it. One can create encodings, datasets and feed them to a Recurrent Neural Network. Please check examples
folder or read the docs in order to know how to use this library.
Includes
- core
- datasets
- encoders
- neural
- stream
- utils
- visualization